Viewing 6 posts - 1 through 6 (of 6 total)
I know this is SQL Server Central but another solution would be a script of some sort that runs on the target machine that monitors the file to see if...
February 10, 2011 at 11:48 am
Thanks Deepak, I wasn't questioning you answer, just giving the OP another option and explaining to them why they got the error message. Without more info from them on what...
February 1, 2011 at 10:58 am
The reason it is giving you the error is because you are trying to assign multiple values to a single row. If you run the SELECT statement by itself you...
January 31, 2011 at 10:53 am
It's been a week, did you get this solved?
If not, it could still be permissions since they (the application and SSMS) are being run as different users.
January 28, 2011 at 10:06 am
At first glance, yes, 25 million records sounds like a lot, but, and I hate to put it this way but that depends on record size and the actual size...
January 28, 2011 at 6:27 am
Is the query slow all the time? I'd start with running the query that running slowly in SSMS and showing the actual execution plan when it completes. That right there...
January 27, 2011 at 9:24 am
Viewing 6 posts - 1 through 6 (of 6 total)