Is it possible to use the sqlcmd command to dump table structure the way it can be done with mysqldump?
I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...