Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 5,841 total)

  • RE: A Question About Memory Management in SQL Server 2012

    1) NEVER EVER leave max memory at the default. It is a somewhat religious discussion to pick a number for any given machine, but there are several reasonable guidelines...

  • RE: Build test spoofed data

    1) You can diagram from SSMS. Right-click on the Database Diagrams folder in the Object Browser.

    2) SSMS Tools Pack utility for SSMS has a tool to generate insert statements....

  • RE: DBCC Checkdb

    fantom (6/23/2014)


    I run a dbcc checkdb every night as part of my backup plan on all databases. Would this alert me in all scenarios of corruption?

    Well, the corruption(s) will...

  • RE: SQL Server clustering - hardware

    cheshirefox (6/23/2014)


    Hi -

    I have two servers, one with 80 cores and another with 64 cores. Both are HP 980's. Different chip set and both connected to a flash appliance.

    My question...

  • RE: SQL 2012 Mirroring

    1) What are the FQDNs of both your primary and secondary servers?

    2) can you set up a linked server for testing and connect between them that way?

  • RE: AlwaysOn-Mirror setup?

    ananda.murugesan (6/22/2014)


    HI,

    Can we configure Mirror setup with alwayson features on SQL 2012?

    can it be done automatic failover over method, once principle DB server down?

    How can be application automaticallay re-direct to...

  • RE: How best update lots of actively used R/O data?

    Good recommendation Jeff! I always forget about synonyms. My client's stuff is typically so messed up we never get around to the little things like that that can...

  • RE: Determine Value based on two separate date columns

    Sean Lange (6/20/2014)


    ngustafson-1056093 (6/20/2014)


    Well it that makes complete sense! For some reason I did not think I could look at two different columns in a case statement. ...

  • RE: How best update lots of actively used R/O data?

    This should probably be done with sproc(s) as much as possible. Maybe in conjunction with some form of data movement into SQL Server that would allow set-based DML (insert/update/delete)...

  • RE: How best update lots of actively used R/O data?

    Clone the tables, adjust as necessary and then swap in. Seems like a no-brainer best solution to your specific set of needs.

  • RE: Junk/SPAM Posts Overwhelming

    , we aren’t going to stop people from signing up to the site and the forums,

    Then you are trying to solve this problem with one of the most effective...

  • RE: Junk/SPAM Posts Overwhelming

    The posts looks to be submitted manually (not scripted) so we don't believe something like captcha would make a difference.

    1) I am curious how you can know that. ...

  • RE: How to start Perf improvement

    I am just wondering how you got hired by a company that is having performance problems with a SQL Server application, to help them fix said performance problems, when you...

  • RE: Data Modelers - Alternatives to Erwin

    Clay Bowen (6/17/2014)


    You fail to mention the price of Embarkadero is actually higher than Erwin. I would be looking for something more cost effective.

    Please post a feature matrix and...

  • RE: dbcc checkdb is running automatically at MS SQL 2012

    1) Can you please tell us what information you used to conclude that checkdb was run?

    2) Was it run just once or on some schedule?

    3) Did you check...

Viewing 15 posts - 1,951 through 1,965 (of 5,841 total)