• Moneer-479830 (6/20/2014)


    Hi, I am trying to search a string from the object definitions like this and getting no result

    EXECUTE dbo.usp_Object_Search

    @Search_String = N'fiscal/2'

    ,@Database_Name = N'Test'

    ,@Search_Against = 'D'

    Above Test is my database name and fiscal/2 is the string in one of the stored procedures. Please help, this is looking awesome procedure if it work for my situation.

    Thanks

    Is the database in question case sensitive?