Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Find Text in All Databases

    Sean Lange:
    > The RedGate tool is free so having access isn't really much of an issue.
    I'm glad you posted code for an alternate method, because 3rd party tools...

  • RE: Brute Force data search tool

    Excellent.

    Thank You.

  • RE: Brute Force data search tool

    Excellent.

    Thank You.

  • RE: Brute Force data search tool

    Thanks for doing the Google search for an Oracle method. I will certainly have a look, as that would be very useful for me at work.

    I tried changing:

    SELECT...

  • RE: Brute Force data search tool

    Hi John,

    For the present time, I modified the end of the procedure as follows:

    [font="Courier New"] CLOSE dbnames

    DEALLOCATE dbnames

    -- SELECT 'Search Results';

    SELECT * FROM #TempBruteForce

    WHERE Matches > 0 OR LEN(errortxt) > 0

    ORDER...

  • RE: Brute Force data search tool

    Hello -

    Very nice script!

    I have two questions:

    1.) What is the difference, if any, between "tblqry" and "sqltext" in the results?

    2.) Is there a way to conditionally print the errors?

    SELECT 'Errors...

Viewing 6 posts - 1 through 6 (of 6 total)