Archive for category SQL Server
SQL Azure Demo Code
Posted by ola in SQL Server on December 1, 2009
Here’s the code I used in my SQL Azure demos on www.msdev.com. The SQL CE sync code is based in this post.
Insert document to SQL utility
Posted by ola in SQL Server on October 15, 2009
I was tooling around with Full-Text search in SQL Server and I needed a program that could insert documents (Word, PDF, etc.) into a table. I turned to Google and I was surpised that I couldn’t find anything that I could use, so I put this together. I allows you to insert any type of document.