Viewing 7 posts - 1 through 7 (of 7 total)
Please post that script here, alongside some sample data pls. I'm at wits end to understand what you're looking for given the sample data you provided earlier.
September 18, 2015 at 3:37 am
Thanks for the reply,Yes i understand truncate and insert would be simple way to do this but i want to minimize the number of inserts / deletes by rather using...
March 25, 2012 at 9:28 pm
Is the code being updated from UI then you go for updating the values through SP or use triggers
January 24, 2012 at 5:43 am
ws-581925 (3/21/2011)
SELECT ',' + rtrim([StatusDesc])
...
March 21, 2011 at 5:43 am
Awesome seems to work fine on my Samsung
January 10, 2011 at 3:37 am
Hi
Great effort in getting out this procedure but what about decimal(p,s) that doesn't seem to reflect either.
July 11, 2010 at 11:00 am
declare @startDate datetime
set @startDate = '2009-01-01 00:00:00.000'
declare @endDate datetime
set @endDate = '2009-12-31 00:00:00.000'
declare @feeEarner varchar(3)
set @feeEarner = ''
declare @WipCode varchar(5)
set @WipCode = ''
declare @AcCode varchar(8)
set @AcCode = ''
declare @Country varchar(2)
set...
May 26, 2010 at 3:00 am
Viewing 7 posts - 1 through 7 (of 7 total)