I am a MySQL administrator, attempting to quickly (and unexpectedly) move a MySQL db to a SQL Server 2000 db. Databases have been moved and are functioning correctly. Now, the problem is with the software and some mysql statements that are not compatible with SQL Server
1 (and most importantly). Is there a way to return column names from a given table? MySQL uses SHOW FIELDS, or DESCRIBE TABLE; Anything in SQL that would accomplish the same thing?
2. Is there any online documentation that you would recommend for a MySQL to SQL Server migration?
Thanks for the help.
- HEY, Peter man
1 (and most importantly). Is there a way to return column names from a given table? MySQL uses SHOW FIELDS, or DESCRIBE TABLE; Anything in SQL that would accomplish the same thing?
2. Is there any online documentation that you would recommend for a MySQL to SQL Server migration?
Thanks for the help.
- HEY, Peter man