Viewing 15 posts - 436 through 450 (of 5,111 total)
Do you want an accurate count, or are you happy with an approximation?
September 4, 2020 at 4:06 pm
8GB of RAM on a server that is hosting a SQL Server data Engine as well as needing to process large files in SSIS is a tiny amount. I would...
September 4, 2020 at 12:01 pm
Sent something across. Covered a couple of extra bits like font weight, and using T-SQL to adjust the conditional formatting too, which I find very handy.
Cheers Steve!
September 4, 2020 at 10:25 am
Don't mind doing this, if no one else offers. Shouldn't take too long.
September 3, 2020 at 4:20 pm
I haven't created a subscription
Then you need to. Part of having a "Data Driven" Subscription is having a subscription. The hint is in the name. 😉
September 2, 2020 at 1:50 pm
Where do i get the ScheduleID when i execute the main stored procedure.
I tend to get it from the agent task was created when you created the subscription.
September 2, 2020 at 12:53 pm
At what point is the error failing? If you had already created the data flow task, and then changed the code page of the file, SSIS can have a habit...
September 2, 2020 at 11:19 am
This is an unfortunate failing in SSIS, in my opinion. You are correct, in that the variables can't hold NULL values in SSIS. Therefore, unfortunately, you have to handle this...
August 27, 2020 at 2:31 pm
I don't believe this is what he was looking for - it appears to me that he wants to setup a single connection manager for 2 different file formats. ...
August 26, 2020 at 8:07 am
This is actually really easy in SSIS. Select the connection manager in the connection managers pane and hit F4 to open the properties pane. Find Expressions, and open that up....
August 25, 2020 at 3:40 pm
Perhaps my script Count non-NULL rows and get definition answers this? Difficult to really know what the OP is really after with such a vague requirement.
August 25, 2020 at 9:22 am
All my comments on your cross post on Stack Overflow remain here. Your screenshots suggest that you uninstalled the instance (some how), so you'll likely going need backups to...
August 25, 2020 at 8:57 am
Since Sue's message nothing has changed. SQL Server 2016 does not have the CONCAT_WS function.
August 15, 2020 at 7:17 pm
What's wrong with the all the existing conversion functionalities already within SSIS and SQL Server? Why didn't what you've already tried work? Where are you trying to perform this conversion,...
August 14, 2020 at 2:05 pm
It takes less than 10 keystrokes to convert a column to text. (Ctrl + space, alt + 1, alt + C, t, t enter)
I'm getting the impression that you...
August 12, 2020 at 8:11 am
Viewing 15 posts - 436 through 450 (of 5,111 total)