Viewing 15 posts - 1 through 15 (of 610 total)
I want to add my appreciation for all that you as a team do to run SQL Server Central and for having provided me with that backstop I needed to...
July 30, 2025 at 9:53 am
Back around the Millenium I got promoted from new developer to DBA because the server died and the previous DBA hadn't backed up Master, Model and particularly the MSDB database...
July 29, 2025 at 7:02 am
Our business made the data lake choice two years ago, just before Fabric was widely released. We were expecting Azure to be the chosen one since we were heavily Microsoft...
June 24, 2025 at 6:27 am
Here in the UK there are already enough available unions that encompass IT workers and other managerial and professional services staff and over the years smaller unions have amalgamated into...
June 4, 2025 at 8:38 am
We're using SSIS with CozyRoc components on the old warehouse and AWS tools - Step Functions and Glue with Python and Athena SQL on the new Data Lake.
The rest of...
April 16, 2025 at 6:54 am
Agree about the plagiarism - too much of it around. We have to support several pieces of anti-plagiarism software at the University to monitor students' work.
As for the date dimension,...
April 15, 2025 at 7:26 am
Call me a dinosaur if you like, but I'm 100% with Alex Gay - don't use it and wouldn't use it for code I can write myself. Nearest thing I...
April 15, 2025 at 7:21 am
I'm one of the older ones who could retire, but this is happening in my world as our SQL Server databases are being replaced by the cloud and AWS S3...
March 18, 2025 at 7:28 am
UK National Insurance numbers (equivalent of US Social Security Number) are also said to have duplicates, especially from the early years of their issue.
March 4, 2025 at 7:30 am
One of our databases on a clustered server was stuck in recovery mode last week. There had not been any restoring from backup so the solution was to fail over...
February 19, 2025 at 7:08 am
Yes use Registered Servers (View menu, Registered Servers) and collect them into Registered Server Groups like folders for files.
You can save passwords with each server registration so that it just...
February 4, 2025 at 3:30 pm
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
Viewing 15 posts - 1 through 15 (of 610 total)