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 is difference between unique and primary key?
What is indexed view? How to create it?
How to rebuild master databse?
What is lock escalation? : sql server database administration
What is the advantage of sql server?
What is the difference between a unique key and primary key?
What is command parameter in ssrs?
What is the recursive stored procedure in sql server?
Can we take the full database backup in log shipping?
Explain what are magic tables in sql server?
Do you know what is openxml in sql server?
What is the difference RDBMS and Graph Database?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
How to view existing indexes on an given table using sp_help?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .