Forum Replies Created

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

  • RE: Use of BETWEEN and DATETIME

    Got me. Just skimmed the code and chose the obvious answer (and was wrong!).

    Not necessarily a trick question, more an object lesson in reading the code properly.

  • RE: How would YOU use the domain name of dbanalyst.com?

    How about a site offering psychiatric assistance to overwrought Database Administrators... a nice comfy couch, perhaps even a photo of Kelsey Grammer (or even better Sideshow Bob), soothing sounds of...

  • RE: List all Usernames, Roles for all the databases.

    Had a play around as well, and this runs on a Central Management Server across multiple SQL boxes with multiple builds (2000, 2005 & 2008).

    USE MASTER

    GO

    BEGIN

    IF LEFT(CAST(Serverproperty('ProductVersion') AS VARCHAR(1)),1) =...

  • RE: HAVING EXISTS

    Great question... I was another victim, but I learned something new here today, which hopefully I'll remember πŸ™‚

  • RE: Any Tips for New DBA Job ?

    jcrawf02 (9/2/2010)


    No wonder we had a revolution....;-)

    Or did you... Perhaps we let you believe that, but still secretly maintain control... :alien:

  • RE: Any Tips for New DBA Job ?

    Here you go...

    http://www.worldwidewords.org/qa/qa-tea1.htm

    It does look odd, but its meaning is clear enough: don’t give needless assistance or presume to offer advice to an expert. As that prolific author, Anon,...

  • RE: Any Tips for New DBA Job ?

    Don't tell me you've never heard the phrase?

    In the UK (maybe only in the North, I'm not sure) we have a saying when someone is telling you something you already...

  • RE: Any Tips for New DBA Job ?

    i am not necessarily talking about technology, but about new enviroment, new DB, new people πŸ™‚ etc.

    What you have done on your first day, second day, third day .......

  • RE: Where Are the Programmers?

    If the title is at all correlated to the money you get, then it's important. Otherwise, not.

    Never was a truer word spoken....

  • RE: Where Are the Programmers?

    Then there is reality...You walk on the job that asked for Java, Oracle, SQL, Postgrest, ASP.NET ( Must have 5 years of the last technology that was recently released 6...

  • RE: Log and Data placement on a SAN.

    Just to throw a spanner in the works, from personal experience, a lot of this goes out of the window when working on something like a NetApp Filer, where shelves...

  • RE: Questionable SELECT Statement Length - Maybe Funny For Some of You

    Brian O'Leary (8/30/2010)


    That does look like the result of a lost argument between a dba and a business user πŸ˜€

    Made me smile, as where I am currently freelancing this would...

  • RE: Where Are the Programmers?

    When I first started as a "programmer" we used to hand write COBOL onto coding sheets, and debug the code by the simple method of writing test data down on...

  • RE: Number of TempDb Files

    Maybe it would be good to capture a replay trace of the activity for 15 minutes or so while this process runs.

    I'd go along with Jason's thoughts here. Look...

  • RE: Clustered indexes

    I thought this was not true for the mere point that a table does not have to have a clustered index - meaning that some nonclustered indexes only have the...

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