Copy a Table – MSDE

Using osql log into the…

Login

Blog History

Using osql log into the database

osql -S SERVERNAME\INSTANCENAME -U dbusername
Password: *********
1>use dbname
2>go
1>SELECT * INTO new_target_table FROM old_source_table
2>go

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.