Forum Replies Created

Viewing 15 posts - 5,146 through 5,160 (of 6,486 total)

  • RE: Still Can't Deploy

    Did you run through the "Reporting Services Configuration" utility? If so - did you change to anything other than the default options?

  • RE: Testing

    I think we're confusing the testing itself, and what happens in the bigger scope of a positive result. Companies certainly have the right to know if someone might be...

  • RE: Help! I'm a DBA! How did that happen?

    DonaldW (1/18/2008)


    GSquared (1/17/2008)


    Management Studio is what I use for typing all of my queries. Access is very awkward for that.

    ...

    I agree. However Access has one good feature for...

  • RE: Find who/process that deleted records

    This of course presumes that Windows auth is in place (or something to identify the user), right? won't help much if everyone is logging in under the same account, would...

  • RE: Desperate Help needed

    ...and specialists would need to be able to ascertain/evaluate if the "facts of the case" as you presented are in fact accurate. Not that I doubt you, but I...

  • RE: Subquery syntax?

    Kirk -

    I'm adding to your homework:).

    The same idea can be achieve with the CTE (to ensure you always get the same record back within a group), as so ...

  • RE: Career Advice...what is next after SR SQL DBA ?

    ...and don't forget there's the ever popular "nonsense title generator" HR fun, like for example...

    LEAD Senior SQL DBA.... To be followed no doubt by Principal Lead Senior SQL DBA...

    Don't...

  • RE: Need some help

    ALZDBA (1/18/2008)


    Human after all 😉

    yup - right there with ya!!!!

  • RE: How do I increment a DB id

    Now that I have them straight - the "issue" I had with it was a human error: creating something that works, and then having an extra statement put into...

  • RE: Member Function Concept.

    Grant - since you "mentioned" it, does that mean you're taking a sabbatical from the boards? 😀

    We'll talk to you in September!

  • RE: Interview Question

    And that's ultimately what they're after when the question gets asked: are you likely to stay with them for a while if they should offer you something. If the...

  • RE: Member Function Concept.

    I think we need the bat for the MS programmer that left that command in T-SQL. I mean - what were they thinking?

  • RE: Need some help

    ALZDBA (1/18/2008)


    I wonder how intelligent SQL2005 would handle a this

    create view V_myLanguages

    as

    select 'English' as Language, Base, Text

    from tbEnglish

    select 'French' , Base, Text

    from tbFrench

    select 'Chinese' , Base, Text

    from tbChinese

    go

    Select ...

    from...

  • RE: How do I increment a DB id

    I'm now getting the two lumped in... I'm talking @@IDENTITY, aren't I?

    I gave up on both of those a while ago, because they felt "inadequate" (@@IDENTITY since it could...

  • RE: Member Function Concept.

    The one VB programmers fear most.... I'll give you a hint... G_T_ where underscore is the same letter.

    you need a bigger bat for THAT one....

Viewing 15 posts - 5,146 through 5,160 (of 6,486 total)