Forum Replies Created

Viewing 15 posts - 28,546 through 28,560 (of 39,771 total)

  • RE: Uncomfortable situation at office

    There's some good advice above, and documenting is #1.

    document your concerns, get your IT director a copy and ask him to sign off. I'd also contact an HR person or...

  • RE: Migrate Sql server 2000 database to Sql server 2005

    Perhaps you could explain what the wrong results are?

  • RE: Generate random dates

    Or you can use Dateadd() with other values (hour, minute, etc) and randomly add those to the beginning date.

  • RE: What Makes a Good Programmer

    I've worked with top notch coders, meaning they write great code that isn't buggy, runs well and fast, tests well.

    And doesn't meet my needs.

    Communication is key, and it's important that...

  • RE: Tables on a filegroup

    In sysindexes there's a GROUPID, which is hte filegroup ID, you can join that to sysfilegroups to get the name of the filegroup. Not sure you can get to the...

  • RE: identity insql server

    I'd use an int identity column and then a computed column or a view that concatenates them.

    You can't do a varchar auto-incrementing field.

  • RE: getdate() accuracy

    It is the same precision, but can you get

    7:00:00.000

    7:00:00.000

    7:00:00.003

    7:00:00.003

    7:00:00.007

    7:00:00.007

    On my desktop (dual core, 2GHz), I get:

    .200 (repeated over 100 times)

    .310 (repeated, difference of 110ms)

    .373 (repeated, difference of 63ms)

    .467...

  • RE: data type question

    Maybe ascii(substring(field, 1,1))

  • RE: DBA's & Photography

    Very nice, Denis. I like the waterfall and beach pictures.

  • RE: SSC blog comments?

    OK, I've confirmed it's a login thing. So if you have a login, you can leave a comment.

    When we put this up, the synch wasn't there and since then, we've...

  • RE: IT and Musicians?

    Just an FYI, this wasn't me. Ted Pin wrote this one and I thought it would be a nice editorial.

    I hope I'm a better DBA and writer than musician....

  • RE: SSC blog comments?

    I'll have to check Too tired to dig in tonight, but I thought comments were enabled.

  • RE: You are a T-SQL developer who needs to...

    Those are the only kinds of questions we can do without an interview.

    That's why the interview is important.

  • RE: You are a T-SQL developer who needs to...

    The QOD can't cover every condition. It's designed in this case to see if you understand SUBSTRING rather than picking the best way to do things.

  • RE: The Lighter Side - Life is like an analogy

    I enjoyed this when David sent it in and hoped it would be received well.

    Perhaps all this attention will get Mr Poole writing a bit more. He's good at it...

Viewing 15 posts - 28,546 through 28,560 (of 39,771 total)