Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 22,214 total)

  • Reply To: Queries

    The only real way to improve "move all the data, all at once, right now" style queries is spending money. Buy bigger, better, faster, more hardware. That's the answer. Or,...

  • Reply To: Foglights

    So, let's be clear up front, I work for Redgate Software and we make a tool that competes with Foglight, so you can take that into account with what I'm...

  • Reply To: Database backup/checkDB problems

    Run DBCC checks on your system databases. It sounds like either one of them is corrupt, or you're hitting an issue with tempdb, as was suggested in the error message...

  • Reply To: How to improve the performance of insert?delete?update sql statement

    Also, look for hidden issues like triggers.

    You can look at execution plans for INSERT/UPDATE/DELETE queries, same as for a SELECT query. Common issues affecting performance can include stuff like foreign...

  • Reply To: Index question

    I'm not that familiar with MySQL, so I can't say how it works. However, I can talk to SQL Server. The key here is that first column. There are two...

  • Reply To: SQL changing what index it uses

    The statistics went out of date and need to be updated. As was already stated, the data changed, the statistics changed, a new threshold was reached, and when the plan...

  • Reply To: Index question

    Total agreement with Jeff & Brian.

    I will say though, to a degree, and there are hundreds of caveats to this, what makes a good index in one RDBMS, roughly translates...

  • Reply To: table variable

    Just and idea for the future. To be helpful to others, go ahead and leave the question up, but supply the answer too. That way, the next person who hits...

  • Reply To: Are the posted questions getting worse?

    Michael L John wrote:

    Is this person in way over their head?  It seems like he was dumped in a closet and given orders to find out everything.  He's been pretty prolific with...

  • Reply To: Comparing consecutive datetime rows for schedules

    All you can do with the information you have is infer the schedule and plan. That's it. You can't know what the intent is. You can't know what the Service...

  • Reply To: Question about Data Warehouse

    You're approaching it all in the perfect manner. 1) find solutions to the problems at hand 2) use those solutions as a way to improve your skills.

    Keep going. Don't hesitate...

  • Reply To: Question about Data Warehouse

    Oh, and if you have specific questions for follow up, don't hesitate to open another thread if necessary. More people will see the question that way. However, as much as...

  • Reply To: Question about Data Warehouse

    Hello, and welcome to the party!

    There's a lot to unpack there, but I'll try to help a little. These are the questions I spotted.

    1. Are data warehouses older technology?

    At this...

  • Reply To: identify sql backup strategies

    Michael L John wrote:

    Also, you do not need a backup strategy.  You need a restore strategy.

    MY HERO!!!!

  • Reply To: identify sql backup strategies

    mtz676 wrote:

    Thanks.

    If a 3rd party tool takes db backups(full,diff,log) will that information be captured inside sql tables ?

    Yes, as long as they're actually taking SQL Server backups. There are some...

Viewing 15 posts - 1,531 through 1,545 (of 22,214 total)