Activity overview
Latest activity by davidsumlin
WHERE alignment
What setting do I need to change to configure the WHERE clause so that the first statement is on the same line as WHERE and AND is left aligned with WHERE?
Here's what I have:
SELECT
t1.field1,
t...
Alignment of FROM table
What setting do I need to change to configure the alignment of the table in the FROM statement? I would like it to say:
FROM table1 t1 (space between FROM and table1)SELECT
t1.field1,
t1.field2...
Ahhh, for some reason I thought I looked there, but maybe I just didn't understand it correctly. Excellent, thanks! That solved my issue. / comments
Ahhh, for some reason I thought I looked there, but maybe I just didn't understand it correctly. Excellent, thanks! That solved my issue.
Possible to compare different schemas?
Is it possible to compare objects from different schemas? Here's my scenario.
I have two different schemas with the same tables/views that I'd like to compare. Is there a way to do that?
Has there been any update on this? We recently migrated to TFS2013 and I just realized that I couldn't use SQL Source Control. / comments
Has there been any update on this? We recently migrated to TFS2013 and I just realized that I couldn't use SQL Source Control.
Method failed with unexpected error code 50
This is what is causing my problem:
Brand new installation. Licensed.
Add Script, and as soon as I do, the above error shows up in the script window, and the script Name has a red x next to it and ...