News

Scott Stephens creates a package that allows you to clone most database objects with dynamic SQL.
Some of these modules use what is called the SQL Management Object (SMO) which allows you to load some assemblies to be able to connect to a SQL server and then explore the server and its database and ...
I have a need to handle errors in SQL scripts that i'm working with.Frequently these errors contain syntax problems and other things like create/drop constraints, not exist.. etc.Ideally, i would ...