Now my question is, what exactly happens behind the scenes when I use SQLStudio for that purpose. Is it doing something I can also do manually using SQL?

Not the actual answer, but:
You can have a look at statements send to the database by using the vtrace (http://sapdb.2scale.net/moin.cgi/VTrace). The trace probably won't be obvious, as SQL Studio will send lots of catalog queries, but if you search for ALTER and DROP, I hope you'll find it eventually.

One can also right-klick and select "Export to SQL" which opens an SQL-Dialog with the query that SQLStudio would perform.




--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to