Forum Replies Created

Viewing 15 posts - 9,811 through 9,825 (of 19,560 total)

  • RE: Logshipping

    forsqlserver (6/8/2011)


    But u can use the secondary database as reporting database.

    Yes, there would be some benefit there.

    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: Logshipping

    rfr.ferrari (6/8/2011)


    but, with relation the High Availability, forget!!! if my server catch a fire or explode!!!

    😀

    I would say more in regards to DR than HA. In a test environment,...

    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!

    respirator

    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: Can't Connect to SSIS

    Yeah - that could make a difference. Let us know how it goes.

    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: which is the best institute for sql server dba?

    Good point sqlzealot. Teaching yourself is very effective - so long as you follow through and ensure you practice what you read.

    This site is most excellent for learning new...

    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: Correct use of CTE?

    Most excellent. Glad it works.

    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: Correct use of CTE?

    While working on that, please check the last script I posted and see if that works.

    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 makes a database transactional?

    kwoznica (6/7/2011)


    PaulB-TheOneAndOnly (6/7/2011)


    kwoznica (6/7/2011)


    If a database is in full recovery mode is it technically transacational? After all data is sent to transaction logs.

    Or does the application code need 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: Correct use of CTE?

    I read through your notes in the script and think I may have something that will work.

    WITH timeframes AS

    (SELECT es.id, es.date_time StartTime,EE.date_time AS EndTime

    FROM events ES

    CROSS APPLY (SELECT PK,id, date_time...

    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: Correct use of CTE?

    eyejay (6/7/2011)


    If I then use this query to cross reference other tables, based on the ID field, in the "where date_time between..." clause I get all records between the first...

    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: Error: Non-SysAdmins have been denied permission to run..... But the Owner and the person trying to start the job ARE sysadmin

    I know you probably tried this but to confirm. Have you tried to create the proxy account to appease the system?

    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: Can't Connect to SSIS

    Try this

    Go into Project Properties, Debugging, and setting Run64BitRuntime to false.

    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 makes a database transactional?

    A transactional database is one that participates in updates, inserts, deletes of records. This can be in any of the recovery models.

    There is a different topic of replication that...

    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?

    jcrawf02 (6/7/2011)


    Grant Fritchey (6/7/2011)


    Jim Murphy (6/7/2011)


    Grant Fritchey (6/7/2011)


    WayneS (6/6/2011)


    Jim,

    If I've read things right, you're going to the Summit? Do you know that Thursdays up there is "Kilt Day"? Grant started...

    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: Can't Connect to SSIS

    SSMS - is that when you are trying to open the package from SSMS on the server or on your workstation? If workstation, what version of SSMS are 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

Viewing 15 posts - 9,811 through 9,825 (of 19,560 total)