Viewing 15 posts - 556 through 570 (of 13,877 total)
Your final resultset cannot contain a mixture of numbers of columns and datatypes. But you can create a wider dataset, eg
SELECT Col1, Col2, Col3, Col4 = NULL,...
March 12, 2024 at 8:34 am
do u want to say that we should not use begin end in inlined scalar functions?
Jeff's post says exactly what he meant to say. He did not condense his...
March 11, 2024 at 12:18 pm
A quick response to some of your questions:
March 8, 2024 at 10:37 am
I'm not paying 1500 bucks a year (plus however many hours a year it takes to get it approved and renewed) for infrequent code refactoring lol
That's...
March 5, 2024 at 3:51 pm
Check out COUNT(x) vs COUNT(DISTINCT x)
March 5, 2024 at 3:37 pm
I'm not paying 1500 bucks a year (plus however many hours a year it takes to get it approved and renewed) for infrequent code refactoring lol
That's not the point...
March 4, 2024 at 9:44 pm
I have had mixed results getting it to restyle code for things that can't be restyled with a styling tool - such as standardizing aliasing to AS aliasing, eliminating...
March 4, 2024 at 5:24 pm
A final question: why the package can run through an agent job which runs as a proxy user(also a domain user). My guess is that it only needs one...
March 4, 2024 at 5:19 pm
Thank you, sir.
I believe you're correct - it's a Kerberos double-hop issue.
I checked the sql server logs on instance B and found this line. When I execute the SSIS...
March 4, 2024 at 4:27 pm
A report that shows timespan of the analysis and then total for the TagID then Unique and Nonunique(differnt value)
There where 800 captures and 750 all had same value and,...
March 4, 2024 at 4:01 pm
What are your desired results, based on this sample data?
March 4, 2024 at 2:45 pm
One final idea. Could it be a Kerberos double-hop issue? To test this, try using SQL Server auth for your connection, rather than Windows.
March 4, 2024 at 11:34 am
The reason I mentioned it was just to make sure that you'd filled in all the parameter and connection override info on the GUI screen before submitting?

March 3, 2024 at 1:11 pm
Are you using SSISDB environment variables to override connection configuration?
March 2, 2024 at 8:19 pm
Viewing 15 posts - 556 through 570 (of 13,877 total)