R
Richard Carpenter
My wife and I share a laptop. When she is using it, I must do my
development on my PC. I have SQL Server 2005 Express installed on
both, but the instances are named differently. Therefore, I need to be
able to redirect my projects to a different server each time I switch
between machines.
What is the best method of accomplishing this? I am using both C# and
VB.
By the same token, what is the best method of copying my development
database between the two SQL Servers? Backing it up on one and then
restoring it on the other would be my best guess, but I had trouble
doing just that recently after a reinstall of SQL Server on one
machine. It would not restore the database if it didn't already exist,
and I didn't know the particulars to re-created it from scratch
(initial file sizes, growth rates, etc.).
Thanks!
Rich
development on my PC. I have SQL Server 2005 Express installed on
both, but the instances are named differently. Therefore, I need to be
able to redirect my projects to a different server each time I switch
between machines.
What is the best method of accomplishing this? I am using both C# and
VB.
By the same token, what is the best method of copying my development
database between the two SQL Servers? Backing it up on one and then
restoring it on the other would be my best guess, but I had trouble
doing just that recently after a reinstall of SQL Server on one
machine. It would not restore the database if it didn't already exist,
and I didn't know the particulars to re-created it from scratch
(initial file sizes, growth rates, etc.).
Thanks!
Rich