Viewing 15 posts - 1 through 15 (of 258 total)
Thanks Phil, I've been looking for a resource like that...lol
July 27, 2020 at 6:59 pm
Multi tenant didnt work due to business contract rules. We only have 3 clients. I do have a question though. Would using the other enviroment in the SQL agaent job...
July 27, 2020 at 1:45 pm
Ok, thanks Phil.
July 27, 2020 at 1:27 pm
Not sure if i read it correctly but look into STRING_AGG or STRING_SPLIT
July 21, 2020 at 7:39 pm
I think its on my side. My SSMS crashes and restarts. As of now we dont have src control where im at. We're in the process of setting it up.
July 20, 2020 at 2:51 pm
I figured it out. I changed Varchar(Max) in my code to Varchar(5000)
March 19, 2020 at 2:59 pm
Thanks Phil, that Got'r Dun.
March 13, 2020 at 1:26 pm
I'm saving the value in an ssis variable and the only date datatype is Datetime. I tried setting it as string and have the same issue.
March 12, 2020 at 9:42 pm
February 12, 2020 at 7:07 pm
Tried setting
Still getting error:
[Execute Process Task] Error: In Executing "C:\Users\DaughteryDa\AppData\Local\Programs\Python\Python38-32\python.exe" "C:\Users\DaughteryDa\Documents\My Received Files\teststring.py Whats" at "", The process exit code was "2"...
February 12, 2020 at 6:43 pm
Also, I'm using SQL Server 2014.
February 12, 2020 at 2:26 pm
Answered my own question. You cant do it that way. Also, you could use an expression task to replace placeholders in a query as long as the max length of...
January 14, 2020 at 3:56 pm
Phil: not sure yet......Hey ya'll watch this...lol
December 6, 2019 at 6:49 pm
Oh, ok thanks
December 6, 2019 at 6:48 pm
Figured out to do it. I passed the XML in as a parameter
EXEC sp_ExecuteSQL @Dynamic_Insert, N'@XMLResponse XML', @XMLResponse = @XMLResponse
April 3, 2019 at 5:46 pm
Viewing 15 posts - 1 through 15 (of 258 total)