how we can store the value like that 001,003,023 etc in sql
server 2005
Answer Posted / nadeem
create table t(NUM int(22))
insert into t values(001)
insert into t values(002)
insert into t values(023)
Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are the steps to follow to configure SQL*Net?
Define primary key?
Tell me what is de-normalization and what are some of the examples of it?
What are acid properties of transaction?
Do you know what is openxml in sql server?
What are the types of joins in sql?
Define msdb database?
What stored by the master? : sql server database administration
What is normalization? Describe its different types.
What is sql server locking?
what types of replication are supported in sql server? : Sql server database administration
What is snapshot report?
How can you set the threshold at which sql server will generate keysets asynchronously?
What is transaction server explicit transaction?
What is data mart? : sql server analysis services, ssas