Forum Replies Created

Viewing 15 posts - 5,296 through 5,310 (of 22,211 total)

  • RE: Backup from a different server

    The backup process runs under the system process on the server where the backup is occurring. This means even when you call it remotely, it's running locally. So, the local...

  • RE: Are the posted questions getting worse?

    rodjkidd (12/13/2015)


    Hey Grant,

    I have a ticket for Marillion in Boston Friday Nov 4th. 🙂

    It's a early show - doors at 6.

    I then have one for New York the week after....

  • RE: What are your five most common T-SQL commands

    I probably should have followed up. I wrote up the article from this data. It's here at Simple-Talk.[/url]

  • RE: Rebuild Inxexes after archive best option?

    After removing lots of data, yeah, I'd probably do index rebuilds. That will also rebuild the statistics, so you don't need to worry about them. Just remember that fragmented indexes...

  • RE: High Availability solution

    You could avoid DB configurations if you use one of the disk level replication features available from some of the larger disk vendors like EMC. But it's not going to...

  • RE: Normal locking threshold?

    There are a couple of links in my signature below this that I think are useful for performance tuning.

  • RE: Methods to copy a standby database

    Oh, I didn't understand that it has to be writeable...

    This really doesn't make a lot of sense... at all...

    What the heck are they writing to this database that they're willing...

  • RE: Normal locking threshold?

    jevitts (12/10/2015)


    I figured that was the case. Thanks for confirming!

    I've definitely got my work cut out for me... the table in question has 55 indexes. :crazy:

    Ow.

    The place to start with...

  • RE: SQL Server ODS setup

    There's nothing uniquely special about an ODS. It's a SQL Server database that will primarily be used for reporting. I can't think of any special configurations that I've had to...

  • RE: Methods to copy a standby database

    Yikes.

    Why not simply keep the database unrecovered and continue to apply log files to it every day? Basically build your own log shipping process. It's still subject to utterly breaking...

  • RE: Index

    I agree with everything Gail says (shocker).

    However, if you don't already have a clustered index, then maybe using the same key structure she suggests will make for a good cluster....

  • RE: Table vs View vs UserDefined Function - Which will give more performance

    rustman (12/11/2015)


    Getting back to the original basis of the question of Tableau and SQL Server. I use Tableau with SQL on a daily basis, there are times that the sql...

  • RE: Are the posted questions getting worse?

    rodjkidd (12/11/2015)


    ThomasRushton (12/11/2015)


    rodjkidd (12/11/2015)


    ThomasRushton (12/10/2015)


    Once again, SQL Bits has been announced and I have other commitments that week that I really can't get out of.

    Pity they can't seem to stabilise...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (12/11/2015)


    ThomasRushton (12/11/2015)


    Grant Fritchey (12/10/2015)


    Grant Fritchey (12/10/2015)


    BrainDonor (12/10/2015)


    Bought this one in Portland - designed to upset as many sci-fi fans as possible - http://fashionablygeek.com/t-shirts/trolling-shirt/

    That is beautiful. The sad thing...

  • RE: .LDF vs .ldf

    Yep. I get it. Log files. Created when you create a database. The process of creating that database is to copy what's in the "model" system database. I suspect if...

Viewing 15 posts - 5,296 through 5,310 (of 22,211 total)