Hi Experts,
There are about 40 files. I have created them using CREATE command. I want to create all the files using CREATE TABLE command. In SQL Server, it is possible to get CREATE TABLE command by dropping table in the command area. Do we have anything like that ?
Or I will have to look at the structure of all the files and construct CREATE TABLE command.
Thanks all.