Viewing 15 posts - 1 through 15 (of 428 total)
You could do something like this:
DECLARE @Week_Start AS Int
DECLARE @Current_Date AS Date
DECLARE @Week_Start_Date AS Date
DECLARE @Day_Diff Int
SET @Week_Start = 3
February 11, 2019 at 1:38 pm
If the portion you are loading from both files are the same, you can actually specify a range of columns in your Excel data source. This would allow you to...
January 4, 2019 at 1:37 pm
The ACE provider wouldn't be on the server by default.
It is on your machine because you have Office installed.
Search for "Microsoft Access Database Engine Redistributable" and you should...
December 21, 2018 at 9:09 am
I forgot to mention that in most cases adding code within your job to send out email notifications means hard-coding email addresses in your job.
However, there is a...
December 20, 2018 at 10:45 am
When you configure email alerting for the job agent, you specify a particular profile to use. This is the profile that all job notification failures will use to send failure...
December 20, 2018 at 10:19 am
Wow, I didn't expect that. Very interesting!
December 13, 2018 at 7:33 am
August 16, 2018 at 12:36 pm
You could probably use a script task to write out the connection information to the log if you wanted, although there could be an issue if the connection uses and...
July 30, 2018 at 9:24 am
I went with the first, thinking there was a pattern to what the answers were meant to be.
Looks like that wasn't the case. :crazy::hehe:
July 30, 2018 at 6:29 am
I didn't find a proper, active postgresql forum, but if you've got one I'd appreciate...
July 27, 2018 at 7:17 am
gothaimviii - Wednesday, July 18, 2018 8:01 AM... The file imports fine into SQL as a new table from SQL, ...
I'm...
July 18, 2018 at 8:32 am
Hi All.
SSIS looks for text qualifier as the character next to the column delimiter.
If there is anything extra between the two, such as a space, it...
July 18, 2018 at 6:55 am
July 16, 2018 at 2:28 pm
July 5, 2018 at 9:22 am
June 22, 2018 at 11:11 am
Viewing 15 posts - 1 through 15 (of 428 total)