Hello,
I'm trying to import some tables from another sql server to my laptop. I just downloaded Microsoft SQL Server Management Studio Express and i'm not sure how to import things. Could anyone help me with that
Thanks a bunch
j
Hello,
I'm trying to import some tables from another sql server to my laptop. I just downloaded Microsoft SQL Server Management Studio Express and i'm not sure how to import things. Could anyone help me with that
Thanks a bunch
j
Importing tables to Microsoft SQL Server Management Studio Express
Kalyan Chakravarthy
Seggerman
Imports rely on SSIS which isn't supported in the express edition. However you can use the bcp utility or backup and restore the database.
AMDCLOCKER
Thanks,
I'll look into the bcp utility, i'm not really looking to move the whole database (it's really big) just a few tables for a demo.
thanks again.