Hopefully there's an SQL guru out there that can help with this.
Using SQL Server 2000, shifting a couple of tables from one db to another, receiving an error with a couple of the tables about Foreign Key constraints. The error tells me the row in the database and what field is the problem. I'd like to jump into query analyser to find out whats in the fields but what is the syntax to specify a particular row?
I cant just open the whole database, we're talking a few million rows here (literally).
Select * from table where ?????(row number) = 3345227.
Help?
Bookmarks