Viewing 12 posts - 1 through 13 (of 13 total)
Thanks Jeff. Its SQL Server 2017.
January 10, 2025 at 3:23 pm
Example list of appointment dates from the Appointments Table (many records will have identical Appointment Date) as multiple clients will have appointments on the same day to each other:
January 9, 2025 at 5:18 pm
So the Appointment Table will contain records with multiple entries for the same date (i.e. different clients having their appointments on the same day). I have given a sample list...
January 9, 2025 at 5:10 pm
Thanks, Phil. Resolved !
November 11, 2024 at 6:31 pm
I have converted all the dates to ISO format, but the Job is still failing.
May 22, 2023 at 12:54 pm
Thanks Phil.
SQL Tables are being used to populate newly created Excel files during the execution of the SSIS package. We are NOT transferring any data from any MS Excel File...
May 9, 2023 at 8:13 am
Unfortunately the above does not work either, that is, I tried coding FORMAT( @d, 'yyyy/MM/dd', 'en-gb' ) for each Date field in every SQL Script in the SSIS package.
I also...
May 5, 2023 at 8:07 pm
As "SETDATEFORMAT ymd" did not work, I then tried to modify each date field being used throughout the package with the following function:
FORMAT( @d, 'yyyy/MM/dd', 'en-gb' ) AS 'Date'
May 4, 2023 at 5:56 pm
Thanks. I tried adding this line at the beginning of the SQL Script in the package:
"SET DATEFORMAT ymd;"
But gave me error (similar to the one I am getting when the...
May 4, 2023 at 4:21 pm
I did not create it, but simply run it. I was only trying to automate the running of it in a SQL job agent.
It makes a copy of an existing...
May 4, 2023 at 1:58 pm
The purpose of the Application is to provide two different forms (based on the Permissions level of the one using it):
January 18, 2023 at 8:48 pm
T-SQL. Thanks for notifying me about the Jo Celko article ! Sorry - what is the link for the article you are referring to ?
January 8, 2023 at 11:58 am
Viewing 12 posts - 1 through 13 (of 13 total)