Explain filestream storage of sql server 2008?



Explain filestream storage of sql server 2008?..

Answer / Indra Vikram Maurya

"Filestream Storage" is a feature in SQL Server 2008 that enables the native storage and retrieval of unstructured data (such as documents, images, and multimedia files) within the database. Filestream stores file data in the database but maintains the ability to access it using standard file system APIs. This integration allows applications to easily manage both structured and unstructured data within SQL Server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How will you collect the date from current date to last older 6 days date in sql server 2005

4 Answers  


What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?

1 Answers  


Define model database?

1 Answers  


What are the tool windows in sql server management studio? : sql server management studio

1 Answers  


Where is localdb stored?

1 Answers  


there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration

1 Answers  


How to download and install sql server 2005 books online?

1 Answers  


How to convert a table data in XML format in sql server?

1 Answers  


What is the use of for clause?

1 Answers  


Which tcl commands are available on the sql server?

1 Answers  


What are the 3 types of schema?

1 Answers  


what is a join? : Sql server database administration

1 Answers  


Categories