Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 22,202 total)

  • Reply To: Read Committed Snapshot Isolation and Blocking

    How often are you adding columns to this table? If it's frequent, it sounds like you'd benefit from normalization. Actually, it sounds like you'd benefit from normalization a lot.

  • Reply To: Wanting to learn

    Quick story.

    When I was first learning Powershell, it happened to coincide with a data center move. We were going to physically move our data center between builds. Loads of planning...

  • Reply To: Wanting to learn

    Honestly not sure of the titles now. The one I read, about 10 years ago, was PowerShell TFM (and yeah, that means what you think). Not sure if he's maintained...

  • Reply To: Wanting to learn

    Oh do learn Powershell. Don Jones is who I learned from. I can heartily recommend him. Great person. Great teacher.

  • Reply To: Sql Queries

    In general, what you're doing here is attempting to treat SQL like it's a regular, functional, or object oriented language. It's not. SQL is declarative. Don't attempt to control the...

  • Reply To: Wanting to learn

    The pluralsight stuff is on demand, so you could still pursue it.

    Another plug for the Accidental DBA book. It's a little long in the tooth, but the info in it...

  • Reply To: Wanting to learn

    Probably the stuff produced by the SQLSkills team for Pluralsight would be worth checking out. Not sure of the cost. I just know I trust the source. Otherwise, there...

  • Reply To: How does sql server agent access the azure storage blob

    If you've set up the credentials on the server, then you should be all set to run the backups. The documentation here is pretty clear.

  • Reply To: How long will a view stay cached in memory?

    A view does not stay in memory at all. Unless, you're simply calling SELECT * from the view. A view is just a query. The query that calls that view...

  • Reply To: Gaining knowledge

    And yeah, total agreement on ignoring the list of required technologies. That stuff is a nightmare.

    Story time:

    Leaving my previous employer after 10 years (all good with them, I just wanted...

  • Reply To: Gaining knowledge

    as_1234 wrote:

    As you said certificates don't replace experience. My intention is very much to a) to add to my knowledge in a way I can demonstrate b) to genuinally add...

  • Reply To: Creating a unique Batch ID for Update

    I did something similar once. We had a version table. Everything did an insert to the version table to get a version ID, then that ID was used across all...

  • Reply To: Gaining knowledge

    Let's be clear, opinions all stink and this is very much my opinion.

    You're going too broad. SSAS, SSRS, SSIS, data warehousing and Azure (which, all by itself, ENORMOUS topic) is...

  • Reply To: Any 2014 to 2019 migration issues?

    A day late, but testing, as always, is going to be your bestest buddy. I'm not aware of any fundamental issues in the move from 2014 to 2019. You're already...

  • Reply To: Linked server query delaying for 10 minutes

    The key difference between openquery and a linked server query is where the query processing occurs. In a linked query, all the processing occurs locally. In an openquery, the processing...

Viewing 15 posts - 1,606 through 1,620 (of 22,202 total)