SQL, or the structured query language, is a specialized programming language designed for working with databases. There are a few different variations of SQL from different organizations and projects, ...
I'm running SQL Server 2000 and I've got a bulk insert job that runs every few minutes. I'm trying to use a script to grab the date of the last time it was run and whether or not it succeeded. Looking ...