Forum Replies Created

Viewing 15 posts - 3,916 through 3,930 (of 19,560 total)

  • RE: Regarding Audits in sql server

    Here is a product that covers just about the entire gambit for audit purposes...

    http://www.beyondtrust.com/Products/PowerBrokerDatabases/

    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: Access 2010 and MS SQL Server 08 r2

    Yes this is very possible but be concerned about some of the problems using Access as a front end could cause if not careful (new session created for each form...

    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: Populate Dynamic Table Name in T-SQL Cursor

    When the table is coming from a variable, the entire sql statement must be done via Dynamic SQL. It can be done, but you have to set your entire...

    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: Zombie Data

    David.Poole (2/4/2014)


    @jason, that is a very good point. Under the UK data protection act an individual can ask that their records be removed in certain conditions. Imagine having...

    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: Sorting large volume of data

    Igor Micev (2/4/2014)


    Hi,

    Heavy load.

    My approach would be like:

    You can change your package to use the Foreach loop container, put a data flow task in the loop container and then...

    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: What transformations will I need?

    For the deletion of the files you could also use a Script Task. I find it to be more useful than the File system task in some cases.

    If you...

    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: Populate Dynamic Table Name in T-SQL Cursor

    You would need to change your multi-tiered cursors to be a dynamic statement and execute that statement.

    The statement (to get the date pieces - converting to dynamic will be an...

    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: Populate Dynamic Table Name in T-SQL Cursor

    Will the table name always be formatted as "Stats" + yyyy + mm?

    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 execute the results of a table automatically, rather than copy/paste/execute

    Have you tried to loop through the table and assign the "query" in the table to a variable, then execute sp_executesql with the variables etc?

    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 Collation Is Null

    L' Eomot Inversé (1/20/2014)


    raulggonzalez (1/20/2014)


    Sure, but considering the results differ from 2008R2 Standard to Enterprise, if that was the latest version, it'd be still a problem... I've no 2012 Enterprise...

    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: Active sessions graphic

    You can do that via SSRS, Performance Monitor, or by dumping the data into excel on regular intervals.

    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: Zombie Data

    I am curious how many people destroy the old backups that belong to no longer existent databases or that are well past the retention policy.

    From looking at a few hundred...

    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: Analysis Services Multidimensional

    From the options listed I think a fair bit of logic could help deduce the correct answer.

    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: Today's Random Word!

    toke

    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: Investigating MDF file growth.

    jiayi345 (2/4/2014)


    Thanks for all of the responses. I have determined what was causing the growth which was caused by an application that was having issues.

    Cool - good to hear.

    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 - 3,916 through 3,930 (of 19,560 total)