Forum Replies Created

Viewing 15 posts - 2,776 through 2,790 (of 7,164 total)

  • RE: Minimal installation requirement for best performance

    According to Kalen Delaney (buy her book) you can safely disable these services on Server 2003 running SQL 2008:

    Alerter, ClipBook, Computer Browser, Messenger, Network Dynamic Data Exchange (DDE), Task Scheduler

    I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Alternative to views

    Linked Servers are useful for server-to-server communication but if you're just needing to communicate from one database to another on the same instance then Linked Servers would not be a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Table and Column naming convention

    bugg (11/15/2012)


    Luis Cazares (11/15/2012)


    The "." is not part of the table name, it's the schema name.

    You could check the Stairway for Database Design, it can give you an introduction to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS script task to connect to website

    CozyRoc (11/15/2012)


    Check here for sample code.

    The site says under Requirements:

    Depends on CozyRoc Script Task Plus component for implementing parameters user interface.

    Is CozyRoc Script Task Plus something that must be purchased?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Data Warehouse Disaster Revcovery Options

    RTO > Recovery Time Objective: the duration of time and a service level within which a business process must be restored after a disaster (or disruption) in order to avoid...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Data Warehouse Disaster Revcovery Options

    You skipped Step 1. Please define your RTO and RPO, then you can start to evaluate your options. If your RPO is 24 hours then Simple Recovery Model with nightly...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS script task to connect to website

    kwyman (11/15/2012)


    Can anyone help me with adding log in information to a script task which goes to a webpage?

    The current code I have is :

    string website = "http://www.findafosters.com/formbuilder/export_entries.php?id=9&type=csv"; //or...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Lots of Key Lookups vs. UniqueIdentifier Clustered Index

    Just curious, is this another design where the UUIDs are generated in the app tier within disconnected memory-resident objects and then committed to the database when the user likes what...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: last job that ran

    eugene.pipko (11/15/2012)


    Not sure why it doesn't make sense to you.

    For instance you have a scheduled job that runs at 6PM daily. You have an automated email every morning reporting success/failure.

    Then...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: last job that ran

    Huh? If one job executed twice then asking "which one executed last" does not make a lot of sense since it is the same job that executed both times.

    For detailed...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: DbMail, Service Broker and P.L.E.

    OK, have to keep going 🙂

    It would be convenient to know whether these drops were caused by internal or external memory pressure, but it could be a combination.

    External - Do...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: CONTAINED DATABASE OR NOT ...

    marc.snoeys (11/14/2012)


    Apparently there is a view where one can query for possible problems when changing to a CONTAINED database: SYS.DM_DB_UNCONTAINED_ENTITIES

    But a query on this view does not show this...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: DbMail, Service Broker and P.L.E.

    Thanks for the detailed write-up! Are you confirming that the reduction in reads due to adding a new covering index has curbed the PLE drops?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS package version control and VersionBuild-Number

    I see this a lot in multi-user environments. Chances are good that you and your colleagues are not running the exact same build number of SSIS, i.e. same SQL Server...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Huge cost issue with Temp DB using 2008r2 sp2

    carsten.kunz 37074 (11/13/2012)


    opc.three (11/13/2012)


    carsten.kunz 37074 (11/13/2012)


    For the SQL Server I also usually set max degree of parallelism to 1, under advanced server settings.

    Why do you do such a thing?

    I have...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,776 through 2,790 (of 7,164 total)