adspace
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 standby servers? Explain types of standby servers.
What is temporary table in sql server? Why we use temp table?
How to convert character strings into numeric values?
do you know how to configure db2 side of the application? : Sql server database administration
What is normalization and what are the advantages of it?
What kind of problems occurs if we do not implement proper locking strategy?
What are the different SQL Server Versions you have worked on?
How to enter binary string literals in ms sql server?
Can you index views?
How to connect php with different port numbers?
What is a coalesce function?
What is self contained sub query?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
When should you use an instead of trigger?
If any stored procedure is encrypted, then can we see its definition in activity monitor?