I have a script to create a db. it only uses features available to sql2k. I only have sqlexpress, but want to distribute a db to someone with sql2k. Can I set a setting or something to allow me to detach my db and attach it to the sql2k server, or create the db as sqk2k compat.?
thanks
Databases created against SQL Server 2005 cannot be detached and attached to SQL Server 2000. You should be able do an export/import.Dan
No comments:
Post a Comment