Posts
Sort by recent activity
Problem with whitespace
Hi,
when comparing two databases I encountered the following problem (SQL Server 2005 with SP3):
1. I unhecked the option for not ignoring the whitespace (which I usually do) in project options.
2....
New version of Dependency Tracker
Hello,
I have a simple question:
Will there be a new version of Dependeny Tracker and if yes, when?
I have it in my Comparison Bundle and while I mainly use SQL Compare and SQL Data Compare, I also...
Multiple SQL Prompt menus in Query analyzer
Hello,
one minor problem with SQL Prompt in Query Analyzer, here are the steps to reproduce:
1. Be sure that SQL Prompt is integrated in Query analyzer and that it is running.
2. Start Query Analyz...
Suggestion for aliases
Hello,
I have one suggestion for aliases:
To add an option 'Only use aliases from my list', so the SQL Prompt will only use aliases from the list of aliases I have specified, but will not set an al...
SQL Prompt popup after the latest beta
Hello,
today I have installed the latest patch and noticed that SQL Prompt does not popup anymore after the keyword and space are typed (e.g. JOIN keyword or ON keyword). I always have to press Ctr...
Joining multiple tables
Hi,
I have some troubles with Prompt when joining multiple tables. Let's say that I have three tables: Visit, VisitProduct and VisitCustomer.
Visit table has the following PK:
Visit (number of the ...