DBA Learning Experiences (Oops!)

  • Correct, in my first job as a DBA we only had on SQL Server 7.0 and none of us had experience with it since I moved all our data from MS Access to SQL Server in the first month in my DBA position.

    When I first started in my current position we only had a development and production environment. Our testing environment was set up a few weeks later. As I look back now I don't see how we got by with just one database server.

    Robert Marda

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • Actually I use the filesystem object to create a handle to a text file if I have a debug flag set. I store the debug flag, the filename and path in global varaibles. If the flag is set, then I create (and close ) the file. In many places i have a "if debugflag = 1 then write a line in the file".

    Steve Jones

    steve@dkranch.net

  • Steve,

    Does the ctrl-shift-C work with 7.0 QA? I tried it but it did not comment the text. -JG


    -JG

  • Not sure. I'll get up from my desk and go check. Are you highlighting lines and then doing it?

    Steve Jones

    steve@dkranch.net

  • Yes I hightlight the line then perform the shortcut.


    -JG

  • not in v7.

    Reason enough to upgrade your client tools.

    Steve Jones

    steve@dkranch.net

  • I agree on the upgrade the client tools. What are some of the impacts of using SQL200 client utilities to adminster SQL 7 servers. Especially in the DTS realm?? -JG


    -JG

  • It has always bugged me that the pop up menu on Enterprise Manager for the registered instance has the disconnect item next to the stop (stop MSSQLServer service) item.

    I am very careful, I tend to use the letter 'c' (underlined in disconnect) to complete the command.

    Some of our developers complain to me regularly about how SQL seems to stop spontaneously on their laptops. (Their local copy not the production server).

  • Keep in mind, never assume your first query for anything is optimal, and learn to understand the execution plan.

    Biggest OPPS, renamed a table on a major production site and forgot to update all procs, views and asp pages to match. Then left for vacation.

  • That was probably funny. Haven't done that before (knock on wood).

    Steve Jones

    steve@dkranch.net

  • Fortunately for me it was at Christmas and not too many people needed it. After a few days another programmer who read thru my comments and code and found my mistake, of course they did not let me forget for the longest.

Viewing 11 posts - 16 through 25 (of 25 total)

You must be logged in to reply to this topic. Login to reply