Viewing 15 posts - 16 through 30 (of 30 total)
Thanks for your response. As it turns out the SQL Service account needed "List Folder Contents" to the root of the drive where the data files are located.
February 3, 2005 at 10:01 am
Thanks for the reply. All system databases including the model are in the default data directory (i.e. The same one as tempdb).
January 28, 2005 at 2:38 pm
Have a look in Books Online for DBCC SHRINKFILE and Recovery Models.
January 4, 2005 at 3:12 pm
We just let the transaction roll back.
Out of interest, what are the ways you mention?
August 13, 2004 at 10:00 am
So you have the full blown version not the 120 day eval?
April 19, 2004 at 4:51 pm
Also, make sure that "Force Protocol Encryption" is not checked. Also, a shot in the dark here..if these client tools are on your workstation as opposed to the server maybe...
April 8, 2004 at 12:38 pm
Let me give you an example of a situation in which a view is better than a trigger.
There are two applications. Application X is a legacy app...
March 29, 2004 at 7:50 pm
It sounds like you might want to look into views. For lots of information on both see Books Online.
Noel
March 29, 2004 at 4:38 pm
See the thread "Delete Large records 20 million rows!!! FAST" in this forum. It might give you some good ideas.
March 26, 2004 at 3:34 pm
I was thinking that about the agent also. Any suggestions as to how to test it? I'm not able to make the service fail not can I log in as local...
March 25, 2004 at 5:49 pm
Right! I guess what my question really is, is this. Because the count(*) is on the primary key (i.e. it is unique) will SQL continue searching once it has found...
March 24, 2004 at 1:22 pm
Viewing 15 posts - 16 through 30 (of 30 total)