Viewing 15 posts - 316 through 330 (of 430 total)
It has been a long time since i worked in a mixed environments and my current one does not a sybase db so I can only mention few things which...
July 27, 2011 at 1:09 am
Even I am not aware about changing the default setting here. Probably, while creating a new job, you can uncheck the option. however, I always like to see SQL Server...
July 27, 2011 at 12:55 am
PhilipC (7/26/2011)
July 27, 2011 at 12:52 am
forsqlserver (7/26/2011)
July 27, 2011 at 12:46 am
Using default trace can give you answers but if your server has some heavy activity going, the default traces will be wiped out soon. Also, I am not sure but...
July 27, 2011 at 12:41 am
TheSQLGuru (7/26/2011)
Stop using maintenance plans. They have lots of issues, especially when it comes to indexes/statistics mx. Get the awesome, free and fully documented stuff from ola.hallengren.com
I agree...
July 26, 2011 at 12:04 pm
forsqlserver (7/25/2011)
Yes I have test database for mirroring and test2,test3 database fro logshipping.Now I am applying ir for single database still MNITENANCE CLEANUP TASK is not deleting bak file.
OK. so...
July 25, 2011 at 3:38 am
forsqlserver (7/25/2011)
Microsoft (R) SQL Server Execute Package Utility
Version 10.50.1600.1 for 32-bit
Copyright (C) Microsoft Corporation 2010. All rights reserved.
Started: 12:41:00 PM
Error: 2011-07-25 12:41:18.38
Code:...
July 25, 2011 at 1:54 am
forsqlserver (7/25/2011)
July 25, 2011 at 12:34 am
GilaMonster (7/21/2011)
chandan_jha18 (7/21/2011)
GilaMonster (7/21/2011)
If the server crashes, all open transactions are rolled back on restart. It's called crash recovery.
I meant to say that my workstation or management studio crashed. In...
July 21, 2011 at 1:00 pm
Roy Ernest (7/21/2011)
DBCC Inputbuffer (SPID Number)
Or you can use
select s.spid , [Text] as Code from sys.sysprocesses...
July 21, 2011 at 12:53 pm
GilaMonster (7/21/2011)
If the server crashes, all open transactions are rolled back on restart. It's called crash recovery.
I meant to say that my workstation or management studio crashed. In that case,...
July 21, 2011 at 12:38 pm
GilaMonster (7/14/2011)
Fixing that error requires Allow_data_loss because of the types of repairs. If those are the only errors, then it can fix without actually discarding anything
thank you Gail. while running...
July 14, 2011 at 5:58 am
GilaMonster (7/14/2011)
chandan_jha18 (7/14/2011)
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (DB).There's your answer right there.
I tried that and now i found that in both the...
July 14, 2011 at 5:36 am
there was another amazing thing I discovered here.Just for my fun sake, i created a maintenance plan to rebuild all the indexes and rather than using the wizard to do...
July 14, 2011 at 4:54 am
Viewing 15 posts - 316 through 330 (of 430 total)