Hi All,
I am new to MS SQL Server.I am using MS SQL 2000.I have a problem in
creating a table by using Select command.I have table called "test"
and i want to create another table with the same structure and rows.I
tried with the following command
create Table test1 as select * from test;
But it give an syntax error.I have tried the same command in Oracle
but i was working.Does MS SQL 2000 Server supports this kind of Query.
Please help me to solve the problem or any other methods to perform
this operation.
Thanks in Advance
Kevin
I am new to MS SQL Server.I am using MS SQL 2000.I have a problem in
creating a table by using Select command.I have table called "test"
and i want to create another table with the same structure and rows.I
tried with the following command
create Table test1 as select * from test;
But it give an syntax error.I have tried the same command in Oracle
but i was working.Does MS SQL 2000 Server supports this kind of Query.
Please help me to solve the problem or any other methods to perform
this operation.
Thanks in Advance
Kevin
Comment