Posts
Sort by recent activity
Server assigned id as input for SQL Statement
Is it possible to use a server assigned identity column in a SQL statement generator?
For example, I have an Account table with a primary key AccountId which is an autoassigned identity column. Tha...