Viewing 15 posts - 1 through 15 (of 81 total)
BOL
recovery bring database online while norecovery leave it for further log resotred
September 10, 2009 at 2:44 pm
inside there try .bat instead of bat. chekc event viewer and see if you see any more error. i am assumin gu have admin rights on box. and check this...
September 10, 2009 at 2:43 pm
seem s more like installer issue. probably install installer again? you can try through .bat. check com objects also.
September 10, 2009 at 2:39 pm
are u restoring over the network. what RAID is implemented. when u backup try creating partitioned backup. i usually setup 5 files. and then restore.
September 10, 2009 at 2:30 pm
it kills all existing connection and roll back any transaction currently running against it.
September 10, 2009 at 2:23 pm
humm weired. can u run sp_who2 and se who is connected to this. make sure you are not connected to it. if any application is connected to it ask...
September 10, 2009 at 2:22 pm
looks fine but look at execution plan it will take long time and put load on disk . too many joins. reduce if you can or add...
September 10, 2009 at 2:19 pm
ALTER DATABASE test01 SET SINGLE_USER WITH Rollback Immediate
September 10, 2009 at 2:05 pm
ALTER DATABASE test01 SET MULTI_USER WITH Rollback Immediate
September 10, 2009 at 2:05 pm
where is database name. you habve to connec tot master and then use it like this
alter database ---database name ----
September 10, 2009 at 2:03 pm
connect to reporting services in managment studio and it says edition and verion right there.
September 10, 2009 at 2:00 pm
sql grab as much as it can . later if it need to relase it to other resources it will but in profmon under memory manager check to see target...
September 10, 2009 at 1:59 pm
i would say make sure that both instance are not using dynamic ports. . if they are using dynamic then change them.
also its not do you see any...
September 10, 2009 at 1:56 pm
if db offline noone can connect.
you mean you wan tto take it offline when user are connected.
use immediate rollback in your alter database command
September 10, 2009 at 1:52 pm
Viewing 15 posts - 1 through 15 (of 81 total)