Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Identify objects that do not use an Identity Column but a Lookup Table to generate an Unique Identifier

$
0
0
I need to Identify objects that do not use an Identity Column but a Lookup Table to generate an Unique Identifier.
I need to identify Stored Procedures, Views and Triggers.

The table name and the LastIDNumber are stored in the lookup tab

Viewing all articles
Browse latest Browse all 3145

Trending Articles