Forum Replies Created

Viewing 15 posts - 16 through 30 (of 32 total)

  • RE: SQL Server Compatibility mode

    MothInTheMachine (6/23/2010)


    Aha! How I did it was I remoted into the server and opened enterprise manager and ran the alter table statements there. Should I have run EM on my...

  • RE: SQL Server Compatibility mode

    @mothinthemachine - Every time something like that happens it's like Perry said, something somewhere has a connection open to the DB and you can't modify it while it's...

  • RE: iSCSI SAN for OLTP Environment?

    NP, good luck and keep fighting the good fight! 😀

  • RE: iSCSI SAN for OLTP Environment?

    How do the specs line up for this new proposed solution? Number of IOPs it's capable of? Number of spindles?

    This all needs to be addressed and...

  • RE: Capacity planning

    Hey Kwisatz78,

    There a multitude of ways to try to prove what your I/O requirements are going to be with a new solution, but I've prescribed to the application of IOPs...

  • RE: SQL Server Compatibility mode

    Hey beppe_30,

    This may not fully answer your question, but as a general rule, running any database in compatibility mode is simply saying that, although you have a higher version of...

  • RE: maximum wait time per I/O

    Interesting comments from Quest on this recent change to Spotlight that we got in a webcast invitation to discuss the changes for Spotlight 6.0 and 7.0.

    oDisk Queue Length has been...

  • RE: maximum wait time per I/O

    Maximum wait time is pretty useless as an IO performance metric. Much better is to use avg disk sec/read and avg disk sec/write for the appropriate physical volumes.

    I don't know...

  • RE: maximum wait time per I/O

    passivebyz,

    We run a mixture of SAN and DAS solutions and the Avg Disk Queue Length is not itself dependent upon the number of spindles in the array. It's an...

  • RE: shrinking data and log files

    +1

    Great reply Steve. I've been using a similar script for many years to shrink what we've always referred to as "unruly logs" 😀

    Additionally, laddu4700, if you find...

  • RE: maximum wait time per I/O

    Hey passivebyz,

    I've struggled a little myself with the recent change in Spotlight 7.0 from gauging I/O waits based on disk queue lengths to the MAX I/O Wait time per file....

  • RE: AWE not working on one server.....user rights???

    Just for posterity and to prove I'm human, I'll post the outcome.......

    Turned out to be that this particular server was a Standard Edition and because we've got 108 SQL Servers...

  • RE: Job failing please assist

    Faiyaaz,

    First check the Job History for the SQL Agent Job that is failing (should have been one or more jobs created by your maintenance plan).  Then check your SQL Server Logs...

  • RE: TCP/IP-Time out expired.

    Simon, the Alias works just as it sounds. Anytime you reference that server name, the Alias gives you a complete connection "path" to the that specific server. You...

  • RE: TCP/IP-Time out expired.

    Simon, I'd try running the code/scripts from one of the machines that your having the problem on. Once without an Alias in the Client Network Utility, and once with...

Viewing 15 posts - 16 through 30 (of 32 total)