Is it possible to configure Visual Studio 2008 to automatically remove lines in a sql file like this:
prompt PL/SQL Developer import file
prompt Created on jueves, 30 de julio de 2009 by pepe
set feedback off
set define off
prompt Disabling triggers for MYTABLE...
alter table MYTABLE disable all triggers;
- Remove lines that starts with prompt .
- Replace ; by \r\n and char /.
Are there any extensions or macros available to do this?