luismarinaray (10/4/2016)
Hi community,Question:
I have to copy tables+data from a database in sql server 2000 to a sql server 2008r2 database where this table does not exist. Is possible to do it with PowerShell ??
Thanks for your response
Yes. There different ways to do it depending. You can do a search on: copy table and data with powershell
and find different examples and approaches.
Sue