how we can store the value like that 001,003,023 etc in sql
server 2005
Answer Posted / sandeep modapathi
replicate('0',3-len(field_name))+field_name
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are sp_configure commands and set commands?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
What is database replication? What are the different types of replication you can set up in sql server?
What is the difference between primary key and unique constraints?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
Do you know sql server 2008 backup compression?
What is a scheduled job or what is a scheduled task?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
Mention what are the different types of ssrs reports?
is it important for a database administrator to understand the operating system and file access? : Sql server administration
What is the name of the Database which IBM mainframe uses?
what are different types of raid configurations? : Sql server database administration
Why use “nolock” in sql server?
What is apply operator in sql?
Write a program using SQL queries to find a unique entry in a table.