Forum Replies Created

Viewing 15 posts - 3,871 through 3,885 (of 7,164 total)

  • RE: Excel destination overwritten

    I do not think you can delete Excel data using an OLE DB connection but I read you can use the DROP TABLE followed by CREATE TABLE syntax to accomplish...

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

  • RE: Ruuning Update Stats

    inHouseDBA (6/4/2012)


    Greeting All:

    Using SQL Server 2005 (9.00.5000.00), but moving to SQL Server 2008 in 4 months.

    I am in the process of updating my Weekend Maint scripts..

    Currently I Reindex Clustered and...

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

  • RE: Low disk space alert

    Please do not enable OLE Automation procs unless absolutely necessary...which is only if a third-party vendor requires it in my opinion.

    May I recommend using PowerShell for this task? This...

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

  • RE: Powershell for network path

    Try something like this. Running it with the -WhatIf will only report what would be deleted by this command. Remove the -WhatIf when you're ready for it to do work.

    #################################################

    #init...

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

  • RE: Going from individual user access to Security Group access best practices

    dbdmora (6/5/2012)


    Hello opc.three, I apologize for not replying sooner. I been putting out a lot of fires out.

    We have run sp_validatelogins on all our servers and found a few orphan...

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

  • RE: how to copy sql2005 msdb ssis packages to sql2008 msdb

    I am not sure you can do that when storing packages in msdb, I would need to test it. However, if you are storing your packages as files and executing...

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

  • RE: Bulk Export Best Practices

    Fly Girl (6/4/2012)


    Every project has its own considerations. As a contractor I'm here for a limited amount of time. Training someone to take over this process at a 'very small...

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

  • RE: Remove REBUILD WITH (STATISTICS_NORECOMPUTE = ON) from indexes

    You do not need to drop and recreate the index. You can use ALTER INDEX to specify the new NORECOMPUTE value.

    ALTER INDEX [index_name]

    ON [schema]....

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

  • RE: Bulk Export Best Practices

    Fly Girl (5/25/2012)


    I'm having a discussion with an internal administrator that does not wish to enable xp_cmdshell on a server...

    If your target workplace is in a corporate environment, which it...

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

  • RE: how to copy sql2005 msdb ssis packages to sql2008 msdb

    You can export them from SQL 2005 to disk using dtutil (2005 version) if having them as files as a middle-step makes more sense for your migration. You could then...

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

  • RE: May affect "CardinalityEstimate" in Plan Estimate - What would be the fix for this?

    SQL Kiwi (5/30/2012)


    ...you should try to specify date/time literals using an international unambiguous format like '2011-12-02 10:52:00' instead of 'Dec 2 2011 10:52AM'.

    I recently saw this on another post...

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

  • RE: Powershell Proponents - A Question for You

    Brandie Tarvin (5/31/2012)


    Is SSIS integrated with Powershell?

    You can use PowerShell from within SSIS using this[/url] (works well). Or you can call an SSIS package from PowerShell by invoking DTExec (no...

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

  • RE: Table partitioning with full text search ?

    Doubtful.

    Can I use SQL Server Partitioning to Optimize Fulltext Searches?

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

  • RE: sql dba notes

    Troubleshooting SQL Server: A Guide for the Accidental DBA[/url]

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

  • RE: Need Help: To read a column value of a SP's result set.

    Is it your proc? Does it need to exist, and if so do you need to preserve it's interface because it has other uses? What is the proc doing? Depending...

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

Viewing 15 posts - 3,871 through 3,885 (of 7,164 total)