Hello once again,
If anyone could help me with this i would be highly greatful.
In a few days I have to move data in an SQL Server database from one remote computer to another remote computer. To do this I intend on creating backup files of the entire database (of the original sql server) and then doing a restore on the second remote server. But then it occured to me, how am i going to transfer the tables names along with the corresponding indexes and relationships intact? Should I just generate a .sql file from the original sql server, run that on the new one, and then go through the restore process? If anyone could help me with this or suggest a better way of doing this, or just tell me i'm nuts, your help would be appreciated. Thank you.
If anyone could help me with this i would be highly greatful.
In a few days I have to move data in an SQL Server database from one remote computer to another remote computer. To do this I intend on creating backup files of the entire database (of the original sql server) and then doing a restore on the second remote server. But then it occured to me, how am i going to transfer the tables names along with the corresponding indexes and relationships intact? Should I just generate a .sql file from the original sql server, run that on the new one, and then go through the restore process? If anyone could help me with this or suggest a better way of doing this, or just tell me i'm nuts, your help would be appreciated. Thank you.