SQL query - copy all tables from query into database
i have question about copy tables from a query into other database.
I use mssql with this query:
SELECT * FROM information_schema.tables WHERE TABLENAME = '2000'
This query return me tables. And i would like to copy all the returntables
in myotherdatabase.
Thank you in advanced.
No comments:
Post a Comment