News

To create a SQL Server CLR function, create a project of type "Visual Basic SQL CLR Database Project" under the Database, SQL Server template category. Then add a new item of type "User-Defined ...
Ok I am trying to write a program that will scan a cd and database all the files on the cd, I have that part working but when I try and write the sql code to get it to search the database, I am ...
As promised in part one, I developed a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database (See Code Download for full source code and executable). The ...