Viewing 15 posts - 811 through 825 (of 13,838 total)
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
WOW, that's awesome! Do you, or anyone else, know of a similar tool to strip the modules out of an Access MDB file?
I've never used it and therefore don't...
August 29, 2023 at 2:13 pm
Dead right about Power BI and source control. It feels like MS never anticipated that Power BI reports would need to be subject to source control.
There are third-party apps out...
August 28, 2023 at 3:59 pm
I am thinking it is not firewall related only because you said other files upload no problem, ...
Solid logic.
I had not realised until now that it was possible to...
August 24, 2023 at 2:46 pm
Viewing 15 posts - 811 through 825 (of 13,838 total)