Viewing 15 posts - 196 through 210 (of 382 total)
Ian Scarlett (10/30/2009)
Run sp_helpdb [dbname] ...that should tell you which file...
October 30, 2009 at 2:41 pm
Ian Scarlett (10/30/2009)
Check out DBCC SHRINKFILE instead of DBCC SHRINKDATABASE
I have tried it, but I did it again just to make sure.
dbcc shrinkfile (jeff_data, 5000)[\code]
DbIdFileIdCurrentSizeMinimumSizeUsedPagesEstimatedPages
2415008720128101184101184
October 30, 2009 at 7:30 am
peterhe (10/30/2009)
October 30, 2009 at 7:26 am
Thanks for the link. The perfmon counter showed that I am not actually processing the messages. So now I need to know why this one queue isn't processing...
October 27, 2009 at 2:56 pm
Actually, I would love nothing more than to shut off the parallelism in the system (heck in all of our systems). However, convincing my manager of that is a...
October 15, 2009 at 3:57 pm
Sorry Gila, I mistyped. Obviously, the CXPacket will decrease if I change the setting and turn it off. However, then it will go else where. So I...
October 15, 2009 at 3:43 pm
Any thoughts on how to go about figuring out what is causing those? Pretty sure that turning off the parallelism option isn't going to solve anything, even though I...
October 15, 2009 at 3:34 pm
Really? So I all have to do is to increase the file size and it will automatically do it?
Wow, if that is the case, that was significantly easier than...
October 12, 2009 at 8:41 am
Jeffrey,
Thanks for the suggestion. That is exactly what I did.
Fraggle
October 2, 2009 at 10:05 pm
Eddie,
Great write up. That gave me a lot of information that I had been looking for.
By chance is this documented somewhere so I can read more on it, or...
October 2, 2009 at 10:02 pm
So we go live with the client, yesterday 10/1. After all of the issues were resolved at 3:30 a.m. on 10/2, I was poking around the system to make...
October 2, 2009 at 10:01 pm
Michael Valentine Jones (9/30/2009)
Fraggle-805517 (9/30/2009)
Mark Marinovic (9/30/2009)
Fraggle-805517 (9/30/2009)[hr
Ok, but why do you still do SQL Backups is my question. What is the reason for them vs doing the SAN...
September 30, 2009 at 3:40 pm
Mark Marinovic (9/30/2009)
Fraggle-805517 (9/30/2009)[hr
Ok, but why do you still do SQL Backups is my question. What is the reason for them vs doing the SAN backups.
Fraggle
For me...
September 30, 2009 at 3:18 pm
Michael Valentine Jones (9/30/2009)
Fraggle-805517 (9/30/2009)
Ask the vendor to write up in detail exactly how they would do a database recovery to a specific point in time to a new database...
September 30, 2009 at 3:18 pm
Viewing 15 posts - 196 through 210 (of 382 total)