Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Say if we have a table that contains only a single column ,
say OrderID, which has IDENTITY attribute defined on it. So
how can we insert data in this table.

I am reframing my question, that how can we make the table
to increment the column "OrderID" value several times???

Answer Posted / madhu

To insert values into Identity column use the
IDENTITY_INSERT option like

SET IDENTITY_INSERT Table_Name ON
Insert Table_Name
(OrderID)
Values(10)
SET IDENTITY_INSERT Table_Name OFF

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about thread and memory management process of SQL?

1016


can you implement data mining in SSRS?

157


How to edit table in sql server 2017?

978


What is partition, how will you implement it? : sql server analysis services, ssas

1099


A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?

1014


How to enable/disable indexes?

1123


Explain sql delete command?

1091


What is surrogate key? : sql server analysis services, ssas

1160


What is the Disadvantage of indexed sequential file.

1128


Difference Between ORDER BY Clause and GROUP BY Clause in SQL?

1103


What are out-of-range errors with date and time literals?

1094


Where are SQL server users names and passwords are stored in sql server?

1326


What is transaction server consistency?

1106


What is a select query statement in ms sql server?

1129


What are various limitations of the views?

1090