avinash prasad's Q&A profile
SQL Server Problem populating temp table from linked server.
Hello, I have a 2000 sql server linked to a 2005 sql server an I am trying to return data across the link. If I just run the sp I get the data back fine but if I try to Insert the data into a temp table the process just hangs and has to be killed. This works fine: EXEC [MyLink].[MyDocs].[dbo].[spGetSearchWrapper] -- (returns 156k records in about 2 sec.) However inserting the results into a local temp table nev ...Show All
SQL Server Strange behaviour in VS Cube Browser
I have two issues that I am trying to resolve. First When I select "Show Empty Fields" Fields that are defiantly not empty are disappearing. Second. The dimension structure viewed in the dimension browser does not match the structure in the cube browser. ...Show All
Visual Studio Team System Procedure for using Build Server with Multiple Branches
I have question in regards to properly using the Build Server with multiple branches of an application. As an example lets say I have a simple solution (called TEST) with a web 'project' and a class library. When I first setup my build type, I set it up to build the TEST solution. I run the build and it creates build number: 20051008.1. I then "Branch" my solution in Version Control to keep a build history.& ...Show All
Visual Studio Team System MS Project mapping
Hi, I noticed, that mapping work item fields to MS Project "pjTask" fields works fine. However, mapping work item fields to MS Project "pjResource" fields does not work. Is this right Regards Stephan You are corrrect, you can map only pjTask fields not pjResource fields. The example(pjTaskResourceName) I gave was a a pjTask field. And your example is a pjResourceField. Smitha Saligrama ...Show All
Visual Studio Asynchronous display on loca report
I'm bulding an TA app. I'm using local reports for display the information. My report datasource is an object wich is generated by a process wich can give a lot of informacion on a single processing. Any way, this object has to proccess before I can pass it to the report as a data source. This object can hava a lot of information. Is there any way that the report can be displayed as the information flows trough it , because now I have to wait ti ...Show All
Visual Studio Express Editions Install 2 express editions side by side?
Hi, I want to install both the VS VB express edition AND the VS webdeveloper express edition on the same machine. Is this possible No problems for me also. You should be able to install all the express titles on your PC if your computer meets the required specs. Regards, Sten ...Show All
Software Development for Windows Vista LoadLibrary (regsvr32) fails without Visual Studio 2005
I've just upgraded from Visual Studio 6 to Visual Studio 2005. I've got the latest DirectShow stuff (in the platform SDK) and am using it. Everything builds and runs fine on my development machine (which has Visual Studio 2005 installed) but when I try: "regsvr32 "myfilter.ax" on a different machine (without Visual Studio 2005, both machines are WinXP Pro and up to date AFAIK), I get the error: LoadLibrary ("myfilter.ax") failed - ...Show All
Visual Studio Express Editions Northwind for SQL Server Express Won't Install
I get an error when I download and attempt to install the Northwind example database at: http://www.microsoft.com/downloads/details.aspx familyid=06616212-0356-46a0-8da2-eebc53a68034&displaylang=en#top Web Page Title: Northwind and pubs Sample Databases The error is: This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows installer package. Microsoft is the application vendor. Co ...Show All
.NET Development Best database choice?
I am wondering what the consensus is on choosing a database solution for a windows forms application when developing for the following criteria: 1. For applications that need to be deployed with their database on target computers (nothing complicated like oracle or ms SQL). 2. small amounts of data...( say...less than 500 mb of data [basically only need to persist small amounts of data between application executions ]) What kinds of ...Show All
Visual Basic Real Time Data Monitoring
Hi All: I am writing a project to analyze data from a device in real time. The idea is to pick up the signal from a sensor through serial port in 20Hz and to do some calculation on the data received, and plot out the result on the form. I use a background worker to read data from the serial port and do the calculation within a Do Loop. There is no problem on this. My problem is that when I try to use GDI+ to plot the results on the form, ...Show All
SQL Server Update conflict
I am running merge replication on SQL Server 2005. Included in replication are 6 Subscribers and one Publisher/Distributor. Replication compatibility level is SQL 2005 and I am using row-level tracking. Servers are synchronized in 5 minutes each (so gap between two consecutive syncs of one server is 30 minutes) Earlier all of this was on compatibility level SQL 2000, since all servers were upgraded from 2000 to 2005. But 10 days ago I upgrade ...Show All
Visual C++ windows.h not found...
WOW, I can't believe this information isn't easier to find. I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2. NOTHING WORKS! The Directories are not found and there is no apparent way to set them. Apparently users have found a hack to make it work, but this is crazy. It seems like the first Microsoft person to install this would notice that it doesn't work an ...Show All
Visual C# opening text files in browser through hyperlinks
Hi I am using a ultrawegrid which has a column which contians names of text files which are present in D drive of server. I am able to create a hyperlink to the file by appending the absolute path in asp 2.0 (.net 2005). But when I click on that link the file is not opening. I want to open the file on whose name the user clicks, in a new browser window. Can anybody help me on this Sohan Hi I ...Show All
.NET Development Howto create a read/write application setting?
Hi! I'm trying to create a writeable application setting with VS 2005 Express beta-2. When I open the Settings tab in the application properties I have a designer that allows to create a new setting (say "MySetting" of type String). I can specify a default value and I can use the properties window to enter a description etc. In the code file Settings.Designer.cs a property "public string MySetting .." is generated automatically. But this pr ...Show All
Visual C++ How to remove files
Hi, again, I am a newbie to the programming and I need your help! Well, I am just trying to learn the language for my hobby and free time. But I need to get help to this.... I tried the Remove command like: for Delete32.cpp: _________________________________ // remove example: remove myfile.txt// #include <stdafx.h> int main () { if ( remove( "myfile.txt" ) == -1 ) perror( "error deleting file" ); else puts( "File successfully deleted" ...Show All
