hi any plans to add script as feature ?? like mssql studio or winsql or others? its usefull somethimes..
script as insert
script as update
script as .... forgot the other one now...
if this gets added i will donate something to the project :)
script as..
its not that when u rigth click a table on mssql studio or others u get a menu called script as... and then sub menus... insert update, something...
when u press insert it creates a new query on query windows like this: insert field1, fieldn values ('','')
same for update, etc
when u press insert it creates a new query on query windows like this: insert field1, fieldn values ('','')
same for update, etc
Ah ok, even that is a feature in Heidi:
1. Doubleclick a table
2. go to the query tab
3. expand the "Columns in [table]" tree node
4.a right click one column and click "Generate INSERT"/UPDATE/DELETE
4.b or select more columns and then right click. The generated query will use selected columns
1. Doubleclick a table
2. go to the query tab
3. expand the "Columns in [table]" tree node
4.a right click one column and click "Generate INSERT"/UPDATE/DELETE
4.b or select more columns and then right click. The generated query will use selected columns
Please login to leave a reply, or register at first.