I recently needed to write a script for a customer to run against their database, to delete a column from a table. I wanted to
I recently needed to write some SQL to add a relationship constraint to an existing column in MS SQL. After a bit of research this
The Situation I recently wanted to declare a table, insert data into it and then, depending on a variable passed in to the stored procedure