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
Can we take the full database backup in log shipping?
Write an sql query to find first weekday of the month?
What options are available to audit login activity? : sql server security
Do you know what is similarity and difference between truncate and delete in sql?
Please explain what is “asynchronous” communication in sql server service broker?
Where to find ntwdblib.dll version 2000.80.194.0?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
What is ms sql server reporting services?
Explain Reporting Life Cycle?
What is data block and how to define data block size?
What are different types of raid levels?
How to list all objects in a given schema?
What is the use of partition by in sql server?
How to assign new column names in a view?
Explain the various types of concurrency problem?