Possible Duplicate:
Files - in the database or not?
I Want to store a file into sql server 2008 from TSQL (Management Studio). I Know the file saving into varbinary column can be done by using the .NET
But I want to do this from Management Studio.
In C# and VB.NET we saving file into varbinary column by using ReadAllBytes()
How I can achieve this in Management Studio