I am trying to write a procedure that will compile all invalid objects under a particular schema in the database using dynamic sql. Here is an example of the procedure I have come up with that does not compile:
CREATE OR REPLACE PROCEDURE TWPEDB.TEST
AS
CURSOR COMPILE_CURS IS
select 'alter '...
I need to rename all files in a directory on an NT Server. The current filenames are *_*.wmf
I need to strip out the _* from the name.
For example, a file named AOL_1.wmf should be renamed to AOL.wmf
Does anybody know an easy way to do this for all files in a directory via a VB executable or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.