Feature Request: Drag/Drop Export

gparker

Member
Just a thought for features: it would be really slick if you were able to grab a bunch of stored procedures/objects in the schema browser and drag them right out on to the desktop (or other folder), causing an export for each of the files. Right now I have to find the procs I want, open an export window and then re-find the procs again.

It could also be extended for object imports (drag from the desktop into the browser window), although I suppose that should probably invoke a SQL command window or something so that you can ensure your DML does not blow up.

Let me know if these features *are* present somewhere and I'm just missing them.
 
You can drag & drop the selected objects into a an editor (the Command Window script editor is most appropriate) and select "DDL" from the darg & drop popup menu.
 
Back
Top