phone system doing sql query to work out transfer destinations
previously was using number 99999
we need to change this to be *99999 to send it to a mailbox
having issues trying to work out how to do the update
this works to change to 33333
update [NumberDB].[dbo].[BCheck] set Dest =33333
where SiteID =90000
this fails
update [NumberDB].[dbo].[BCheck] set Dest =*99999
where SiteID =90000
If I never did anything I'd never done before , I'd never do anything.....
previously was using number 99999
we need to change this to be *99999 to send it to a mailbox
having issues trying to work out how to do the update
this works to change to 33333
update [NumberDB].[dbo].[BCheck] set Dest =33333
where SiteID =90000
this fails
update [NumberDB].[dbo].[BCheck] set Dest =*99999
where SiteID =90000
If I never did anything I'd never done before , I'd never do anything.....