Viewing 2 posts - 1 through 3 (of 3 total)
This works well. I found it a while back. Just create the sproc by running the code below. Use it by running exec SearchAllTable 'textToFind'
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON...
December 13, 2006 at 6:17 am
#677737
Will the above stored proc work in SQL Server 2000?
April 13, 2006 at 4:42 am
#632304