News

VERIFY_(SQLITE_OK, sqlite3_close(value)); } }; I'm using the latest preview build of the Visual C++ compiler, the November 2013 CTP in this case, which is a joy to work with. I'm able to replace the ...
What are the advantages of using Access as the front end to a SQL Server database? For starters, it's likely that your client's users will be more familiar with it, and it's relatively easy to put ...
SQL Bulk Insert is not a new technology. In fact, I've used it since SQL Server 6.5., when it was a very cumbersome implementation from Microsoft that required a great deal of preparation of the Bulk ...
In a previous article, I talked about getting started with managing SQL server using PowerShell and the Server Management Objects (SMO). While that was mostly spent making the connection and doing ...