Viewing 15 posts - 1 through 15 (of 691 total)
The procedure can be found here...
http://www.sqlservercentral.com/scripts/Index+Management/31475/
By the way, this has not been tested by me on anything more recent than SQL 2000.
Steve
May 21, 2008 at 9:30 am
Trimel,
Great suggestion! I don't think I tried that. Unfortunately, this post was from 2 years ago. I think I ended up recreating the database. Now, the database is no longer...
April 22, 2006 at 2:57 pm
I'd be willing to bet that you're looking at the wrong disk. If you've developed the DTS package on your local machine and specified the path as "X:\my_folder\my_file.txt", and it...
August 25, 2005 at 5:21 pm
Sorry that I haven't responded. I've not been able to spend any time here lately. Remi has it. Indid 255 is an entry for tables that have text or image...
June 15, 2005 at 9:59 pm
Have you checked for bad data? Not sure what you are converting with your "CONVERT" function, but if its reading an invalid date, that'd do it.
Steve
May 31, 2005 at 12:32 pm
DarylAndDaryl,
Sent you a private message regarding scripts.
Steve
May 31, 2005 at 11:10 am
When you select "restore database", the filenames of the backups should be listed in the selection box. Otherwise, to ensure that you are not overwriting when using the wizard, change...
May 31, 2005 at 11:08 am
My recommendation would be to use tSQL in Query Analyzer. Locate your backup file and then use the following syntax -
This statement will give you the logical filenames for the...
May 31, 2005 at 10:03 am
My suggestion is to either ignore it or take out the PRINT statement. It doesn't hurt anything. Your job functions the same with or without it. Its just an informational...
May 31, 2005 at 9:06 am
If SQL Agent successfully calls the command shell, well, it considers it a success regardless of what happens in that shell.
To accomplish what you are trying to do, create an...
May 27, 2005 at 3:54 pm
I'm with Darrell. I don't even have an OLD laptop to replace! Hey! Whaddya doin' with your old one??????
Steve
May 20, 2005 at 12:35 pm
Arnold,
I've never tried it, so I can't say that it definitely won't work, but... It is my sincere opinion that you cannot restore a master database from a Standard Edition...
May 20, 2005 at 12:20 pm
Its caused by your join to the backupfile table, which is sending you 1 row for every database file (mdf) and 1 row for every transaction log file (ldf), instead...
May 20, 2005 at 12:06 pm
Yelena,
I started to mention a little earlier that I have a stored procedure that will copy the login, password (encrypted), and SID and create a script that you can cut...
May 19, 2005 at 3:57 pm
Viewing 15 posts - 1 through 15 (of 691 total)