What are binary string data types in ms sql server?



What are binary string data types in ms sql server?..

Answer / Brijendra Kumar

Binary string data types in MS SQL Server include:
1. varbinary: Variable-length binary string with a maximum size of 8,000 bytes.
2. varbinary(max): Variable-length binary string that can store more than 8,000 bytes.
3. image: Fixed-length binary string with a maximum size of 8,000 bytes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to see existing views in ms sql server?

1 Answers  


i need some interview questions on sql server developer plz any onee send some links.

2 Answers  


Can you type more than one query in the query editor screen at the same time?

1 Answers  


When we can say that is in BCNF?

3 Answers   BitWise,


Tell me what is the order in which the sql query is executed?

1 Answers  


What is an index. What are the types?

1 Answers  


Do you know what are different types of replication in sql server?

1 Answers  


What are basics of policy management?

1 Answers  


Why and when do stored procedure recompile?

0 Answers  


Suggest a method of joining two tables.

1 Answers   Ernst Young, Thomson Reuters,


Why use sub query in sql server and list out types of sub queries?

1 Answers  


How can we Use Linked Server? Uses of Linked server

1 Answers   IBM,


Categories