Hello all,
I'm new to using SQL Server and I have a question about compatibility issues. I created a database in SQL Server 2000 (SP3) and I need to export it using DTS to a remote server that's running SQL Server 7.0. Are there any compatibility issues I should be aware of? I've seen a lot about upgrading 7.0 to 2000, but haven't had much luck finding information on this particular issue in Books Online or elsewhere.
I did set the database compatibility level to 70 to force SQL Server 7.0 behavior on my local database and have not had any problems, so I'm *assuming* the database itself would be fine on the remote server. Of course, I'd rather find out now whether to expect any problems than during exporting.
Thanks for your help!
I'm new to using SQL Server and I have a question about compatibility issues. I created a database in SQL Server 2000 (SP3) and I need to export it using DTS to a remote server that's running SQL Server 7.0. Are there any compatibility issues I should be aware of? I've seen a lot about upgrading 7.0 to 2000, but haven't had much luck finding information on this particular issue in Books Online or elsewhere.
I did set the database compatibility level to 70 to force SQL Server 7.0 behavior on my local database and have not had any problems, so I'm *assuming* the database itself would be fine on the remote server. Of course, I'd rather find out now whether to expect any problems than during exporting.
Thanks for your help!