Need to write/generate backward compatibility database schema
-
יום שני 12 מרץ 2012 13:38
Hi,I have a database including various stored procedure, functions views, and others.....on sql 2008R2 but situation is such that i need to make an database schema from this database that will support on sql server 2005.
Can i achieve this. How please provide any link or idea reagarding this situation.
Regards
shambhu
כל התגובות
-
יום שני 12 מרץ 2012 13:53משיבI have doubts you can open it in SQL Server 2005 diagram, is that possible to use another tools like MS Visio?
Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
-
יום שני 12 מרץ 2012 14:50מנחה דיון
Script out all objects on SQL Server 2008 using SSMS Object Explorer Script Wizard.
Compile them in order one by one in SQL Server 2005 making the needed changes.
For example, DATE can be replaced with DATETIME data type.
Related article:
http://www.sqlusa.com/sql-server-2008-new-features/
Kalman Toth SQL SERVER & BI TRAINING
- נערך על-ידי Kalman TothMicrosoft Community Contributor, Moderator יום שני 12 מרץ 2012 14:51
- הוצע כתשובה על-ידי Maggie LuoMicrosoft Contingent Staff, Moderator יום רביעי 14 מרץ 2012 09:49
- סומן כתשובה על-ידי Maggie LuoMicrosoft Contingent Staff, Moderator יום שלישי 20 מרץ 2012 12:21