Viewing 15 posts - 1,561 through 1,575 (of 8,731 total)
The link on the left menu will show unread. It would be better if it show all the latest.
February 17, 2017 at 7:37 am
February 17, 2017 at 5:44 am
How do you know which answers go on the same row? Remember that tables aren't ordered by default.
February 16, 2017 at 1:43 pm
I have got it 🙂 ...
I have used below query to get the...
February 16, 2017 at 1:28 pm
Thanks very much for explaining the current problem and...
February 16, 2017 at 12:46 pm
Congratulations to Gail and Jeff for becoming the first SSC Gurus and probably didn't notice.
The new points system is going to devaluate the points. I might no longer be...
February 16, 2017 at 12:26 pm
As said before, the OTLT (or anything similar) is a bad design.
However, it shouldn't be confused with a "Junk Dimension" when building a data warehouse. The junk dimensions are...
February 16, 2017 at 12:20 pm
Just a basic approach using cross tabs to avoid massaging the data for pivot.
I also changed the old-syntax join to keep the code consistent and used table alias to...
February 16, 2017 at 8:39 am
I have one question based on creating the sample data. I got...
February 14, 2017 at 1:34 pm
Something like this?
WITH Months AS(
SELECT DISTINCT dtMonth
FROM [TOTALS]
WHERE dtMonth BETWEEN '2014/01/01' and '2014/06/01'
)
SELECT N'SELECT sEntityCode
...
February 14, 2017 at 12:39 pm
February 14, 2017 at 12:16 pm
February 14, 2017 at 10:33 am
Unfortunately we are still running a SQL server 2000 server. I've got provisional approval to...
February 14, 2017 at 10:31 am
February 14, 2017 at 9:44 am
Viewing 15 posts - 1,561 through 1,575 (of 8,731 total)