Viewing 15 posts - 406 through 420 (of 2,840 total)
It would be best if you read this article [/url]by Gail Shaw.
If you truncate log file, you are going to break the log chain.
August 19, 2011 at 8:52 am
Even though it threw an error, it seems like the DB was successfully restored. Can you check and see if it is restored properly?
August 19, 2011 at 7:57 am
You will have to monitor the DB. You could try running a server side trace to find out which is the costliest and what is doing.
August 19, 2011 at 7:53 am
Did you start the snapshot agent after running the query?
August 19, 2011 at 7:50 am
Thank You everyone for the input on TVP. It looks like something worth investing my time to do some performance testing.
August 19, 2011 at 5:55 am
Thx Stephan, Gus and Jason for the input.
Thread needs only 865 posts to hit 30K and I need 80 posts to hit 3K. Who will reach first, the thread...
August 18, 2011 at 2:55 pm
I actually write an article fro SQLpass.org site. You need to be a member of sqlpass to read it. If you are, take a look at it. You might find...
August 18, 2011 at 2:31 pm
No, Max memory is not reserved. Min is reserved. If the pool needs more than the minimum that is already there, then it will take more memory that is available...
August 18, 2011 at 2:21 pm
let us say that there are two pools. Pool a and pool b. Pool a is sitting idle, therefore the CPU is available to Pool B even if it has...
August 18, 2011 at 2:08 pm
When you have regular transaction log back up the chances of file growing out of proportion is very low. I guess that is why he asked.
August 18, 2011 at 1:56 pm
Please keep in mind that when you are copying the file over to your network share, the user is you who is probably a Admin on that box. When the...
August 18, 2011 at 1:54 pm
Can you check what is the increment set for the file growth of Log file? It is most probably set as 10% increment.
August 18, 2011 at 1:47 pm
The resource governor handles the MIN and MAX setting for CPU and memory differently. In the case of CPU, the MIN and MAX kicks in only when there is contention....
August 18, 2011 at 1:41 pm
Yep. Advantage for me is that I can review what they are implementing before it hits QA.
August 18, 2011 at 1:10 pm
Viewing 15 posts - 406 through 420 (of 2,840 total)