Friday, March 23, 2012

removable database

please ,

im already designed a database, what i can do to make it work in different paltform ex. (mysql)

?

?

Hi,

the data files are not compatible with other system. You would have to export the structure (as you would in SQL Server using a linked server and SELECT INTO) to another database / system. Although the structure would be exported the meta information (PK,FK in common constraints, triggers etc) would not.

HTH, Jens K. Suessmeyer.

http://www.sqlserver2005.de

|||thank you Jens K. Suessmeyer ....

No comments:

Post a Comment