Viewing 15 posts - 61 through 75 (of 4,820 total)
I had same issue
Use Ssisdb
Go
Open master key decryption by password 'xxx'
Alter master key add encryption by service master key
Let me know if you still have an issue
Your link gets...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
October 7, 2020 at 8:50 pm
Even if the format is NOT fixed, you can use the Tally Table-based string splitter function from this very site (authored by Jeff Moden in an Article with...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
October 7, 2020 at 7:50 pm
Scott,
You didn't say why the max row for the first group was not summing the two rows...Β Β you just say it's the max row so it maintains the value from...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
October 7, 2020 at 7:38 pm
I get the following error message when trying to create an "environment" within a folder in the SSIS Catalog:
Msg 15581, Level 16, State 7, Line 17
Please create...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
October 7, 2020 at 6:56 pm
Even if the format is NOT fixed, you can use the Tally Table-based string splitter function from this very site (authored by Jeff Moden in an Article with a title...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
October 7, 2020 at 4:57 pm
Just curious - is the SQL Browser service active?
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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.Β ...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
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...
Steve (aka sgmunson) π π π
Rent Servers for Income (picks and shovels strategy)
September 1, 2020 at 2:21 pm
Viewing 15 posts - 61 through 75 (of 4,820 total)