Answer Posted / mandar
Any value you use in the varchar data type like
number,charater..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is meant by referential integrity?
What are the different types of Indexes available in SQL Server?
What is the return type of executeupdate ()?
How do I start and stop sql server?
What are the advantages of paper records?
Explain indexed views?
Explain the difference between delete,drop and truncate in SQL Server?
How do I find the sql server version?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
Please illustrate physical database architecture? : SQL Server Architecture
Explain what is log shipping?
How to delete duplicate rows from table except one?
What happens if strings are casted into wrong code pages in ms sql server?
How can I know what locks are running on which resource?