Viewing 6 posts - 1 through 6 (of 6 total)
A great article about a very important topic.
At my previous place of employment, we ran into issues when a user would create a table in code, but not specify...
November 4, 2004 at 6:34 am
We have server names with dashes (-) in them, and I have used the following syntax successfully:
exec [Server-Name].[master].[dbo].[script-name]
That should work for you.
October 25, 2004 at 10:52 am
This is what I have used in the past to find the latest backup from a particular database and use the file to restore over an existing database:
DECLARE @DBBackupFileName...
September 29, 2004 at 9:50 am
Always great to see undocumented stored procs featured. I will most certainly be using a few of these.
Thanks for the great atricle
August 27, 2004 at 5:49 am
All the tables have a clustered index on them already, so I can't add a new clustered index to them. I wanted to make this process as dynamic as possible, without...
August 12, 2004 at 6:18 am
I have a physical FK constraint on there.
thanks
July 28, 2004 at 10:23 am
Viewing 6 posts - 1 through 6 (of 6 total)