Forum Replies Created

Viewing 15 posts - 1 through 15 (of 603 total)

  • Reply To: The SQL Twilight Zone

    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...

  • Reply To: A Poor Data Model

    UK National Insurance numbers (equivalent of US Social Security Number) are also said to have duplicates, especially from the early years of their issue.

  • Reply To: How to Resolve SQL Server Database Stuck in Recovery Pending State

    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...

  • Reply To: SSMS gets very messy

    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...

  • Reply To: how to solve a conversion failure error

    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...

  • Reply To: Date Type ETL Question

    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...

  • Reply To: SSIS Package error when running through SQL Agent job

    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...

  • Reply To: Are We Dinosaurs?

    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...

  • Reply To: What Sport Would You Play?

    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,...

  • Reply To: Using Registered Servers in SSMS

    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...

  • Reply To: The Evolving DBA

    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...

  • Reply To: Crazy Interviews

    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...

  • Reply To: Good Luck is Needed with Old Versions

    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...

  • Reply To: SQL agent help

    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...

  • Reply To: To Each Their Own

    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...

Viewing 15 posts - 1 through 15 (of 603 total)