Viewing 15 posts - 136 through 150 (of 707 total)
For e.g.
Use DBName
go
EXEC sp_changedbowner 'sa'
June 12, 2014 at 9:50 pm
ALTER DATABASE with the WITH MOVE clause
Take the database offline
Copy the files to their new location
Bring the DB online.
Test in a dev/test environment first.
Gila, Will it work if I do...
March 21, 2014 at 9:39 am
Is it using an application role?
Nope.. It was connected as guest user 🙂 .
March 21, 2014 at 9:37 am
Thanks all.....Once one of our weekly index rebuild which normaly takes 7 hours was not compeleted till Monday morning. However when I cancelled the job it took hardly an hour...
March 16, 2014 at 9:19 am
A rollback takes as long or longer than the operation had until the point it was cancelled. You wait, because there's nothing else you can do.
Gile,
Suppose an index rebuild job...
March 15, 2014 at 9:37 am
I dont think instances matters...
Gail already suggested... 🙂
March 15, 2014 at 9:27 am
Did you check it from network point of view ?. I think the server had gone out of network, may be.
March 9, 2014 at 6:45 am
I dont think deadlock will be the cause. Rights for that user have been revoked by any chance ?
January 10, 2014 at 8:18 pm
Yes it's online and the login is able to use the database too...
December 17, 2013 at 7:45 am
..had checked that as well.. No it doesn't have sysadmin.
It has only Public.
Otherwise that error shudn't have appeard too rite ?
Thanks for the quick response.
December 17, 2013 at 5:29 am
... ++ how long it take normaly ?, check from the histoy.
What actualy the job is doing ? how much % is completed is available in sys.dm_exec_request ?
..As already specified...
December 14, 2013 at 10:05 am
I do not want to use sp_msforechdb because its a long script.
Also it may be necessary to execute that in a few speceific databaseas in future.
I tried using cursor by...
November 13, 2013 at 9:37 am
.. How it works when taken to offline and then online again, any idea ?
October 2, 2013 at 11:23 am
..It's ideal. But it's definitely depended on what other applications you have in the box as well...
October 2, 2013 at 11:19 am
Viewing 15 posts - 136 through 150 (of 707 total)