Viewing 13 posts - 121 through 134 (of 134 total)
just to add.
This probelm occurs on a network PC - ( Windows 7, SQL 2008 R2 Express ) so I installed similar on my home laptop - standalone no GPO's...
March 5, 2012 at 5:23 am
To be honest - Performance is not an issue -
31920 records
consolidated to 10280 in less than a second - I will convert this to a view and then do...
January 11, 2012 at 6:24 am
Cadavre (1/11/2012)
--Actual query version 2
SELECT StockCode,
MAX(CASE Route WHEN 0 THEN Route ELSE NULL END)...
January 11, 2012 at 5:39 am
I totally agree - but the only person that sees the RAW is myself - I will now put this into a crystal report that will be tidy for the...
October 5, 2011 at 9:32 am
My mistake - moved the WHEN - well duplicated the WHEN ...
Sum( CASE WHEN (DateDiff(wk,GetDate(), MLineShipDate)) = 1 THEN (MShipQty + MBackOrderQty) ELSE 0 END) as OQ_Wk_01,
Sum(...
October 5, 2011 at 9:25 am
Ninja's_RGR'us (10/5/2011)
, SUM(Quantity) AS QuantityAll
...
October 5, 2011 at 9:19 am
Absolutely 100% perfect -
Just added the target table in the select and added the table.alias - added when target is null
bobs your uncle !
Thank you very much for your...
September 26, 2011 at 6:39 am
All sorted -
I was looking at the wrong error log -
Right click Jobs, View History !
Found out that the backup jobs were being run under an old service...
May 18, 2011 at 4:37 am
Resourse Govenor ! Right
Thanks again guys for the pointers - I have downloaded the sampel test questions and pleased to say that I understand the format and questions are...
May 12, 2011 at 6:27 am
arun.sirpal (5/11/2011)
I have passed 4 2008 sql exams and found that the training kits from a book shop cover alot of what was asked in the exams.
I am going on...
May 11, 2011 at 2:31 am
Steve Jones - SSC Editor (5/10/2011)
May 11, 2011 at 12:49 am
Welsh Corgi (5/10/2011)
It is much easier to upgrade from an MCSE to to an...
May 11, 2011 at 12:47 am
Viewing 13 posts - 121 through 134 (of 134 total)