Microsoft
Software
Hardware
Network
Question : SQL Server database move question
I use SQL Server 2005. I want to move a database that is around 500 Gb to a new server. Now i am comfortable with moving that database by detaching, move the mdf and ldf files to the new server and attach the mdf and the ldf files. so that was easy. Is there any other easy way because since this database is around 500Gb it takes 4-5 hours for me.
and one more thing after i have moved the database and attached it to the new server, how do i move all the jobs associated with that database and also the logins that is also associated. PLease show me the step by step instructions since i have never done that.
Answer : SQL Server database move question
this is the easiest method rather than other. look at my blog link below which can give you more defined steps:
http://www.sqlhub.co
m/2010/01/
upgrade-fr
om-sql-ser
ver-2000-
t
o-sql.html
Random Solutions
binary to hex convertion?
Obtaining the DataGridTemplateColumn to set items source in code behind
ASPNET/C# - Color question
How does one keep from highlighting when a new program is installed
Set Identity to a column without autoincrement
Boot.ini
Access Export Query to Excel
Set up windows scheduled task run from vba
Change a user-entered number on a form to negative
How to save, edit, and read data (in code behind) from an unbound Gridview in ASP.NET