Skip to content Skip to sidebar Skip to footer
Showing posts with the label Identity

Inserting A Row And Retrieving Identity Of New Row In Sql Server Ce

I'm trying to insert a row and get back the new row's identity with something like this: IN… Read more Inserting A Row And Retrieving Identity Of New Row In Sql Server Ce

Error With Auto_increment While Conneted To Postgres Via Psql And Putty

I'm getting this error in puTTY. Not sure why, looks right to me ... psql:pierre.sql:10: ERROR:… Read more Error With Auto_increment While Conneted To Postgres Via Psql And Putty

Sqlite.net Output Parameter

I have a object that contains data from a DB. The object has a ID, which in the DB is auto incremen… Read more Sqlite.net Output Parameter

Reuse Identity Value After Deleting Rows

Is it possible to reuse an identity field value after deleting rows in SQL Server 2008 Express? Her… Read more Reuse Identity Value After Deleting Rows

How To Add An Identity Column To An Existing Database Table Which Has Large Number Of Rows

I have a database table which has ~ 40 000 000 rows. I want to add an identity column to this table… Read more How To Add An Identity Column To An Existing Database Table Which Has Large Number Of Rows

Reset Identity Column In Sql Server

I am making an SQL database that stores contacts. I want to be able to delete contacts, and the cor… Read more Reset Identity Column In Sql Server