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
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