Viewing 15 posts - 1 through 15 (of 599 total)
You could use TRY_CONVERT(int, field) to ensure that you have an integer to work with in your query. If it fails to convert you'll get a null rather than an...
October 30, 2024 at 7:08 am
For Oracle to SQL Server ETL we use
CAST(DOB AS DATE DEFAULT NULL ON CONVERSION ERROR) as "DOB"
in the select query and load to date field if no time required. This...
October 29, 2024 at 9:25 am
Apart from the server installation, you need to set the correct server version in the project properties of your SSIS project in Visual Studio before deploying the project. Right click...
October 29, 2024 at 9:19 am
As another over 65 with many years of SQL developing and DBA, I'm now lucky enough to work for a company that has decided to go over to AWS, S3...
October 22, 2024 at 7:14 am
With work life being building a new data hub in AWS S3 and Athena when my skills were focused on SSIS and SQL for the on-premises SQL Server based hub,...
August 6, 2024 at 6:51 am
Good to see a post highlighting the basics for those newer to SQL Server.
Server registration was a life saver back in 2004-2015 when I was DBA for many SQL Servers...
July 31, 2024 at 5:42 am
I'm not a DBA. I have been officially a DBA and before that I started as a developer who had to be the DBA because no-one else would. Recently I've...
May 17, 2024 at 6:35 am
Is it a modern thing to require homework for an interview? In forty years in the software industry, the only interview that has asked me to prepare and present anything...
May 13, 2024 at 6:23 am
Reading these posts makes me feel better about only having SQL Server 2016 (and an exit plan for it) and procrastinating over upgrading my Windows 8.1 tablet because it works...
April 26, 2024 at 6:37 am
Check the schedule on the SQL agent job to make sure it isn't running repeatedly.
Check the advanced settings for the job step and make sure that the job is set...
April 10, 2024 at 6:24 am
I've never been across the pond to the USA but I hate pubs here in the UK where the music is too loud and everyone is having to talk loudly...
April 8, 2024 at 8:28 am
As a data engineer currently involved in a pilot for migrating an on-premises SQL Server corporate data store to a cloud AWS data lake with S3 storage and Athena querying,...
March 20, 2024 at 8:59 am
You set which version of SQL Server you are deploying the package to in the project properties.
Open SSIS solution in visual studio and right click the project name and select...
March 13, 2024 at 11:04 am
I had to do this recently in SQL Server 2016 and used STRING_SPLIT which was far simpler and seems to keep the order anyway.
October 11, 2023 at 7:51 am
It's another day when I think SQL Server Central must have been spying on us, producing such on-topic editorials, as here I am, old enough to claim my UK state...
September 25, 2023 at 10:27 am
Viewing 15 posts - 1 through 15 (of 599 total)