Viewing post 1 (of 1 total)
I used a modifed version to block users from my database. Instead of using a cursor you can use...
declare @out nVarchar(4000)
SELECT @out = COALESCE (RTRIM(@out)+'...
December 16, 2007 at 9:40 pm
#760610