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???
3 6665
Where do we use trace frag?
What the different components of Replication and what is their use?
What do you do in data exploration
What are the types of user defined functions in sql server?
How many types of database relationship in sql server?
How do I install only the client tools of sql server 2000?
What is the maximum size of column in sql server?
What are the different types of locks in the database?
Which is the main third-party tool used in sql server?
What is normalization of database?
What are cascading parameters in ssrs reports?
Why use sub query in sql server and list out types of sub queries?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
How do I create a trace in sql server?
Write SQL queries on Self Join and Inner Join.