Viewing 15 posts - 76 through 90 (of 119 total)
Thanks i got what writer meant to say..
Thanks a lot
July 6, 2013 at 8:40 pm
One of the Geek sent me message specifying the answer as C
but how do you differenciate between standard and non standard clause?
I don't see such distinguishment in BOL...
July 5, 2013 at 8:07 pm
Also you can try setting "sql server performance condition alerts"
July 5, 2013 at 1:36 am
does it always skips 1000 rows or any random number?
July 5, 2013 at 1:29 am
multiple reasons could be there:
1. Some other backup process is scheduled or taken manually
2.Recovery mode might have changed to simple and then
3.Might have taken full backup with copy only option
4.Might...
July 3, 2013 at 2:05 am
you question is not clear enough..
hope this may help:
get the servername from sql server configuration manager (run>sqlservermanager11.msc)..
open ssms2012 and try connecting to the above server with your credentials.
July 1, 2013 at 1:15 am
There could be multiple reasons to it,,
There is huge date in the work_order and task_seek table
index is missing or inappropriate
sol:put the result of these tables in temp tables without applying...
June 27, 2013 at 7:23 am
to reclaim the space using shrink command,following command should return 'NOTHING'.
else the log won't be truncated and file won't shrink
select log_reuse_wait_desc from sys.databases where name='Your_db_name'
June 27, 2013 at 7:18 am
if i were you then i would have taken the backup first then
tried
DBCC CHECKDB (<db>, REPAIR_ALLOW_DATA_LOSS)
Note:note sure this will work on 2000 or not?
June 27, 2013 at 4:13 am
are you able to connect to the database using ssms with same user?
June 27, 2013 at 3:32 am
you can use 2008 express edition as a witness instead of using 2005..
Edition do not matter for witness server but versions do matter.
June 27, 2013 at 3:28 am
sql server agent>alerts>Log shipping_<xyz>
right click and disable on both primary,secondary
June 26, 2013 at 10:31 pm
Viewing 15 posts - 76 through 90 (of 119 total)