Viewing 15 posts - 766 through 780 (of 5,111 total)
Also, get rid of the
DISTINCT.UNIONalready does a distinct, so specifyingDISTINCThere just clutters up your code with no benefit.Drew
Good spot Drew.
September 19, 2019 at 3:01 pm
Rather than a variable, seems like you'd be better off with a VIEW.
September 19, 2019 at 12:36 pm
I bet at least one of the values of UserID in your CTE ActionCentreUsers has the value NULL. If so, that is documented behaviour:
Caution
Any null values returned by subquery...
September 19, 2019 at 12:10 pm
As you're on 2016 you have to use AES_128, AES_192, or AES_256; all other algorithms have been deprecated. As per the documentation if you want to use a different...
September 19, 2019 at 12:07 pm
Unless i recall incorrectly, using a For Each Loop Container on a file directory will process the files in alphabetical order; so there's no need for a script task here.
September 18, 2019 at 7:51 am
Seems like a(nother) good reason to use F5 instead. 🙂
September 16, 2019 at 10:25 am
This is because your source and/or Destination don't have Ignore Failure set on Truncation. Open up your Source/Destination node, by double clicking it. Then go to the Error Output Pane....
September 13, 2019 at 11:38 am
This is definitely a double hop issue. When you run an SSIS package stored in the SSISDB via SQL (in the case the C# app running the appropriate ones), the...
September 11, 2019 at 9:40 am
What I wanted to say was that there is the danger of creating (and using) the same table under two schema, normally ones login and dbo
Is that a question...
September 10, 2019 at 3:38 pm
FYI: Duplicate post of https://www.sqlservercentral.com/forums/topic/unsure-how-to-define-this-query
September 10, 2019 at 1:44 pm
Personally, if sap and RP, are the abbreviations you already use, I would created schemas with those names for the schemas, not A, and R.
one "lurking" problem is, that...
September 10, 2019 at 1:26 pm
A user is a database object, not a server object. When you execute an SP within a database, the permissions of the user, linked to your login in that database,...
September 10, 2019 at 11:31 am
Thanks Steve. I was more surprised than they hadn't been banned/blocked yet, when they'd made 1/2 posts (that I'd seen) almost every day; even after they'd all been reported. Hopefully...
September 9, 2019 at 10:35 am
Is there any chance we can get this account banned or something? I'm getting bored of flagging their posts now. based on their "points" it's seems they posted over...
September 9, 2019 at 10:13 am
Why do you have to write all the script components? I thought SSIS was supposed to make it so you basically wouldn't have to write anything.
I don't know if...
September 6, 2019 at 12:09 pm
Viewing 15 posts - 766 through 780 (of 5,111 total)