Activity overview
Latest activity by Janez
Hi,
I think even better would be to write out output for every table, for example:
Table1 (7 rows inserted, 5 rows updated, 2 rows deleted)
Table2 (22 rows inserted, 15 rows updated,4 rows deleted)
....
The database update succeeded
That would be even more consistent with SQL Compare which displays info on all actions accomplished during the execution of the script.
Janez / comments
Hi,
I think even better would be to write out output for every table, for example:
Table1 (7 rows inserted, 5 rows updated, 2 rows deleted)
Table2 (22 rows inserted, 15 rows updated,4 rows deleted)...
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...
Hi Tilman,
thanks for the reply.
For the future version, I can propose the following:
Ability to specify words after which Prompt will pop up (I do not have Prompt 2 installed anymore, but something similar was in it, if I remember correctly),
or/and
ability to define the level of 'aggressiveness' of SQL Prompt. For example, a slide control with three levels and a description of each level (e.g. if you specify this level SQL Prompt will pop up when you ..., etc.).
Thanks
Janez / comments
Hi Tilman,
thanks for the reply.
For the future version, I can propose the following:
Ability to specify words after which Prompt will pop up (I do not have Prompt 2 installed anymore, but somethin...
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 ...