Viewing 3 posts - 1 through 3 (of 3 total)
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...
August 27, 2003 at 7:13 am
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.
August 27, 2003 at 5:08 am
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
August 27, 2003 at 4:04 am
Viewing 3 posts - 1 through 3 (of 3 total)