Viewing 15 posts - 571 through 585 (of 8,731 total)
I've created a Tabular SSAS Cube recently. Certain numbers within the cube are...
April 23, 2018 at 12:30 pm
By the way, I strongly recommend that you add the week day number column to your Dates table, as well as other relevant attributes (year, month, week, fiscal year, etc)
April 23, 2018 at 11:21 am
April 23, 2018 at 9:31 am
vijay_uitrgpv - Monday, April 23, 2018 6:29 AMThank you very much this is working as expected
Have you read the article I...
April 23, 2018 at 6:35 am
You should probably scratch what I mentioned and read what I wrote on this article:
http://www.sqlservercentral.com/articles/set-based+loop/127670/
April 23, 2018 at 6:21 am
Depending on the logic, there are 2 options. Be sure to understand them as they're very different.
Declare @a table ( id int, id_2 int)
Insert into...
April 23, 2018 at 6:19 am
April 22, 2018 at 2:57 pm
April 20, 2018 at 11:37 am
April 20, 2018 at 9:49 am
... I can't come up with a reason that makes any sense at...
April 20, 2018 at 9:46 am
April 19, 2018 at 8:49 am
ChrisM@Work - Thursday, April 19, 2018 6:48 AMYes:
https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-database-transact-sql-compatibility-level?view=sql-server-2017
Remember to change it back afterwards
That won't work for 2012+...
April 19, 2018 at 7:53 am
- Master, why am I not good at SQL?
- Have you seen the sunset from the mountain?
- Yes, master
- Have you seen a bird...
April 19, 2018 at 7:34 am
April 19, 2018 at 6:35 am
April 18, 2018 at 1:05 pm
Viewing 15 posts - 571 through 585 (of 8,731 total)