Viewing 15 posts - 1,801 through 1,815 (of 2,701 total)
did you even bothered reading the manual?
January 16, 2020 at 8:05 am
interesting and a good example for SSIS - but does not catch all cases, neither addresses the real issue that is that the file was badly created and is therefore...
January 16, 2020 at 1:13 am
this may help you https://docs.microsoft.com/en-us/analysis-services/analysis-services-backward-compatibility
regarding multidimensional only mentions are that these 2 are deprecated
and these were discontinued
January 15, 2020 at 7:49 pm
I never did figure out why it would work in one place and then not installed on the server. I'm still thinking there is potentially a permissions issue. I...
January 14, 2020 at 11:28 pm
code here instead of word doc - easier for most to see
one thing i would change is the fact that the code, if the record does not exist already, does...
January 14, 2020 at 11:23 pm
I agree. Download and run Ola Hallengren's solution. It's far more complete, and is far more flexible, than what you have written.
Ola's code is, indeed, the "Gold...
January 14, 2020 at 7:24 pm
Hi frederico_fonseca, thank you for your reply. Actually I can explain this to my management and they would probably accept it as useful information. I believe your advise is...
January 14, 2020 at 5:10 pm
a update that does not update any row is not an exception so the code is behaving correctly.
examples of what and exception would be are
January 14, 2020 at 8:00 am
I think you do need to dig further and explain to them that a SSIS Catalog Environment equates to a xmlconfig file on the filesystem.
this makes it possible to have...
January 13, 2020 at 9:54 pm
most likely permissions.
as this is on your PC first thing to try is to run SSMS as administrator - just to confirm that it is indeed permissions of your user
and...
January 13, 2020 at 9:01 am
Mona,
the insert-update block does not do the update itself - just inserts the rows that need to be updated onto a a staging table, and then the "apply staged updates"...
January 12, 2020 at 11:55 am
you should then do yourself a favor and search for outer apply examples and study them.
they are incredibly powerful and know how to use them is a must for a...
January 11, 2020 at 7:14 am
something like this should do the trick.
the "allow" column returned by the SQL you only use for validation, and do not show on your page.
If for some reason for a...
January 10, 2020 at 11:10 pm
we would need the explain plan file itself, not images of it.
January 10, 2020 at 8:38 am
Frederico your code works!
Apparently somebody pointed sources to linked server to PRODUCTION (Damn.. I think that's why i wasn't getting a match for five days!..) And that's why function...
January 10, 2020 at 7:51 am
Viewing 15 posts - 1,801 through 1,815 (of 2,701 total)