I have some rows in the local database (SQL Server) on one PC and I want to copy it into a new PC. Has anyone done this before?
I tried the SQL Server import/export wizard but it gives and error that @RRNO is read only.
Copy data from one IDE to another
Copy data from one IDE to another
Art Tostaine
-
cesarrafael
- Posts: 32
- Joined: Tue Dec 01, 2015 3:44 am
Re: Copy data from one IDE to another
Can't you just ignore the RRNO on the import?
Re: Copy data from one IDE to another
The error was on the export. There is a function in SQL server to export the database, I don't want to have to do each table.
Art Tostaine