Posts
Sort by recent activity
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...
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...
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...