Viewing 15 posts - 16,696 through 16,710 (of 19,564 total)
Vivek29 (3/9/2010)
Run this before performing shrink operation.Use tempdb
go
DBCC FREESYSTEMCACHE(ALL);
DBCC FREESESSIONCACHE;
then perform your shrink operation.
Thanks
Vivek
Why?
March 9, 2010 at 1:23 pm
Lynn Pettis (3/9/2010)
CirquedeSQLeil (3/9/2010)
Lynn Pettis (3/9/2010)
I think it's time for trip to the desert. Anyone care to join me? I'll put the hippo on a leash. 😛
Care to...
March 9, 2010 at 1:16 pm
Fantastic - now that we advertise for hair curlers, what will be next?
March 9, 2010 at 1:15 pm
Thanks for posting back. I presume this query solves your unwanted data issue.
March 9, 2010 at 1:13 pm
Lynn Pettis (3/9/2010)
I think it's time for trip to the desert. Anyone care to join me? I'll put the hippo on a leash. 😛
Care to enlighten us?
March 9, 2010 at 1:09 pm
vaibhav.tiwari (3/9/2010)
Out of the above numbers which 6 numbers will make the total 21.
only addition...
March 9, 2010 at 12:53 pm
As Gethyn and Luke have said, I also restart the service with Password change. I normally schedule this kind of change during a maintenance window. This is based...
March 9, 2010 at 12:32 pm
Very interesting. I don't get that kind of result on any of the SQL 2005 or 2008 servers that I tested it against.
Did you change 'YOURDBNAME' to be the...
March 9, 2010 at 12:24 pm
What do you get when you rewrite the select query as follows:
select MachineName, ObjectName, CounterName, Countervalue, TimeRead
from repl_latency_cte
where ObjectValue = 'Memory'
And CounterName = 'Pages Input/sec'
And countervalue > 20
March 9, 2010 at 12:21 pm
I would setup some monitoring to watch the tempdb growth. You need to find what is causing the database to grow like that.
March 9, 2010 at 12:13 pm
ALZDBA (3/9/2010)
- master is a must !
- resource db files .... maybe ... so YES too ! but only once after every install/hotfix/cu/sp
- model ? I...
March 9, 2010 at 12:05 pm
And three for the record. I agree with Lynn and Gail. Backup your system dbs (master, model, msdb). This will save you time and effort should a...
March 9, 2010 at 12:04 pm
pshaship (3/9/2010)
The above script is NOT working as expected. It's displaying only 1 row that to system table info as below:
DBName TableName IndexName ...
March 9, 2010 at 11:55 am
Chris Morris-439714 (3/9/2010)
CirquedeSQLeil (3/9/2010)
TwiggyROFLMFAO!!!!!
That was my knickname in school!
I guess that psychic helmet I bought is working correctly then. 😀
Beedeebeedeebeedee
I guess I spelled it wrong - is it Twiggy or...
March 9, 2010 at 10:22 am
Viewing 15 posts - 16,696 through 16,710 (of 19,564 total)