Viewing 15 posts - 61 through 75 (of 4,814 total)
Just curious - is the SQL Browser service active?
October 7, 2020 at 4:26 pm
Okay, that explains a great deal. However...
If you are going to have a product represented by a SKU, and that product is simple if it's unique, meaning that there are...
October 7, 2020 at 1:27 pm
Ok, but I think there's a fundamental mismatch between the way one would normally design a table structure, and what you appear to be doing here, although I can certainly...
October 6, 2020 at 1:34 pm
Hi ratbak, thanks for your advice, and it works. However, it works if its a truncation error. How can I capture if my source is varchar and destination is...
October 5, 2020 at 2:40 pm
First thing is, are you looking to avoid SSIS altogether? I ask because setting up SSIS to export data from a stored procedure into Excel is relatively easy to do. ...
October 5, 2020 at 1:22 pm
In SQL Server 2019, this value can be provided by scripting out the addition of the reference, which you create in SSMS (the reference, that is), and rather than clicking...
October 2, 2020 at 3:24 pm
Wow... talk about dumb things.... turns out you actually have to cast the NULL function, which already contains an explicit data type, to the DT_STR data type for the expression...
September 21, 2020 at 1:09 pm
Honestly, I have to wonder what the end objective is here. If anyone thinks that they can just dictate a specific bus seat for a specific child or...
September 1, 2020 at 2:45 pm
If you query the table to get the row count, your query will be the one that gets measured for logical reads. I'm pretty sure you need to use Jeff...
September 1, 2020 at 2:37 pm
Honestly, I have to wonder what the end objective is here. If anyone thinks that they can just dictate a specific bus seat for a specific child or set of...
September 1, 2020 at 2:21 pm
Just an fyi, but this problem was the why behind two other posts, as I had been thinking that the only way to make the Execute SQL Task work with...
September 1, 2020 at 2:08 pm
For the solution to this, see the following post:
https://www.sqlservercentral.com/forums/topic/ssis-expression-task-does-it-even-work
I spent a LOT of time searching online and struggled mightily to overcome the errors introduced by just one misinterpretation of...
September 1, 2020 at 2:04 pm
Glad it was helpful, homebrew... It was a real bear of a problem, and very difficult to find the information online that was needed to quickly solve it. Only rarely...
September 1, 2020 at 2:01 pm
okay folks, here was the entire issue:
1.) I had misinterpreted some of what I saw online, and ended up setting the property "ExecValueVariable" to the variable I had wanted to...
August 31, 2020 at 4:34 pm
Well folks, this one sure was interesting.... it now appears that setting the ExecValueVariable to anything other than "<none>" causes it to fail, although it may be that setting it...
August 28, 2020 at 9:32 pm
Viewing 15 posts - 61 through 75 (of 4,814 total)