Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: remove spaces more than double

    Here is a funtion that would help you clean out this list...

    SET QUOTED_IDENTIFIER OFF

    GO

    SET ANSI_NULLS OFF

    GO

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[fn_CleanWhiteSpace]') and xtype in...

Viewing post 1 (of 1 total)