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
List some advantages and disadvantages of stored procedure?
How to disable a login name in ms sql server?
Explain linked server in sql?
Do you know what is user defined datatypes and when you should go for them?
What are system databases into sql server (2005/2008)?
What is isolation levels?
How do clustered indexes store data?
What is the purpose of a table?
what method you can use to reduce the overhead of Reporting Services data sources?
How to use transact-sql statements to access the database engine?
Explain syntax for disabling triggers?
How much does sql server 2016 cost?
Can I use sql azure as a backup with log shipping or database mirroring?
Tell me the phases a transaction has to undergo?
How do I make a resultset scrollable?