Alex Chertov's Q&A profile
SQL Server Upgrading Subscriber to 2005
Hi I have read the 2005 BOL topics regarding upgrding replicated databases and having a mixed replication environment etc, i have also watched many upgrade webcasts. Unfortunately neither goes into enough detail regarding the migration route instead of upgrade or considerations for replicated databases. Basically i have a publisher, remote distributor and subscriber all running SS2000, sp3a. I want upgrade the subscriber to 2005, from BOL i know this is ok. The sql server instance holding the subscriber database has other databases that we do not want to upgrade, therefore i must do a migration of the 1 database. I will install a named insta ...Show All
Smart Device Development Visual Studio 2005 Beta 2 - Emulator problem
Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej I had the same problem so from a previous tip for vs.net 2005 beta 1 I added the service Virtual Machine Network Services to my network connection. I still got the same error so then I saw this tip and deleted the CoreCon directory and it worked fine. (I tried removing ...Show All
Windows Forms How I can send one form resualt to another form?
Hi How I can send one windows form resualt to another form May costumer list is very big and I don't want use combobox to select it. I want make new form an let serch list tehn select and send result to some Object such as combo box or DataGrid in may main form. How I can make new form For select custumer name and then send it's resualt to my main form Object. I can do this for msgbox . how I can send selected data Hi, Just create a public property or variable in your form2 that holds the value of what the user placed in that form. Just access this on the other form: ex: form2.ShowDialog(); // wait for th ...Show All
Visual Studio 2008 (Pre-release) Editing XAML - am I missing something ?
I have the latest release, AFAIK, and Cider is useless - I cannot type into the XAML editor, and using the drag and drop is a waste of time. Expression is a ton better ( read, it can be used ), but is missing the most basic features ( how about search, let alone search and replace, or auto indent of XML, or even being able to use TAB to indent a section of XAML ). I realise it's pre-release, but surely the code for those common features is trivial enough to be put in early and make the tool useful Or are they there and I'm just too dumb to find them Cider is a great tool but have some issues sometimes. But there is no problems ...Show All
Visual Studio Team System please help with web recorder
Hi! I'm trying to record webtest. 1. Create new web test 2. Window of recorder (IE) does not appears 3. Script is not recorded What solution can you suggest to resolve this problem Thanks for your reply! I'm wondering if the recorder has started but is hiding behind another window. Does a web test open in the IDE with a status bar across the top that says "Recording..." If so, does a link appear on the web test status bar that says "Show recorder" If so, click this link and see if the recorder appears. Thanks, Rick ...Show All
Visual Studio Express Editions Trying to get somthing to work
What I'm looking to do is only use one button called Next. Every time I hit the Next Button, I want 1 message to display individualy in the textbox in number order 0, 1, 2..... I can only get the first message to apear. Public Class Form1 Private Sub nxtButton_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles nxtButton.Click Dim intCount As Integer = 0 If intCount = 0 Then txtDisplay.Text = "this is the first test" If intCount = 2 Then txtDisplay.Text = "this is the second test" If intCount = 3 Then txtDisplay.Text = "this is t ...Show All
SQL Server rsInvalidReportServerDatabase
We are getting the following error when we try to deploy SQL report on to the reporting server the error: The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'Unknown'. The expected version is 'C.0.8.20'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase) We are using SQL server 2005 CTP and .Net 2005 beta 2. the OS is Win xp and the reporting server is the local host. Thanks a lot in advance. Thanks & Regards Jayan I'm experiencing the same problem. Is this more of an IIS issue Any help ...Show All
.NET Development creating managed COM server from C++
I'm writing a c++ plugin (not managed) for the windows service - IAS. The main code must be written in c#, so I wrote a c# module and registered it as COM Interop. C++ plugin imports .tlb file generated by regasm.exe tool. During the initialization of C++ plugin the CoCreateInstance is called and the main worker class is created, which is written in C#. In test application, erevything works as expected. However, the CoCreateInstance hungs when I try to run the whole plugin in windows service process. The most amazing thing is that it works when I terminate(kill) the service process and start it again. In other words it fails only at f ...Show All
Visual Studio Team System GUI regression tests with Visual Team System
Hello, We are currently searching for a testing tool to perform functional regression tests on our GUI application. For the moment, we developing with Borland C++ Builder 6.0 but we are going to make the transition to Visual soon. We don't want to purchase a tool if Visual Team System offers a way of testing the GUI. Currently, TestComplete from AutomatedQa seems a good testing tool. Would it be useful to use this tool with Visual Team System And what would be the advantages, meaning what would it permit us to do that Team System cannot Thanks for the information! I am very interest ...Show All
Smart Device Development Use the Core Connectivity API to connect to running devices
Hello, does anyone know how to use the Core Connectivity API to connect to running devices/emulators I am using the new Microsoft.VisualStudio.DeviceConnectivity.Interop assembly but am not able to connect to emulator instances that where started from the commandline. These instances are however visible in the Device Emulator Manager under the item "Other". Thanks in advance, Peter Vrenken To connect to a device you need to have an entry for that device in Datastore. Since the emulator that you started from commandline will not have an entry in datastore you will not be able to connect to the emualtor using Core Connectivity ...Show All
SQL Server Detailed error reporting. How to?
The best I can get out of my detail log is this which is no help. How do I find out what really happened. My windows app log is no help either Date 5/24/2006 9:51:41 PM Log Job History (DTS_xx) Step ID 1 Server xx Job Name DTS_xx Step Name DTS_xx Duration 00:00:01 Sql Severity 0 Sql Message ID 0 Operator Emailed Operator Net sent Operator Paged Retries Attempted 0 Message Executed as user: xx\administrator. The package execution failed. The step failed. This KB article discusses various options: http://support.microsoft.com/kb/918760 ...Show All
SQL Server Simulating ORACLE SEQUENCES
In order to replace an Oracle DB with SQL-Server 2005 i've to find a substitute for the DB-Object "SEQUENCE" used in ORACLE. I tried it with a trigger and a stored procedure. But in both cases the stress-test failed. In case of the trigger the requests blocked each other. In case of the stored procedure "unique" numbers have been assigned twice to the requestors. Main problem may be the fact, that i can't read and write within one command-statement. If I use recordsets with pessimistic locking from my application I've some deadlocks making my Application stall. How can I simulate ORACLE-Sequences in a reliabl ...Show All
SQL Server Want Hyperlink to Open in a New Window
Greetings. I have added a hyperlink to a report, and it works like a charm. Now I would like to change it so that when the link is clicked on, it opens the URL in a new browser. I cannot seem to find any information out there on this issue. Has anyone figured out how to do this Here is the RDL from the report I'm working with: <Action> <Hyperlink Target="_blank"> =Trim(Fields!sfa_WebServer.Value) & "SFADetail_IntakeCoordinator.aspx Record=" & Fields!url.Value </Hyperlink> </Action> I added the Target="_blank", thinking that would take care of it, but it had ...Show All
Visual C++ cli::array memory structure
As http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/datastructures_guide.asp says we have: "The contents of an array are stored in contiguous memory" Does it mean that if I declare byte [] buffer // in c# or I declare array < unsigned char >^ aBuffer = gcnew array < unsigned char >(size); //in C++/CLI both have same memory layout and structure Provided C++ doesn't optimise it, the line array < unsigned char > ^aBuffer = gcnew array < unsigned char >(size); // in C++/cli will compile to the same IL as: ...Show All
SQL Server Use a dataset as source of another data set
Dear Anyone, Would it be possible in RS2005 to use an existing data set as the source of another data set We have a scenario of which we have several parameters whose data comes from a single table. We would want to limit the queries on the database. Is this possible at all Thanks, Joseph There is no simple way to use one DS as source for another. But. There is one direction you can explore. If you have a case when you want to offload your OLTP database from heavy queries you may try this: 1) Create an intermediate report that has a basic table pulling all interesting data from OLTP db and may be ...Show All
