Viewing 15 posts - 2,851 through 2,865 (of 4,745 total)
agreed don't shrink the log unless you really have no choice.
just to answer your questions:
truncating the log will break the LSN chain and therefore break log shipping. However a log...
February 24, 2010 at 4:53 pm
shivrampal (2/24/2010)
You can try below options:-
1) Collect current instance configuration using sp_helpserver
2) Drop the old server and create a new one.
sp_dropserver ‘old_name’
go
...
February 24, 2010 at 4:45 pm
use sp_help_revlogin to generate details for the user on the primary. load the output from that into the secondary. That will bring the sid over and the user will no...
February 24, 2010 at 3:16 pm
no its not. SQL 2008 optimiser uses stats differently, have you updated your stats?
February 24, 2010 at 3:06 pm
nope, you would have to uinstall\reinstall, and that doesn't seem worth it to save a bit of typing 🙂
February 24, 2010 at 12:16 pm
if you make abc\btsadmin the owner of the database it will have all other rights by default.
February 24, 2010 at 12:14 pm
personally I would then run another checkdb to make sure the DB was now clean.
February 24, 2010 at 4:07 am
A backup is the size of the USED space within a database file. Backup does not backup empty extents.
run sp_spaceused against he database, you will see that 'reserved' amount is...
February 23, 2010 at 1:57 pm
sorry, I see more than 10 lines of code I go into a coma and I only have so much time. This line strips out the newest full backup for...
February 23, 2010 at 10:08 am
pick the bones from thsi there may be some useful bits for you. I would look to xhange the exec (@myquety to an sp_executesql for security reasons.
/******************************************************************************************************************/
/* looks for...
February 23, 2010 at 9:36 am
Roy Ernest (2/23/2010)
george sibbald (2/23/2010)
Roy Ernest (2/23/2010)
george sibbald (2/23/2010)
any takers. We need DBCC timewarp over hereI hope the OP investigates it further before he tries any recovery.
cheers Roy for joining...
February 23, 2010 at 8:21 am
Roy Ernest (2/23/2010)
george sibbald (2/23/2010)
any takers. We need DBCC timewarp over hereI hope the OP investigates it further before he tries any recovery.
cheers Roy for joining in. More the merrier,...
February 23, 2010 at 8:13 am
and you don't have a backup of this database?
can i suggest to you that you google that error for information and run a DBCC checkdb all_errormsgs, no_infomsgs just to see...
February 23, 2010 at 7:53 am
any takers. We need DBCC timewarp over here
February 23, 2010 at 7:30 am
did you check your SQL errorlog for clues as to why database might be suspect?
February 23, 2010 at 7:22 am
Viewing 15 posts - 2,851 through 2,865 (of 4,745 total)