Viewing 15 posts - 4,966 through 4,980 (of 9,253 total)
runal_jagtap (9/24/2012)
then Move the files manually from C Drive to the new location & then start the DB..
I always copy the files then remove the originals when the database starts...
September 24, 2012 at 6:31 am
saidapurs (9/24/2012)
could you tell me what is the difference on Detach/attach process and above process.....??Thanks & Regards
Satish Saidapur
Detach removes the database from the system. Offli9ning the database keeps it attached...
September 24, 2012 at 6:28 am
saidapurs (9/24/2012)
I observed the files are not moved particular path, currently Data & log files are in 'C' drive itself.....
When i executed below query get...
September 24, 2012 at 5:56 am
Andrew Pruski (9/18/2012)
Quest - LiteSpeed
Idera - SQL Safe Backup v 7.2
If anyone is currently using any of the products, could you let me know what your...
September 23, 2012 at 1:35 pm
braju (9/21/2012)
September 23, 2012 at 1:25 pm
One further question,
When you set the details on the restore tab did you edit the restore options and enter different paths for the target\secondary data and log files?
September 22, 2012 at 2:15 pm
Get back to basics, firstly the agent service account on the primary doesn't need any access to the copy location on the secondary server. It doesn't know about it and...
September 22, 2012 at 10:50 am
Consult with your vm admin, if memory ballooning becomes a problem you may have to uninstall the balloon driver from the vmware tools but simply having the admin reserve resources...
September 22, 2012 at 2:36 am
You'll need to use passthrough authentication. The database engine service account must be able to access the share unchallenged. It's similar to the problems faced in SQL Server log shipping...
September 22, 2012 at 2:24 am
you can get a quick and dirty dump using this too
select 'create login ' + QUOTENAME(name) + ' with password = ' +
sys.fn_varbintohexstr(password_hash) + ' hashed, ' +
'sid =...
September 21, 2012 at 1:08 pm
can you post a screenshot of the point in the wizard where the error appears?
September 21, 2012 at 12:26 pm
ksr39 (9/21/2012)
Thank you for the reply, I have configured the logshipping on this database and from starting the log's are not getting restored to the destination database from the...
September 21, 2012 at 2:04 am
siraken (9/20/2012)
September 21, 2012 at 1:53 am
thotvedt (9/20/2012)
September 20, 2012 at 4:38 pm
Try restarting the mirror endpoint next time instead of the sql server service
September 20, 2012 at 4:35 pm
Viewing 15 posts - 4,966 through 4,980 (of 9,253 total)