Forum Replies Created

Viewing 4 posts - 241 through 244 (of 244 total)

  • RE: using Replace with wild cards

    Thanks alot that great. I hadnt come accross this ieda before. Interesting that it uses set operations but relies on the fact that the record sets will be processed row...

  • RE: using Replace with wild cards

    Thanks for the reply

    I came up with a similair method

     

    declare @tel

    set @tel = '+1-310-414-0909'

    declare @len int

    declare @position int

    declare @character varchar(1)

    declare @number varchar (25)

    select @len = len(@tel), @position =...

  • RE: Threading from an xp

    Yep the the lock will remain untill the preocess trigger is completed. You could use the trigger to insert relevant rows into a table and then use a scheduled job...

  • RE: How to send mail from SQLServer w_out exchange

    'bmail'  (free download) is also reliable using xp_cmdshell

Viewing 4 posts - 241 through 244 (of 244 total)