What is filestream?



What is filestream?..

Answer / Ankur Saxena

Filestream is a feature in SQL Server 2008 and later versions that enables the storage of large unstructured data (such as images, videos, or audio files) within a table in the database as a binary large object (BLOB). It provides native integration with Transact-SQL and allows full-text search and indexing capabilities.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is exporting utility?

1 Answers  


Explain the cursor lock types?

1 Answers  


What is the basic functions for master, msdb, tempdb databases?

2 Answers   CSC,


what is diffence between replicaion and logshipping?

1 Answers  


Explain partitioned view?

1 Answers  


How many types of Cursor in SQL SERVER?

1 Answers  


What are scalar functions in sql?

1 Answers  


Why we need sql server?

1 Answers  


4 Please write a querry to find repeated numbers in the following table. Table Name: Table1 Field1 10 15 20 15 10

7 Answers  


How does normalization work?

1 Answers  


One table how may column and Primary key

3 Answers  


Why is normalisation important?

1 Answers  


Categories