Forum Replies Created

Viewing 15 posts - 6,841 through 6,855 (of 19,560 total)

  • RE: Jobs having SSIS packages

    Here's a starter query.

    SELECT DISTINCT j.name

    FROM msdb.dbo.sysjobs j

    INNER JOIN msdb.dbo.sysjobsteps js

    ON j.job_id = js.job_id

    WHERE js.subsystem = 'SSIS'

    This relies on the job step having been defined as an SSIS task. ...

    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: Combine SQL Server DB & Oracle DB data in the SSRS Report.

    You could use a linked server from the SQL Server side and retrieve the data from Oracle via stored proc. In that stored proc join the data 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: Today's Random Word!

    big show

    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: Using SSIS to Maintain the File System

    mark.hammond (2/24/2012)


    Good grief! Talk about using a sledgehammer to drive a tack.

    You're welcome to post your more simple elegant solution. As was stated in the onset of 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: Using SSIS to Maintain the File System

    Rob Sonders (2/24/2012)


    Could you post the Script Task code in C# please.

    If somebody out there knows how to do that, they are welcome to post it. I don't have...

    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: Using SSIS to Maintain the File System

    Koen Verbeeck (2/24/2012)


    Great article, thanks.

    Thanks Koen

    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: SSRS - Grep for SP name used in reports

    Unless you are using shared datasets, it looks like you will need to get that info by extracting the xml for each report and querying the xml.

    Here is a blog...

    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: Charging Clients for Databases

    I can see size as a cost measure. We charged at a prior place for amount of time spent supporting the user base and projects along with routine maintenance.

    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: New SSRS connecting to existing database

    You are 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: upgrade from SQL server 2005 to 2008R2

    sqlfriends (2/23/2012)


    This other server that is your report server is different. In that case, you need to make sure you have your reporting services key backed up (can be...

    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: New SSRS connecting to existing database

    It seems you are looking for a scale out deployment.

    Here is some info and references.

    http://technet.microsoft.com/en-us/library/ms156453.aspx

    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: upgrade from SQL server 2005 to 2008R2

    sqlfriends (2/23/2012)


    Thanks, when you say change the compatiblity, you mean change to 2008 (100) correct?

    yes

    Also I have another server, which hosts reporting server and its databases, I need to upgrade...

    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: upgrade from SQL server 2005 to 2008R2

    If you have a new box, install SQL 2008 R2 on that box. Restore the database(s) from backup. Then change the compatibility level and test the application against...

    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: Does anyone have both SSRS 2005 & 2008 in their Corporate Environment?

    Welsh Corgi (2/22/2012)


    SQLRNNR (2/22/2012)


    Welsh Corgi (2/22/2012)


    Does anyone have both SSRS 2005 & 2008 in their Corporate Environment?

    If so how do you mange it?

    I want to move to 2008R2 but 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: Does anyone have both SSRS 2005 & 2008 in their Corporate Environment?

    Welsh Corgi (2/22/2012)


    I was thinking, just because the back end databases are moved to SQL Server 2008 R2 does not prevent me from creating SSIS & SSRS Packages using BIDS...

    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 - 6,841 through 6,855 (of 19,560 total)