Viewing 15 posts - 286 through 300 (of 535 total)
DBCC SHOWCONTIG WITH TABLERESULTS, ALL_INDEXES
December 12, 2008 at 6:40 pm
Thanks!
I did a DBREINDEX on all tables in my DB (individually) using this format:
use MYDB
DBCC DBREINDEX ('MYDB.Territories', '', 70)
After doing this, the logical fragmentation and extent fragmentation...
December 12, 2008 at 1:32 pm
Can you accomplish the same thing with Backup and Restore?? I can find articles about restoring SQL Server 7.0 System Databases but not SQL Server 2000 and 2005 System...
December 10, 2008 at 12:45 pm
Thank you so much! It's all starting to make sense now.. I guess I really didn't understand that it was creating a schema for...
November 10, 2008 at 1:18 pm
Thanks for all the suggestions. I don't have any obsolete logins, just trying to figure out the best way to migrate the DB and...
November 10, 2008 at 7:58 am
Guess I'm finding this out.. shoulda done it in chunks. my msdb database is 16mb
October 30, 2008 at 12:44 pm
OK. The TLog backup files look fine in the backup directory. Files are named correctly, Tlog Backups ARE running every 2 hours and I AM getting an...
October 30, 2008 at 8:48 am
This procedure works GREAT - but it only give the most recent backup.. not a full History...
my output attached.
Does anyone know why I am only getting one days...
October 29, 2008 at 7:10 am
This looks like it will work for me... but I am getting Line 14: Incorrect syntax near 'XML'.
???
DECLARE @tableHTML NVARCHAR(50);
DECLARE @crdate DATETIME, @hr VARCHAR(50), @min-2 VARCHAR(5), @days...
September 12, 2008 at 6:56 am
I agree ! works great and very helpfull !!! Two questions:
would like to schedule this to run and then write to a file or email results......
September 11, 2008 at 12:49 pm
is there a '2005' version of this ?????
August 13, 2008 at 12:41 pm
Had to enable CMD SHELL on 2005 and modify the SP to address the fact that 2000 backups with maintenance plans look like this: pubs_db_200801191728.BAK
where as 2005 backup files...
August 13, 2008 at 5:51 am
ok, i tried this again...
table exists on the subscriber DB but with zero rows..
table exists on the publisher with the correct primary key for replication...
I tried this..
Exec...
July 28, 2008 at 1:52 am
Viewing 15 posts - 286 through 300 (of 535 total)