Viewing 15 posts - 976 through 990 (of 4,820 total)
June 28, 2018 at 10:44 am
June 28, 2018 at 10:42 am
Assuming that you only need to compare two years, here's something that can work:CREATE TABLE #SalesData (
CustID char(3),
FiscalYear smallint,
FiscalPeriod tinyint,
SalesQty int,
SalesValue decimal(11,2)
);
INSERT...
June 28, 2018 at 10:36 am
Thanks for your reply. I confirm, a large volumes of JSON in a given column...
June 28, 2018 at 10:10 am
June 28, 2018 at 10:03 am
I'm looking for a way to use RAISERROR with severity 16 (or at least...
June 28, 2018 at 9:39 am
I have been stuck on this for days and I need submitting this report...
June 28, 2018 at 9:30 am
June 28, 2018 at 8:22 am
June 28, 2018 at 8:20 am
June 28, 2018 at 7:38 am
June 28, 2018 at 6:49 am
I'll go ahead and reformat them all:UPDATE KCRM
SET KCRM.IdRapportoMobile = @IdRapporto
FROM KilometriCantiereRapportoMobile AS KCRM
WHERE KCRM.IdKilometri IN (
SELECT K.IdKilometri
FROM Kilometri AS K
INNER JOIN...
June 27, 2018 at 1:57 pm
June 27, 2018 at 1:14 pm
June 27, 2018 at 1:10 pm
bdkdavid - Friday, June 22, 2018 1:18 PM... <<code segments deleted>>I wanted to thank you all for your help
David
You're very welcome.
June 26, 2018 at 7:59 am
Viewing 15 posts - 976 through 990 (of 4,820 total)