Forum Replies Created

Viewing 15 posts - 13,111 through 13,125 (of 19,560 total)

  • RE: Trouble installing sample SSIS packages

    You're welcome.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

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

    homebrew01 (9/28/2009)


    Also, as George brought up, copying off to another location not only frees up the space, but provides protection by having your backup in another location, especially if your...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Best practices for SQL Server Agent service account

    Using a local account for security can work. It complicates matters a bit when there is a need to deal with other computers on the network. It also...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Trouble installing sample SSIS packages

    Or were you trying to download the SSIS Examples?

    There is an X86 file (which is the link above) and there is an x64 file for download (which is the recommended...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Trouble installing sample SSIS packages

    Is the file that you downloaded called "AdventureWorks2008R2_RTM.exe"?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: The Index Defrag & MDF/LDF Growth Dilemma

    You could leave the space in the files. The space will be used later on. Empty space inside the data file is not fragmented within the file (the...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Execution Plans - Printing

    Do you have a plotter available?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Permission Denied

    sushantkumar1984 (7/27/2010)


    @ssismaddy

    I think that did the trick...

    but when I executed

    Exec sp_change_users_login 'REPORT'

    to see which all other users became orphan, there were 300 more...:(

    so.. Is there a way to...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Need to run SSIS package from stored procedure

    gmby (7/27/2010)


    Could you setup a SQL Agent Job to run the package, and then use sp_start_job ?

    jg

    That's probably the best bet without xp_cmdshell.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Jack Corbett (7/27/2010)


    CirquedeSQLeil (7/27/2010)


    Jack Corbett (7/27/2010)


    CirquedeSQLeil (7/27/2010)


    ... Dicaprio doesn't do it for me ...

    So may places to take that, I don't even know where to start and not sure...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Permission Denied

    Try changing the default database to the dynamics database.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Refine objects in SQL

    I would be careful of removing even tables that have no rows. I have seen many of those used in queries throughout an application. If the table is...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Need to run SSIS package from stored procedure

    Is the package stored as a structured file or is it stored in SQL server?

    http://msdn.microsoft.com/en-us/library/ms138023.aspx explains a few options for running a package.

    One of those options is dtexec.exe. ...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Permission Denied

    sushantkumar1984 (7/27/2010)


    When a user 'abc' is trying to access the database'xyz' on the server, the error he gets is :

    {Microsoft} {odbc sql server driver} the server principal 'abc' is not...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Data integrity

    majida2z3 (7/27/2010)


    i need to create a table which can populate the output of any duplicate value. and then i have to generate a report

    This statement seems broad to me. ...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 13,111 through 13,125 (of 19,560 total)