Click here to Skip to main content
15,888,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Please tell me the process of converting the local sql server 2008 database to sql server 2005 database. And then i want to publish it on server. While converting i get the datetime error. Please help me.

Thanks....In advance
Posted

1 solution

Follow the steps
  • Right click on DB.
  • Select Tasks
  • Select Generate Scripts
  • Choose your objects


Under scripting options, click on Advanced
Under Script for Server Version, choose SQL Server 2005
Under Types of data to script, choose Schema and Data

Also refer the following is a solution to convert databases of SQL Server 2008 to 2005:
How To Convert SQL Server 2008 Database To SQL Server 2005?[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900