Answer Posted / tauseef
unique identifier data type size is 16 bits.
while creating table we have to create unique identifier
datatype column. it will create unique identity column
with 32 charcters and not 16 characters
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What are dml triggers and types of dml triggers?
Do you think BCNF is better than 2NF & 3NF? Why?
How do I schedule a sql server profiler trace?
How you can get a list of all the table constraints in a database? : Sql server administration
Explain the dirty pages?
Explain logical operators in sql server?
Can we check locks in database? If so, how can we do this lock check?
Why do we need different type of parameter?
What do you mean by recursive stored procedure?
Do you know spatial data types - geometry and geography in sql server 2008?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What are the different types of lock modes in sql server 2000?
How to connect a database with sql express.?
Explain the difference between delete,drop and truncate in SQL Server?