Viewing 15 posts - 2,071 through 2,085 (of 15,381 total)
Steve that is the usual transition from Summer to Winter here in KC. Fall is usually right around 5-6 hours followed by a long and cold winter. 😛
November 17, 2015 at 2:54 pm
fmarler (11/17/2015)
I know. Not the way I would have designed it but I inherited this and am stuck using it.
Understand. Did you see this part?
If you really want some help...
November 17, 2015 at 12:16 pm
fmarler (11/17/2015)
[transaction_detail_id]
,[transaction_code]
,[transaction_short_desc]
,[transaction_desc]
[highlight=#ffff11] ...
November 17, 2015 at 10:36 am
Luis Cazares (11/17/2015)
Lynn Pettis (11/17/2015)
OMGStep 1: Prepare 3 envelopes. :hehe:
ROFL.
November 17, 2015 at 10:31 am
Alan.B (11/16/2015)
The Dixie Flatline (11/16/2015)
November 17, 2015 at 8:18 am
luissantos (11/16/2015)
I read that is not best practice to Shrink database due to index defragmentation,
but my DATA file occupies in disk 39 GB when in fact the size is...
November 16, 2015 at 12:31 pm
robert.sterbal 56890 (11/16/2015)
November 16, 2015 at 10:54 am
Ed Wagner (11/16/2015)
Sean Lange (11/16/2015)
Lynn Pettis (11/16/2015)
Sorry, got snippy with an OP.50 lashes with a noodle please.
I didn't think it was that snippy. I wouldn't have given them the code...
November 16, 2015 at 10:19 am
Lynn Pettis (11/16/2015)
Sorry, got snippy with an OP.50 lashes with a noodle please.
I didn't think it was that snippy. I wouldn't have given them the code though. 😀
November 16, 2015 at 10:14 am
sqlinterset (11/16/2015)
sorry for confusion. 4/14 mean either 4 months or 14 months.
Then use DATEADD. https://msdn.microsoft.com/en-us/library/ms186819.aspx
November 16, 2015 at 10:07 am
Let's start with some formatting so it is legible.
SELECT t00.ScenarioID
,t01.[GROUP]
,'' AS GroupName
,t01.companygroupaccount
,t01.accountnum
,t01.accountname
,SUM(t00.ActualValue + t00.Forecast) AS Forecast
,0 AS ForecastPercentage
,SUM(t00.BudgetValue) AS Budget
,0 AS BudgetPercentage
,SUM(t00.BudgetValue - (t00.ActualValue + t00.Forecast)) AS Variance
,0 AS VariancePercentage
FROM...
November 16, 2015 at 9:56 am
vavfam 50321 (11/16/2015)
Bulk load data conversion error (type mismatch or invalid character...
November 16, 2015 at 9:52 am
sqlinterset (11/16/2015)
November 16, 2015 at 9:47 am
sharonsql2013 (11/16/2015)
Say the fields are JanTotal and Febtotal.
Can...
November 16, 2015 at 9:46 am
vavfam 50321 (11/16/2015)
November 16, 2015 at 9:44 am
Viewing 15 posts - 2,071 through 2,085 (of 15,381 total)