Viewing 15 posts - 3,481 through 3,495 (of 6,679 total)
Steve Jones - SSC Editor (12/11/2010)
However when I need finer control,...
December 11, 2010 at 7:50 pm
Anna_SQL (12/10/2010)
Thanks,So back to my question any step-by-step articles or white page about restore system dbs?
Is this a common task for DBAs?
Thanks
I would say this is not a common task...
December 10, 2010 at 2:17 pm
snivas (12/10/2010)
OS "Windows 2003 64 bit SP2
MEMEORYCLERK_SQLBUFFERPOLL
Virtual memory Reserved is :33 GB
Virtual memory commited...
December 10, 2010 at 2:13 pm
thang_ngo_2002 (12/9/2010)
So I think the temporary best way now is install SQL...
December 9, 2010 at 7:45 pm
GSquared (12/8/2010)
Absolutely.I was speaking (writing) in general terms. There are always valid exceptions.
I knew that 🙂
Now, if I could only convince the vendor that this job needs to be...
December 8, 2010 at 6:35 pm
GSquared (12/7/2010)
December 7, 2010 at 7:36 pm
Take a look at this article: http://www.mssqltips.com/tip.asp?tip=2167
December 6, 2010 at 3:02 pm
I would download and use a tool like WinDirStat to identify what files are using the space. Until you know what files are using the space - you really...
December 2, 2010 at 3:25 pm
The point is - everytime you restart the server, SQL Server starts without any data in the buffer cache and no plans cached. So, the first time data is...
November 30, 2010 at 7:45 pm
Lowell (11/30/2010)
if the server was beefy enough...
November 30, 2010 at 3:10 pm
You need to also realize that the developer edition is licensed by individual - not by server. So, if you install developer edition on a server and have 5...
November 30, 2010 at 1:43 pm
GSquared (11/30/2010)
November 30, 2010 at 1:36 pm
AlexSQLForums (11/29/2010)
I was able to recover needed data by creating a different db with same size and replacing the mdf file and than using emergency mode and running...
November 29, 2010 at 2:45 pm
You don't need to add local system to that right - it is part of the local administrators group already and has that right by default.
November 23, 2010 at 8:41 am
Check for any jobs setup to rebuild/reorganize your indexes - that is generally where someone will add code to truncate the log (e.g. BACKUP LOG ... WITH TRUNCATE_ONLY).
Also look for...
November 23, 2010 at 8:38 am
Viewing 15 posts - 3,481 through 3,495 (of 6,679 total)