Viewing 15 posts - 76 through 90 (of 152 total)
I'm just going to make my final argument against using the LAG function here, in this case.
What if you start getting data at 30 min intervals? The LAG (and LEAD...
July 6, 2016 at 10:54 am
Careful with LAG its only looking at the previous record for the 3 hr window. Your data could be confusing and given your dataset Eirikur solution does work, ...
July 6, 2016 at 10:33 am
In your article you quote I see this under ²
Changing the edition of a SQL Server 2012 failover cluster is limited. The following scenarios are not supported for SQL Server...
July 6, 2016 at 10:04 am
Please note that the configuration manager alias section is for that computer only it is not an alias for remote incoming connections as the GUI and naming might suggest. ...
July 6, 2016 at 9:40 am
duddu.venkataramana (7/5/2016)
I am currently working on weather data to see if there is rain in past 3 hours. I have data for 10 years.
The sample data is presented...
July 6, 2016 at 8:48 am
PJ_SQL (7/5/2016)
EQ181
TX 116-3860
How do I split the above in two different columns?
ColA ColB
EQ 181
TX ...
July 5, 2016 at 1:50 pm
SilentMike (5/20/2016)
July 3, 2016 at 5:55 am
Quinn-793124 (7/1/2016)
How do you determine of SQL Server 2008 I am on so I can get the same level at 20014 so I don't lose functionality and compatible...
July 2, 2016 at 7:56 am
orlando.ramon (7/1/2016)
July 1, 2016 at 1:32 pm
Rachel Lee-244397 (7/7/2014)
When a user is a member of multiple AD...
July 1, 2016 at 1:27 pm
homebrew01 (6/28/2016)
So when my SP runs
SELECT JOB_NUM, STATE FROM JOBS WHERE STATE_CODE IN ('CA', 'NY')
The rows...
June 28, 2016 at 12:50 pm
homebrew01 (6/28/2016)
Now working on the lack of results.
The records selected in the stored procedure's SELECT JOB,...
June 28, 2016 at 11:37 am
homebrew01 (6/27/2016)
If I select just sate CA, I get good...
June 27, 2016 at 4:58 pm
Alan.B (6/24/2016)
If user selects CA then 'CA' is passed to the stored proc. If...
June 27, 2016 at 11:04 am
E McNeill (6/27/2016)
June 27, 2016 at 10:31 am
Viewing 15 posts - 76 through 90 (of 152 total)