04-14-2005 04:38 AM - edited 03-10-2019 01:23 AM
Has anybody had issues moving SQL Server after VMS CSA management center has been installed?
The SQL server partition needs to be moved to a larger hard disk partition.
Anything specific I need to do?
04-20-2005 11:29 AM
If you want to move the database, then you would have to reinstall the application onto the different drive.
04-26-2005 07:11 AM
You can stop the CRMDMGTD service, do a SP_Detach_DB in SQL Manager to detach the CSAMC database, move the database to a new drive and then run SP_Attach_DB in SQL Manager and restart CRMDMGTD. Any SQL Server DBA should be ale to help you out with the stored procedures. I've done this several times without incident.
04-27-2005 12:27 AM
Hi
Is there anything you need to do in VMS or CSA as well as the SQL manager procedure? Or if I do what you say, that's all there is to it?
Thanks,
04-27-2005 04:02 AM
I failed to mention that it is a good idea to put the CSA MC server itself into test mode before you do this, but that is all there is to it. CSA MC talks to the SQL Server and SQL Server doesn't care where you put the data files as long as you use the right procedure.
http://support.microsoft.com/default.aspx?scid=kb;en-us;224071#XSLTH3125121122120121120120
Remember to take the MC out of test mode when you are done. That is all there is to it. There are no other changes that need to be made to CSA or VMS. Like I said CSA talks to SQL Server and as long as SQL Server can do its job everything is good and CSA MC doesn't care about anything else.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide