Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Remove non printable characters

    Here's the updated code for anyone interested:

    CREATE FUNCTION dbo.IF_CleanWithReplace

    [...]

    WITH SCHEMABINDING

    [...]

    In additions to allnelsons questions above, i'm curious as to the use of SCHEMABINDING here.

    In BOL,...

  • RE: way to enforce object naming conventions?

    in the back of my mind i was hoping there was some simple way of coding it, but it looks like i'll be calling a meeting quite soon. 😉

    many thanks.

Viewing 2 posts - 1 through 2 (of 2 total)