Forum Replies Created

Viewing 15 posts - 6,676 through 6,690 (of 22,211 total)

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (2/25/2015)


    Need some advice, all. I'm about to rewrite a novel of mine and I need references for research. My protagonist (the star) is humanoid but not human.

    I...

  • RE: backups running hours..

    Take a look at the wait statistics on the server to see what is causing things to run slow. Or, better still, capture the waits prior to a backup and...

  • RE: One user at a time...

    If you're running a SELECT prior to the UPDATE, you might want to put an UPDLOCK hint on the SELECT. That way you take out the lock you want when...

  • RE: Deadlocks - not showing in Profiler

    I'd only capture the deadlock graph event to minimize the impact of trace. Better still, why use trace? You're on 2012. Use extended events. It has a smaller footprint and...

  • RE: Are the posted questions getting worse?

    Jeff Moden (2/24/2015)


    Just curious... does anyone use RedGate Compare to promote code from Dev to Staging to Prod? Looking for both positive and negative comments on experiences. Thanks...

  • RE: Are the posted questions getting worse?

    Jeff Moden (2/24/2015)


    Brandie Tarvin (2/24/2015)


    Jeff Moden (2/24/2015)


    Just curious... does anyone use RedGate Compare to promote code from Dev to Staging to Prod? Looking for both positive and negative comments...

  • RE: How can I tell if I have Too Many CPUs

    Depending on what you have for affinity, that may be limiting the number of processors being used and will give you a baseline to start from.

  • RE: Resolving Data Drift

    The one technology built into SQL Server would be Merge Replication, but it's a nightmare to maintain and it requires every table taking part to be modified (you have to...

  • RE: Full Backup and AO

    Yeah, new full backup. Any time you switch between simple and full you need to take a new full backup immediately after.

  • RE: How can I tell if I have Too Many CPUs

    I wouldn't say that's a precise art. You do know how much you're utilizing your current system. You can extrapolate somewhat from there. But, you also need to look at...

  • RE: Min and Max Memory Setting

    Here's one of the simplest[/url] most straight forward formula's for setting your memory. Follow the recommendations here and you'll be fine in almost all situations.

  • RE: Connect to 2012 from 2008, Authentication types

    Glad the book is helpful. You know where to go with questions.

    I'm not aware of an explicit statement regarding forward compability, no. I know I've run into issues all the...

  • RE: Help Needed in Find the Proc

    It really depends on what you're trying to do. If you're trying to identify long running queries, you'll probably get most of them using the approach outlined. If you're trying...

  • RE: Connect to 2012 from 2008, Authentication types

    For the most part, tooling from Microsoft is backwards compatible, but not forwards compatible. Meaning, SQL Server Management Studio for SQL Server 2012 will connect readily to SQL Server 2008....

  • RE: Help Needed in Find the Proc

    Just remember that those queries are completely cache dependent. If anything has aged out of cache or queries that don't go into the cache (such as queries with RECOMPILE hints),...

Viewing 15 posts - 6,676 through 6,690 (of 22,211 total)