Wednesday, March 21, 2012

Make Table Query

Is there the equivalent of the MS Access "Make Table" query?
--
Thanks in advance,
StevenTry
CREATE TABLE
:-)
>--Original Message--
>Is there the equivalent of the MS Access "Make Table"
query?
>--
>Thanks in advance,
>Steven
>
>.
>||||
| Is there the equivalent of the MS Access "Make Table" query?
|
--
Hi Steven,
Action queries in MS Access can be replicated using SQL Server stored
procedures. You can copy and paste the SQL statement, modify it a bit so it
complies to ANSI and it should work.
Hope this helps,
--
Eric Cárdenas
SQL Server support

No comments:

Post a Comment