Viewing 15 posts - 46 through 60 (of 254 total)
gclausen (10/30/2014)
October 30, 2014 at 9:11 am
pdanes (10/30/2014)
October 30, 2014 at 9:10 am
Yeah, text searches can run REALLY slow. Did you try using some of the input variables from my proc? It tends to help if you know column length, number of...
October 22, 2014 at 2:34 pm
stevemc (10/22/2014)
IF OBJECT_ID (N'tempdb..#usp_String_Search', N'P') IS NULL
BEGIN
EXECUTE ('CREATE...
October 22, 2014 at 12:19 pm
peter.mauss (10/22/2014)
Sean Smith-776614 (10/22/2014)
peter.mauss (10/22/2014)
object_name, the column_name for each hit. It would be cool if it would also Display
the Name of the Primary key column for the...
October 22, 2014 at 8:28 am
below86 (10/22/2014)
Sean Smith-776614 (10/22/2014)
below86 (10/22/2014)
October 22, 2014 at 8:27 am
peter.mauss (10/22/2014)
object_name, the column_name for each hit. It would be cool if it would also Display
the Name of the Primary key column for the object and its...
October 22, 2014 at 8:06 am
below86 (10/22/2014)
October 22, 2014 at 8:02 am
RD-201664 (10/17/2014)
Grrrr, the code must have BUGS!! 😉
Thanks for a...
October 17, 2014 at 11:03 am
Optional in a manner of speaking by setting default values. A good example is sp_who2.
October 9, 2014 at 1:53 pm
I'm glad you liked it. It was a lot of fun to build (became a bit of an obsession at one point LOL).
October 8, 2014 at 7:47 am
Viewing 15 posts - 46 through 60 (of 254 total)