Activity overview
Latest activity by JDS44
Qualify object names not working with temporary tables
If the snippet below is run through SQL Prompt 6.2.0.366's Qualify Object Names process it highlights the two table names and the column name with unable to resolve errors.CREATE TABLE #OverrideMon...
Yes that is what I am looking for. / comments
Yes that is what I am looking for.
Disable Format SQL for particular SQL statements
I have few statements that I do not what FORMAT SQL to change the structure on in a large set of statements. Is there any way to tag those statements so that their layout will not be changed when I...
I am using the command line interface to capture the files to check into my version control. I was hoping to automate that. / comments
I am using the command line interface to capture the files to check into my version control. I was hoping to automate that.
SQL Compare Comandline Database information
Is there anyway to get the database settings from the script generation through the command line interface similar to this?USE [master]
GO
/****** Object: Database [DATABASE1] ******/
CREATE DA...