Viewing 15 posts - 811 through 825 (of 13,841 total)
Maybe it's something wrong with FireFox but I see no "stack trace" in the original post.
Here's a plain-text version for your delight:
SqlException: Snix_Connect (provider: SNI_PN7, error: 40 - SNI_ERROR_40)
Snix_Connect...
September 7, 2023 at 4:45 pm
Any thoughts or suggestions on the above
As I said, with no ordering, my thoughts are that it's impossible, because the flag could be set against a different row every...
September 7, 2023 at 11:52 am
It is indeed for SSIS & Excel.
64-bit: Run with SSIS on SQL Server / easier datatyping
Not necessarily. The program which runs SSIS packages is called DTExec.exe. It has 32-...
September 7, 2023 at 8:41 am
I do not understand how your data is ordered – it is neither Col1 nor Col2. Please explain, because without explicit ordering, I do not think that this problem can...
September 7, 2023 at 8:33 am
Ideally, all of your DDL should be happening outside of SSIS. Can't tell whether this is the case here.
Use derived columns within your SSIS data flow to populate the non-nullable...
September 7, 2023 at 8:10 am
I can't see anything useful in that stack trace. Were there other error messages generated before the trace? Have you identified the exact statement which generates the error by running...
September 7, 2023 at 8:06 am
Just noticed that this is a 2012 forum. You'll have to use the old FOR XML PATH method to do the concatenation.
September 5, 2023 at 5:43 pm
Here's a SELECT query which does the concatenation. I'm sure that you can change it into a conditional UPDATE.
DROP TABLE IF EXISTS #TableA;
CREATE TABLE #TableA
(
...
September 5, 2023 at 5:39 pm
Just enter some dummy (but valid) values for the parameters and it should work. SSRS does this when it believes that things have become too complicated for it to guess...
September 4, 2023 at 12:47 pm
I've read through the question a couple of times and I don't understand what you are trying to achieve.
Can you provide your sample data in consumable format, along with an...
September 2, 2023 at 5:16 pm
Decide what you want to happen in these cases ... how to 'get around it' will depend on your desired outcome.
August 31, 2023 at 11:12 am
Shift all parameters 1.5 bytes to the left and start the run. In 30ms, stop the run and then restart it. Note that you have to do this your...
August 31, 2023 at 8:15 am
Can you find them here?
https://catalog.update.microsoft.com/search.aspx?q=sql+server
August 30, 2023 at 10:50 am
--Edit: remove duplicate post
August 29, 2023 at 3:34 pm
Hi,
I have 2 tabs created in SSRS Report.There is calendar Day prompt in the report. By Selecting the Calendar Day Prompt the 2nd tab displayed in the report varies...
August 29, 2023 at 3:34 pm
Viewing 15 posts - 811 through 825 (of 13,841 total)