Hi,
I'm looking for some code that will pull back a list all tables in a database that meet a certain requirement - in this case all tables that have an identity column.
Can anyone point me in the right direction?
Cheers
Gregselect object_name(id),* from syscolumns
where autoval is not null
Showing posts with label meet. Show all posts
Showing posts with label meet. Show all posts
Subscribe to:
Posts (Atom)