Forum Replies Created

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

  • RE: SELECT parameters

    From my point of view you like to get a replacement functionality like in printf from C. This is like a multiple replace.

    Try this function to get it done:

    ----SNIP----

    CREATE FUNCTION...

  • RE: How to set query timeout server level?

    Have a look on the SQL server properties in the Enterprise Manager. The Connections tab, section Remote Server Connections allows to determine the query timeout for remote server connections.

  • RE: Help! Error message "Length of text, ntext...

    use sp_configure 'max text repl size'

    The default value for replication of text columns is set to 65536.

    The setting takes effect immediately without a server stop and restart.

    Chris

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