How would accomplish this task?

You work as a database developer at ABC.com. You need to store Microsoft Word documents in a
SQL Server 2012 database table.
The Word documents must not be accessed by Windows applications that do not use TransactSQL queries.
How would accomplish this task?

You work as a database developer at ABC.com. You need to store Microsoft Word documents in a
SQL Server 2012 database table.
The Word documents must not be accessed by Windows applications that do not use TransactSQL queries.
How would accomplish this task?

A.
You should store the documents using the VARBINARY(MAX) datatype.

B.
You should store the documents using the VARCHAR(MAX) datatype.

C.
You should store the documents using the FILESTREAM datatype.

D.
You should store the documents using the NVARCHAR(MAX) datatype.

Explanation:



Leave a Reply 1

Your email address will not be published. Required fields are marked *