Viewing 15 posts - 241 through 255 (of 1,137 total)
is this similiar to what you ran.
SELECT OBJECT_NAME(object_id),* FROM sys.dm_db_index_physical_stats
(db_id('msdb'),null,null,null,'detailed')
You say it is 1gb in size, what size is the mdf file and what size is the ldf file.
try selecting...
October 15, 2009 at 7:17 am
Thanks Dave, I googled and got the answer. thanks for that i was really struggling with that 😀
October 15, 2009 at 5:10 am
As previously mentioned in the last 4 duplicate posts, you can only backup using copy_only from t-sql in sql 2005, it is possible to restore if you perserve through the...
October 15, 2009 at 5:08 am
[rant] Why do I get a feeling that myself and others on this forums are keeping inexperienced people in their current role. deja vu every day, same ops different questions...
October 15, 2009 at 4:01 am
rambilla4 (10/14/2009)
Do we need to change the compatibility mode to 90 for MASTER database after doing in-place upgrade from sql server 2000 to 2005 or NOT?thanks
Dont double post, and the...
October 15, 2009 at 3:51 am
You seem to have a few issues listed in the log.
2009-10-15 06:22:10.14 spid5s FCB::Open: Operating system error 32(error not found) occurred while creating or opening file 'R:\MSSQL.1\MSSQL\DATA\master.mdf'. Diagnose and correct...
October 15, 2009 at 3:28 am
Good points, it does ring pretty true about people being out of their league, too many people i think are either under a lot of pressure from management or have...
October 15, 2009 at 2:24 am
Manie Verster (10/15/2009)
eyespi20 (10/14/2009)
October 15, 2009 at 2:16 am
gmamata7 (10/14/2009)
Your last post shows that your I/O subsystem is struggling to cope. with high disk usage you can see these messages
Is that OK to have disk IO high...
October 14, 2009 at 9:49 am
system databases shouldnt need changing
October 14, 2009 at 9:46 am
Nicely put, makes a change for someone to agree with me 😀
October 14, 2009 at 8:24 am
Bob Hovious 24601 (10/14/2009)
October 14, 2009 at 7:09 am
To help you further in your understanding, look at the checkpoint statement in BOL.
to answer your further questions, 'truncate the log'. it will happen if recovery model is simple or...
October 14, 2009 at 4:49 am
Viewing 15 posts - 241 through 255 (of 1,137 total)