Is there an easy way to copy 1000 rows from every table in the database to a new database.
I was thinking about:
set rowcount=1000
INSERT INTO [1435530ODR2]..AAPROCQT
SELECT * FROM [1435530-R]..AAPROCQT
But then I would have to detail all 1700 tables, uggg
Thanks in advance.
Recht
My brain is mush today, looking for some help deleting duplicate records from a SQL 2000 database.
Basically the database name is ODR
The table name is pro123
The column name that should contain the unique data is idnumber.
I had to merge some data into this database from a recovery, so I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.