Viewing 15 posts - 2,566 through 2,580 (of 13,870 total)
This reply has been reported for inappropriate content.
I don't see any code that was uploaded - it looks like one of your posts was marked as spam.
I have no idea what
It won't load all of...
June 30, 2020 at 9:10 pm
If you were to add a unique filtered index on the CompanyName column, this would prevent the insertion of duplicate non-NULL company names, while allowing multiple NULLs:
CREATE...
June 30, 2020 at 4:24 pm
Unfortunately it does not exist in Table A 🙁
As the numbers you are summing exist in a form where they are not broken down by LC, you cannot retrospectively...
June 30, 2020 at 12:10 pm
Please explain this statement:
I have a company table for some reason I can't create a constraint on table level
The constraint is the way to go. Tell us what you tried...
June 29, 2020 at 10:51 pm
Does column LC exist in table A?
If not, it would seem that this breakdown is not possible.
June 29, 2020 at 8:28 pm
Try doing it in two stages:
CREATE TABLE TICKET_LOCATION
(
...
June 29, 2020 at 6:52 pm
...
I'd be looking for triangular joins...
I've not heard the phrase triangular joins before. Does it refer to the following situation?:
Table A is joined to Table B
Table A is...
June 29, 2020 at 2:24 pm
Yes, the fist table is my respected result, with the costumerID.
The second table is like our costumer history table looks like. By changig somethind on the costumer, just a...
June 29, 2020 at 1:35 pm
Well done for finally getting there.
Next step: start a project to upgrade your SQL Server environment to something more modern!
June 29, 2020 at 12:05 pm
Does your first table represent your desired results?
How is CustomerId relevant?
June 29, 2020 at 12:02 pm
Misha, I have written some code which analyses SSISDB environment variables and their mappings to SSISDB parameters. Would you be able to run it and let me know whether it...
June 26, 2020 at 5:35 pm
OK, thank you. Please take a look at this link: https://www.sqlchick.com/entries/2011/12/31/a-better-way-to-work-with-ssis-variable-expressions.html
Notice that, within the Expression Builder dialog, there is an 'Evaluate Expression' button. Use that button to fine-tune your...
June 26, 2020 at 3:00 pm
Can you post a screenshot of the variables window, showing the expression?
June 26, 2020 at 1:58 pm
Why would it work for 1 file but fail for another?
The flippant and rather obvious answer is "because the data in the file that fails contains something which the BULK...
June 26, 2020 at 12:37 pm
I'm a 2017 user, and cannot remember how things looked in 2008, but is there a button/link called 'Evaluate' which allows you to see what the variable looks like after...
June 26, 2020 at 12:29 pm
Viewing 15 posts - 2,566 through 2,580 (of 13,870 total)