Viewing 15 posts - 406 through 420 (of 13,877 total)
Makes sense, thanks for clarifying.
June 13, 2024 at 8:13 am
I don't see that. If I run the following, it executes just fine.
DECLARE @Language NVARCHAR(10) = N'en';
DROP TABLE IF EXISTS #Temp;
CREATE TABLE #Temp
(
TestName...
June 13, 2024 at 8:00 am
That is a difference between SAP ASE (error in first example) and SQL Server that I stumbled upon while migrating, and this hurts me a lot:)
I shall address the...
June 13, 2024 at 7:54 am
Then next time I opened it, it looked like an empty Visual Studio shell.
Looking on the bright side, maybe the Dark theme would have been officially implemented in that...
June 12, 2024 at 4:57 pm
SSMS keyboard shortcuts (built-in and custom) are working as usual for me in 20.1.
What do you mean by the following, exactly?
It seems to always wait for the second character in...
June 12, 2024 at 4:25 pm
didnt know. so answer #2, kind of piling on answer #1 is that the users who pivot would need minimally a pbi pro license. i dont think we want...
June 11, 2024 at 8:36 pm
There is no column ZZZZ in table a. The only column in table a is a
create table a (a int) would need to change to create table a (ZZZZ...
June 11, 2024 at 4:36 pm
You've got some fun R&D lined up.
This won't be a password thing. Instead you'll be using OAUTH2 to gain access and messing about with ClientIds, ClientSecrets and Access Tokens, I...
June 11, 2024 at 4:34 pm
loaded question but i'll try. for starters we plumb more than just pbi to cubes. for example excel pivots. i understand there is an extension to excel called power...
June 11, 2024 at 3:20 pm
Hi
I am New To Azure Sql. Can some one please share
June 8, 2024 at 9:39 am
As the term 'perfect' is poorly defined in the context of software, one person's 'perfect' is another person's 'not bad'.
I don't remember ever using software that I didn't think could...
June 8, 2024 at 9:37 am
It is, indeed, a tricky one. Surrogate keys + date logic looks like the way forward.
It's not an elegant star schema model.
I hope that others respond with their ideas.
June 7, 2024 at 3:22 pm
I notice that there's no mention of product sales … hence your reference to 'factless', I assume.
Are you therefore simply building a 'Product cube'?
What sort of reporting/analysis are you intending...
June 6, 2024 at 10:33 am
This article is a bit terse.

June 5, 2024 at 8:39 am
Viewing 15 posts - 406 through 420 (of 13,877 total)