Which strategy should you use?

You work in an International company named TAKEEEN. And you’re in charge of the database of your company. You intend to use SQL Server 2008 to create a database solution. Large image files will be stored in a table. The files are about 20-50 MB in size. The requirements below have to be met:
• The image files are part of the database backup;
• The image files are accessible by applications that use Win32 APIs.
You have to store the images files by using a suitable strategy. So which strategy should you use?
A. An image data type should be used
B. The varbinary(max) data type should be used
C. The varbinary(max) data type should be used along with the FILESTREAM attribute
D. The image file should be stored in a file system. Then you store the file location in the database by using a varchar data type

microsoft-exams

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.