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 / brahma

create table t1(a int identity(1,1))
insert into t1 default value

set identity_insert t1 off
(or)
set identity_insert t1 on

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we call future method from trigger?

1003


Explain SSRS Architecture?

201


Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?

2551


How do you create a data source?

959


How can I track the changes or identify the latest insert-update-delete from a table?

1011


what is the primary use of the model database? : Sql server administration

1094


Do you know what is openxml in sql server?

1113


What is similarity and difference between truncate and delete in sql?

1151


What area unit the various kinds of info compression introduced in sql server 2008?

1136


Explain the concept of view and Types of views in SQL server?

1034


How does stuff differ from the replace function?

1064


what are the different types of SSRS reports?

160


What is Sqlpaging in SqlServer 2005 ?

1115


Explain different types of Normalization.

1897


Write a sql query to display the current date?

1142