hi all, i have a doubt in sql server 2008 that how to store multimedia files like pictures,audio and video files.... is it possible please give me the solution for this...
you can store them inside databse itself by choosing varbinary(max) data type. Another way is store them in a file share and storing path inside database inside varchar field.
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/