SQL Server 2000General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
O Hi..
Well i am facing a problem, I want to insert videos into the database can i do it using BLOB in sql server 2000, and if I can do it how...plz help...
For too many reasons to mention in this reply space... don't do it that way. Store the name of the file in the database and pass the filename to the app, instead. Then, let the app load the file from the server.