Forum Replies Created

Viewing 15 posts - 4,891 through 4,905 (of 19,560 total)

  • RE: Daylight saving time and SQL agent job

    Yes it will. That is another day when you need to be proactive.

    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: 32,000 records - simple SELECT is slow

    RVO (3/12/2013)


    Thanks for response guys !

    Some more clarification.

    Looks like it's a problem with this particular table.

    I did [SELECT TOP 30,000 * FROM ism_secmaster_price] which is located in the same 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: 4 database instances in a single server (SQL Server 2005)

    Lowell (3/12/2013)


    ok dumb question time guys:

    i also have 4 instances on my developer machine, for versions 2005 thru 2012.

    when selecting the memory counters in Perfmon, i see instances for 2008,...

    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: Daylight saving time and SQL agent job

    You will see various job failures like this when the system clock moves forward an hour. As Lynn said, be ready for the time change and adjust jobs as...

    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: 4 database instances in a single server (SQL Server 2005)

    Here is a quick query to see the internal "point in time" memory clerk use for the sql instance

    SELECT @@servername AS InstanceName,SUM(single_pages_kb)/1024 AS [SPA Mem, Mb]

    FROM sys.dm_os_memory_clerks

    ORDER BY [SPA Mem,...

    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: Deny member of sysadmin user access to databases

    No. You cannot prevent sa from accessing the databases through permissions.

    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!

    JAZZ Master (3/12/2013)


    opc.three (3/12/2013)


    Stuart Davies (3/12/2013)


    SQLRNNR (3/11/2013)


    crookj (3/11/2013)


    SQLRNNR (3/9/2013)


    john.arnott (3/8/2013)


    Revenant (3/8/2013)


    SQLRNNR (3/8/2013)


    opc.three (3/8/2013)


    JAZZ Master (3/8/2013)


    crookj (3/8/2013)


    SQLRNNR (3/7/2013)


    crookj (3/7/2013)


    Daniel Bowlin (3/7/2013)


    Help

    Support

    Truss

    Tether

    Tie

    Bolo

    Whip

    Rawhide

    Eastwood

    West Side

    Story

    TOY

    (to) infinity

    Bed, Bath...

    & Body

    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: Are the posted questions getting worse?

    Stefan Krzywicki (3/12/2013)


    SQLRNNR (3/12/2013)


    Stefan Krzywicki (3/11/2013)


    wolfkillj (3/11/2013)


    Jeff Moden (3/10/2013)


    Stefan Krzywicki (3/9/2013)


    Jeff Moden (3/8/2013)


    Matt Miller (#4) (3/8/2013)


    Jeff Moden (3/7/2013)


    Revenant (3/4/2013)


    Evil Kraig F (3/4/2013)


    Revenant (3/4/2013)


    I always find it frustrating when someone asks...

    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?

    Stefan Krzywicki (3/11/2013)


    wolfkillj (3/11/2013)


    Jeff Moden (3/10/2013)


    Stefan Krzywicki (3/9/2013)


    Jeff Moden (3/8/2013)


    Matt Miller (#4) (3/8/2013)


    Jeff Moden (3/7/2013)


    Revenant (3/4/2013)


    Evil Kraig F (3/4/2013)


    Revenant (3/4/2013)


    I always find it frustrating when someone asks me or someone...

    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?

    Where have all the crickets gone?

    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: my backup maintenance plan is failing

    m.rajesh.uk (3/11/2013)


    how to find whether sql agent is having access to that drive or not. i am new and i dont know how to check

    Find the name 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: Backup issue through maintenance plan

    Glad to hear it is working now.

    As has been noted, I'd take a serious look into renaming that database. The database appears to have a space at the end...

    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: INNER JOIN

    Nice and EZ

    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: 4 database instances in a single server (SQL Server 2005)

    Perfmon has counters by the instance. You can load up memory counters by instance in perfmon to track mem usage.

    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: Is this is the Best Practice to select E: for the SQL Server root directory?

    Sqlism (3/11/2013)


    Thanks for the reply

    I mean to say any other driver other than C drive. I specified E drive as example. sorry for the confusion. So can someone conclude 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

Viewing 15 posts - 4,891 through 4,905 (of 19,560 total)