Viewing 10 posts - 1 through 10 (of 10 total)
I'm having this issue also over the network and I cannot find anything on what might be causing this.. I can ping the servers OK from my local machine. Guess...
March 30, 2006 at 8:32 am
Excellent, going to give it a try. Thanks a ton!
November 22, 2005 at 7:32 am
I am now getting them with .NET using C#. Thanks for your help!
November 1, 2005 at 1:34 pm
This is not for client side. This is being changed to T-SQL from an existing system that uses C++ to retrieve the column headers. So it sounds like T-SQL isnt...
November 1, 2005 at 7:29 am
Actually I am just going to go with the PK and additional index. Thanks for everyones help! Very much appreciated!
October 26, 2005 at 9:08 am
1 second is very acceptable, but I am just exploring other options and creating the 4 field unique index on the table versus having a 4 field PK with another...
October 26, 2005 at 8:50 am
I added the index, it comes back in 1 second now. Yes an Index Seek was used to get the count. Is this my solution? Could I just drop the...
October 26, 2005 at 8:44 am
I actually tried the count(1) method previously, but read a good article on google where that method was tested against count(*) and it makes no difference whatsoever.
October 26, 2005 at 8:12 am
No, none other than the PK generated index.
October 26, 2005 at 8:09 am
Viewing 10 posts - 1 through 10 (of 10 total)