cording to the output of the
above after backing up the DB.
Best Regards,
Theo
-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Danny Kellett
Sent: 24 May 2010 08:34 PM
To: arslist@ARSLIST.ORG
Subject: Re: Tool for finding
out the workflow with hardcoded values.
(UNCLASSIFIED)
Classification: UNCLASSIFIED
Caveats: FOUO
I have SQL routines for this. Here is an example:
DECLARE @string varchar(30)
SET @string = '%HardcodedText%'
SELECT name "Active Link", queryShort
FROM actlink
WHERE que
Classification: UNCLASSIFIED
Caveats: FOUO
I have SQL routines for this. Here is an example:
DECLARE @string varchar(30)
SET @string = '%HardcodedText%'
SELECT name "Active Link", queryShort
FROM actlink
WHERE queryShort like @string
SELECT name "Filter", queryShort
FROM filter
WHERE querySho
3 matches
Mail list logo