Viewing 15 posts - 3,871 through 3,885 (of 5,111 total)
I have to wonder why you have a database by client. This screams poor design on so many levels.
@john-2, the only reason I can imagine that the OP...
April 20, 2017 at 2:45 am
From a SQL perspective you're going to need tables of names, and then logic to define how the phone number is generated using the state as well. SQL doesn't know...
April 20, 2017 at 1:49 am
April 19, 2017 at 1:29 pm
Ok, well best option would be to treat your XML like a dataset. It has repetitive groups, which makes this easier.
So, with some similar XML I could...
April 19, 2017 at 1:01 pm
What have you tried so far to limit your result set?
April 19, 2017 at 12:33 pm
I might be being daft, but is this not as simple as:REPLACE(REPLACE('Hello all! How Are you ?:', ' ',''),':','')
April 19, 2017 at 12:32 pm
You should be able to do this one yourself, considering how long you've been here 🙂
April 19, 2017 at 10:01 am
"Without worrying about types". That doesn't terrify me in the slightest...
I'm just going to run some quick SQL.Update Ledger
Set Debt = 'Pancakes';
Ahhh, I feel better...
April 19, 2017 at 9:39 am
April 19, 2017 at 8:12 am
Personally, I would suggest moving to the SSISDB deployment method. It's a lot more secure (no storing passwords in plain text in a file directory) and easier to manage.
April 19, 2017 at 7:41 am
Can I assume that you're editing the dtsx file directly on the file directory (probably located on your SQL server), and you're not using the SSISDB deployment method? (If so,...
April 19, 2017 at 7:31 am
Duplicate of https://www.sqlservercentral.com/Forums/1871557/SSIS-Transaction-Error
Please keep your question to one topic. 🙂
April 19, 2017 at 4:05 am
This will be hard without DDL and sample data, and especially a query plan. One thing I have noticed, however, is your joins are referencing an alias opp. You don't...
April 19, 2017 at 3:29 am
Viewing 15 posts - 3,871 through 3,885 (of 5,111 total)