Viewing 15 posts - 406 through 420 (of 4,745 total)
I agree with what Mr. Sibbald stated.
please, call me george.........
December 31, 2013 at 3:02 am
Yes, that is how you shrink in chunks, though I would go for smaller amounts.
Shrinks do not creatE much log and as your DB is in simple mode it...
December 30, 2013 at 4:35 pm
if you use truncateonly the shrinkfile will not attempt to move any pages around so no fragmentation will be caused in this case.
Therefore this is safe to do and worth...
December 30, 2013 at 1:06 pm
also aware this is an old post but it came top in a google search, so check this out as well
http://www.sqlskills.com/blogs/jonathan/finding-what-queries-in-the-plan-cache-use-a-specific-index/
December 30, 2013 at 7:42 am
niver (12/26/2013)
December 27, 2013 at 7:33 am
smtzac (12/23/2013)
how about diff. backups? will this break LSN?
No
December 23, 2013 at 1:52 pm
the error seems to suggest guest user has been removed from msdb, which some shops do for security reasons, has this been removed?
December 19, 2013 at 11:35 am
defyant_2004 (12/17/2013)
December 17, 2013 at 11:37 am
defyant_2004 (12/16/2013)
December 17, 2013 at 4:15 am
defyant_2004 (12/16/2013)
They do not do installs.
Who does? People who are not expert in SQL server?
Not sure what DAC enablement is for? If the server is down, we bring it...
December 17, 2013 at 3:47 am
...........and no they cannot do all their work via SSMS.
As a DBA I have performed all those other functions you mention and more
December 16, 2013 at 2:46 pm
do they do installs? RDP is needed for that.
Is remote DAC enabled so DBAs could get on if SQL is unresponsive?
whilst all SQL based work can be done via SSMS...
December 16, 2013 at 2:43 pm
presuming this is a user database you are trying to restore?
run select * from master..sysprocesses where db_name(dbid) = 'your database'
kill any spids this returns and run our restore (in the...
December 14, 2013 at 8:49 am
indexdefrag is an online process so backing up your logs more frequently will help, the work done so far will be truncated.
You can reduce the amount odf logging by putting...
December 11, 2013 at 9:57 am
Viewing 15 posts - 406 through 420 (of 4,745 total)