Posts
Sort by recent activity
Snippet keywords/variables
Are there other snippet keywords like $CURSOR$
I'd be interested in ones like $DATE$ and probably some others...
Schema (dbo) not scripted to all script files
I ran a comparison between a live database object and that same object in a script folder (that sql compare scripted out earlier). Both objects are owned by dbo. The scripted file's create comman...
Lay Out SQL request
Can an option be added to keep BEGIN END blocks in line with their logical code? I like to see BEGIN and END directly below IF statements and loops like this:
IF x
BEGIN
<tab> --code here
END
an...
RC Feedback
I noticed in sql compare 8 RC all objects are now selected by default again. Can we just make this an application option for whether the different objects are selected by default or not?
Synchronization Wizard Bug?
Small but important GUI bug . . . is this repeatable by others?
I am scripting changes from a live database into create scripts.
1. Synchronization Method
Synchronize using SQL Compare is checked
...
SQL Differences pane
I've noticed some objects are showing up as differences even when the SQL differences pane shows that all parts of the object are equal. What's going on? Is this because of an option that is sele...
SQL Differences pane
* One thing that was really useful in sql compare 7 that seems to be missing now is that the SQL Differences pane would split out the stored procedures definition from the permissions and you could...
Beta Feedback
Here are a few observations I had from my first use of Sql Compare 8 beta:
*I need to be able to set up a filter to exclude certain file names or parts of file names in the original mapping script/...
Snippet question
Are there other snippet key words like $CURSOR$? I think it would be useful to have a few others such as $DATE$ which would insert the current date. Maybe $USER$ as well . . . just a thought.
SQL Prompt 3 crashes SQL Management Studio!?
I have been evaluating SQL prompt 3 and I think I have found quite a serious bug.
1. Using SQL Management Studio
2. Open a query window
3. Drag the split window tool so your query window will ap...