what's the information that can be stored inside a bit column? : Sql server database administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What is log ldf?

0 Answers  


Can you explain different types of locks in sql server?

0 Answers  


query processing

0 Answers  


What is the purpose of floor function?

0 Answers  


Mention the differences between local and global temporary tables.

0 Answers  






What are the steps you will take to improve the performance of a poor performing query?

0 Answers  


List all types of constraints in sql server?

0 Answers  


What is a trigger and its types?

0 Answers  


How are the exceptions handled in sql server programming?

0 Answers  


What are different replication agents and what's their purpose? : sql server replication

0 Answers  


Explain multiserver query

0 Answers  


i have a table #temp1(id, Name groupname ) and record like this 1 R1 S 2 R3 S 3 R2 S 4 R4 D 5 R5 D 6 R6 K 7 R7 K 8 R8 L 9 R9 L 10 R10 L 11 R11 K and i want to display record based on user defind sorting order e.g. 1 R4 D 2 R5 D 3 R6 K 4 R7 K 5 R11 K 6 R1 S 7 R3 S 8 R2 S 9 R8 L 10 R9 L 11 R10 L

8 Answers  


Categories