Forum Replies Created

Viewing 15 posts - 46 through 60 (of 2,487 total)

  • RE: Replacement for Net Send

    Caruncles (3/3/2011)


    SSCrazy, I like the head-banging avatar. I need one of those and an automatic butt-kicking machine.

    I saw this post and have been banging my head trying to set...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Analyzing Product Growth with the Management Data Warehouse

    Good article.

    Would really like to know how to incorporate SQL 2000 and SQL 2005 into the Management Data Warehouse. Think MS slipped up not allowing that.

    Sure you can't capture...

    --------------------
    Colt 45 - the original point and click interface

  • RE: SQL Server in virtual environment

    TheSQLGuru (10/4/2010)


    2) I have a client with pushing 40TB on virtualized SQL Servers. And yes, I did mean TERA there and not GIGA. It can be done, but...

    --------------------
    Colt 45 - the original point and click interface

  • RE: SQL Server in virtual environment

    Vera-428803 (10/3/2010)


    We are running SQL Servers 2000 - 2005 - 2008 in a VMWare environment.

    When we started with it, we thought it was a good idea to have a...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Tips to optimize your SQL statements

    Database Developers and those developing on databases, should know enough to code efficiently without having it "...always fall to the DBA."

    If you're in the position of being the sole database...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Tips to optimize your SQL statements

    wbrianwhite (7/31/2010)


    http://blogs.msdn.com/b/sqlazure/archive/2010/07/27/10043069.aspx

    Just a note, non-clustered indexes (what you make when you do a covered index) reduce the performance of your writes. This is because on insertion or updates, the indexes...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Tips to optimize your SQL statements

    Nadrek (7/30/2010)


    ...

    When writing new SQL, why not take a little more time and do it well, instead of randomly? For existing bad SQL, most often I see that a...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Tips to optimize your SQL statements

    @wbrianwhite & @Nadrek

    The cost of adding and updating the indexes is actually a lot smaller than it's made out to be. Only under extreme change (meaning insert/update/delete) activity will you...

    --------------------
    Colt 45 - the original point and click interface

  • RE: What is the best method of backing up SSAS 2008 databases and cubes on a server where SQL server is not installed and we just have SSAS installed?

    You could always use good old Windows Task Scheduler with OSQL/SQLCMD.

    --------------------
    Colt 45 - the original point and click interface

  • RE: Database Backup fails due to lack of disk space

    Best option would be to upgrade to SQL 2008 R2 and take advantage of the backup compression. Failing that, grab hold of a third-party compression tool. There are quite a...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Transaction log doesn't finish suddenly

    Are you using any third-party backup utility?

    We're using the freeware version of Idera SQLSafe on one of our servers. This causes backups for multiple databases to be performed synchronously. When...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Tips to optimize your SQL statements

    Nadrek (7/29/2010)


    I didn't see a very important one:

    Pull up SQL Server Profiler, and watch the SQL:BatchCompleted and/or RPC:Completed numbers for CPU, Reads, Writes, and Duration. Know which is most...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Copy-and-Paste SSIS Execution Monitoring with Failure-Alert Email

    Stan Kulp-439977 (7/14/2010)


    Sorry, but the answer is you can't get the time stamp of a processed data file from an event handler.

    I was just trying to show you why I...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Copy-and-Paste SSIS Execution Monitoring with Failure-Alert Email

    Stan Kulp-439977 (7/13/2010)


    Is there an event handler to get the time stamp of a source data file being extracted by an SSIS package?

    Sorry, but I'm not going to provide the...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Trapping ExecSQLTask Errors

    One thing I can think of at the moment is to check that you have Package Logging enabled in the Child Package as well as the Parent Package.

    Don't have a...

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 46 through 60 (of 2,487 total)