Here are some notes which you may find helpful...

The basic idea is this:

   - Create a new DB using your preferred MSSQL management tool.
   - Change your DAL connection string and run the app.
   - Check that the new DB has all the tables.
   - Migrate your data
   
Please read the following resources before you start.

*See this section in the book:*  
http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Copy-data-from-one-db-into-another
The utility script is here:  web2py/scripts/cpdb.py

*Check out this thread:  *
https://groups.google.com/forum/#!topic/web2py/mQk2hoRf7gw


*Appadmin*
The appadmin allows you to export your data from your old DB.


*Be aware of this method:*db.import_from_csv_file()


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/9406ce55-a8eb-43db-9064-b3ed45217d3do%40googlegroups.com.

Reply via email to