How can we help you today? How can we help you today?
Turambar

Activity overview

Latest activity by Turambar

Good call on the Filters. I hadn't looked at those yet, and they seem to address my problems with the replication stored procedures and views. To answer your other question: I have an existing project that compares the scripts in the "C:\QDev\SQL Compare\Dev" directory to the live Production database. After making some changes in the Development database, I want to re-script the database to the scripts folder to compare to Production. If I choose "File > Export a Data Source" and point to the "C:\QDev\SQL Compare\Dev" folder, no files are overwritten. New files are created named "<objectname>1.sql". I could script to another directory, but then I would have to modify the project before I can re-use it for comparison. That's why I would like to delete the existing scripts before exporting a Data Source. David Atkinson wrote: When you compare a data source to a scripts folder you should be able to generate a SQL Script OR change the files directly. The latter is the correct way to update your scripts folder. Is this not working for you? Thanks for pointing that out. That does fix my problem! I had some trouble finding that option. It wasn't totally clear that I needed to choose "Synchronize using SQL Compare" in the Synchronization Wizard. Maybe you could add some help text or an explicit option "Synchronize Scripts Folder"? I found a small bug in the Wizard. When you go from "step 2 - Review Dependencies" to "step 3 - Review Script", you can see the Affected files. If you go back to step 2 and go to step 3 again, the files will be in the list twice. Thanks for the help! / comments
Good call on the Filters. I hadn't looked at those yet, and they seem to address my problems with the replication stored procedures and views. To answer your other question: I have an existing proj...
0 votes
Compare replicated tables
It would be nice if there was an option to ignore replication objects. Our Development database is not replicated, but the Production one is. When I compare the two (Scripts Folder to Database), th...
3 followers 4 comments 0 votes
Unhandled exception in bracketedSubclause()
I get an exception while entering some code in Management Studio. The following (syntactically incorrect) line of code will cause the error: IF &#40;@Error = 0&#41; AND &#40;COALESCE&#40;&#40;@Tes...
2 followers 2 comments 0 votes
Suggestion: Complete should eat rest of word
Hi there. I've been using the new beta of SQL Prompt today, and I must say that it is a great step forward from the previous beta (and version 2) I have one suggestion, though. I would like the com...
2 followers 2 comments 0 votes
I got the same error. It can be easily reproduced: - Go to the snippet editor - Do not select any snippet - Click inside the textbox below "code for selected snippet:" / comments
I got the same error. It can be easily reproduced: - Go to the snippet editor - Do not select any snippet - Click inside the textbox below "code for selected snippet:"
0 votes
CandidateList stealing application focus
This is a minor issue, but annoying nonetheless. I have a Query Analyzer (QA) open and an explorer window containing a folder filled with SQL scripts. Without SQL Prompt, when I drag a script from ...
1 follower 1 comment 0 votes