I am using Vista 95% of the time myself and cannot recognize this. But frustrating when it occurs of course!
Anyway:
If the program is busy it is not responding! So my best guess is that it takes that much time to finish what it is doing (saving).
Please first
1) Ensure that Vista is fully up-to-date
2) Try SQLyog 6.14
.. and see if problems persist!
If problems persist please tell:
* Is it a remote server?
* How do you connect (direct, SSH or HTTP)?
* What type of Internet connection do you have?
* Can you reproduce on a local server?
* If it is a local server please try some INSERT statement from command line client. Much faster or not?
* if it is a remote server and direct connection is possible, please try some other client (like command line, Query Browser)
* Is it same problem from DATA tab and RESULT tab?
* You are perfectly sure that it is not a coincidence that something happens on the server or with the connection at the same time as you change the OS? (you are welcome to try your copy from a XP and a Vista machine at the same time from the same location to test this!)
* You are sure it is not a firewall issue (try turn off all of that kind!)?
Vista has known issues with TCP implementation (that should mostly affect 'shared connections' and dial-up connections, as I understand), so this could be part of the explanation.
Our upgrade and support concept lets you have free upgrades and lets you retrieve registration information from our webiste for a year after last purchase.
Users that do not want to upgrade at regular intervals are themselves responsible for keeping a safe copy of all details (installer and registration details). As a principle we do not support old versions, becasuse we hate to distribute code with known bugs!
Anyway:
We will not exchange registration details public! Please create a ticket here:
Please write any information that is required to identify you (order id, company name, to whom the program is registered, registration code or email address used for purchase)!
Still not reproducable with 6.14 or 6.15 internal build. Every query I execute with “LIMIT 1” exports one row of data!
[attachment=795:limit1.gif]
Are you sure that you do not have an old versions (with this bug) and a recent version installed at the same time and by mistake execute the same old version as before? When program is open what version does 'help … about' tell?
This ALTER … was never considered a sync tool. Structure Sync will let you sync without touching thedatabase ..
You have experienced this as 'extemely dangerous'. The other way around (not specifying the database) may be equally dangerous – if you by mistake hit a database in the Object Browser the statements will execute where you hit. Other users may NOT be aware of that changing the database context changes where it executes!
You should understand the meaning of the SQL you are executing, basically!
We populate the TEMPLATE from the returns of 'show create procedure'. The server returns like that.
Maybe we can implement by querying from Information_Schema ..
Anyway we use database identifier with DROP and not with CREATE stmt. Looks like a mistake – or at least an inconsequence.