Forum Replies Created

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

  • RE: Adding a SQL Server instance to existing 2012 cluster

    sgmunson - Friday, May 18, 2018 12:19 PM

    Lexa - Friday, May 18, 2018 12:11 PM

  • RE: Adding a SQL Server instance to existing 2012 cluster

    sgmunson - Friday, May 18, 2018 9:15 AM

    Lexa - Friday, May 18, 2018 8:34 AM

  • RE: Adding a SQL Server instance to existing 2012 cluster

    Great point. This is a request from a consultant who is going to do a migration in Production and requested everything set up identical. Also, resource constraints at the moment...

  • RE: How to avoid Nested Loop Join

    I'm afraid I can't put table definitions and query plans here. I can send you via PM.

  • RE: Re-partitioning a large table

    HowardW, completely agree.

    I have a partition in place that has unrestricted growth (flaw in partitioning strategy that came from unforeseen business case after the fact), which in my case has...

  • RE: Re-partitioning a large table

    PaulB-TheOneAndOnly (5/23/2013)


    Lexa (5/23/2013)


    PaulB-TheOneAndOnly (5/23/2013)


    Lexa (5/23/2013)


    Current partitioning strategy does not restrict growth within a single partition where we already see 576,114,055 records and growing. Operations on that specific partition are taking...

  • RE: Re-partitioning a large table

    PaulB-TheOneAndOnly (5/23/2013)


    Lexa (5/23/2013)


    Current partitioning strategy does not restrict growth within a single partition where we already see 576,114,055 records and growing. Operations on that specific partition are taking unacceptable amount...

  • RE: TempDB and SSDs

    MyDoggieJessie (12/22/2012)


    Yep that's the one. It may be old but it works. "Electricity" is quite old, but still works all the same 😀

    I'm trying to measure performance of...

  • RE: TempDB and SSDs

    MyDoggieJessie (12/21/2012)


    I can't say for tempdb specifically but have noticed improvements for IO operations from other DB's running on SSD, I recommend you run some testing using IOMeter or similar...

  • RE: index creation on temp tables

    Jeff Moden (12/20/2012)


    If your Temp Tables are large enough to warrant indexes, you might be putting too much in your Temp Tables which defeats the whole purpose that you're trying...

  • RE: Dropping #temp tables at the end of stored procedure

    GSquared (12/5/2012)


    It doesn't hurt anything.

    I don't bother, personally, but there's no disadvantage to it that I know of.

    If you have a proc that is frequently called and it has 10...

  • RE: SSRS 2008 generating reports from snapshots

    anthony.green (11/15/2012)


    What version of SQL are you running, Standard or Enterprise? If Standard then it will be multiple copies, if Enterprise you can use data driven subscriptions

    Enterprise. Sounds like...

  • RE: SSRS 2008 Parameter Passing Issue

    T_Dot_Geek (11/8/2012)


    Make sure there is no Default Values Specified in the Store Parameter Area.

    Thanks!

  • RE: Isolation Level and LOCK_TIMEOUT

    TheSQLGuru (10/4/2012)


    Lexa (10/4/2012)


    TheSQLGuru (10/4/2012)


    Please show the code for the sproc. Does the sproc reference any UDFs by any chance?

    Also, what tool/mechanism did you use to determine that this sproc...

  • RE: Isolation Level and LOCK_TIMEOUT

    TheSQLGuru (10/4/2012)


    Please show the code for the sproc. Does the sproc reference any UDFs by any chance?

    Also, what tool/mechanism did you use to determine that this sproc was doing...

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