Viewing 15 posts - 2,911 through 2,925 (of 59,067 total)
Hey,
I have Windows 10 running SQL Server Express 64-bit and I purchased SQL Server 2016 Standard (genuine) key. I want to upgrade and I'm having difficulty figuring out...
August 19, 2022 at 4:53 pm
Passed the initial screening and now have a SQL interview. Dabbled with SQL for a few months now but there are a lot of resources that I can...
August 19, 2022 at 4:46 pm
@Chrissy321...
Did that last hint help you succeed?
August 18, 2022 at 8:00 pm
To my point - if you are using datetime or datetime2 and need to be accurate across time zones, then you must have some method of determining the offset...
August 18, 2022 at 7:39 pm
p.s. The links in the signature lines of both Mike and I will get you better/actual coded answers more quickly.
August 18, 2022 at 6:11 pm
Personally and generally, I think Date Dimension tables are usually overrated for such things. Using things like GROUP BY with ROLLUP, CUBE, or GROUPING SETs is much more effective. You...
August 18, 2022 at 6:08 pm
You also say you always want to show the largest positive number first. To be honest, that doesn't make any sense because it seems to provide no value in what...
August 18, 2022 at 1:57 pm
Consider people that have no idea about your data. We don't know things like how a "unique trip" is identified, what defines a "corresponding couple" of stations, etc. You'll also...
August 17, 2022 at 8:34 pm
Here is an example where it goes from a NULL value to a Positive number then a Negative number in a three hour period.
WD 1116.0 (HILINE)1413HI...
August 17, 2022 at 8:26 pm
Hi Jeff,
First thank you for responding,
The first column is the name of the locations. some are represented as a decimal representing the mile post of a location, however it...
August 17, 2022 at 8:22 pm
Heh... when I read through this, my thought was "This is one of the primary reasons I don't use SSIS". 😀
August 17, 2022 at 5:39 pm
The next step of Piet's recommendation can be found in the documentation for SQL Server. Look for "Partitioned VIEWS".
August 17, 2022 at 5:34 pm
Your test data appears to contain two different line types, the rows for "E Hazen" being different than the rest. Save us some time and tell us which set of...
August 17, 2022 at 1:45 pm
You're welcome and thank you for the feedback.
The articles are based on "pivoting" numeric values but you can do like Kaj suggested and use Min or Max to pivot text. ...
August 17, 2022 at 1:48 am
You added "columns" to the CROSS APPLY and changed the width of some but you didn't change the substring values that look like this...
,11,10)
,21,10)
,11,10)
,21,10)
August 17, 2022 at 12:26 am
Viewing 15 posts - 2,911 through 2,925 (of 59,067 total)