Forum Replies Created

Viewing 15 posts - 50,071 through 50,085 (of 59,078 total)

  • RE: Serial date returns different dates in SLServer vs Excel?

    I'd like to know why people use Date Serials in such a fashion to begin with. 😉

  • RE: Job Market

    shivsen (6/11/2008)


    Just want to know How is the Job market now for SQL Server 2000 DBA in US. I'm hearing from friends that the Job market is slowing down.

    Thanks,

    shivsen

    How's the...

  • RE: Get date of last Sunday of every month

    catriona_brown (6/11/2008)


    How can I retrieve the date of the last Sunday of every month?

    All these wonder formula's for calculating the last sunday of a month and I'm not sure we...

  • RE: Get date of last Sunday of every month

    Blinking is good... keeps the bloodshot eyes in shape 😛

  • RE: Delete

    Lynn Pettis (6/12/2008)


    Which track is right, the coding of the delete (I offered 2 solutions) or the fragmentation (disk and data)?

    I was talking about the DELETE code... but, yes, I...

  • RE: Get date of last Sunday of every month

    catriona_brown (6/12/2008)


    I figured it out. An no still not an exam question.

    Heh... ok, your turn... let's see it... 😉

  • RE: Get date of last Sunday of every month

    Jeff Moden (6/12/2008)


    I think your @firstSunday should be a 7, no? Right now, you code lists Saturdays... of course that also means your code will (should) work for any...

  • RE: Get date of last Sunday of every month

    Matt Miller (6/12/2008)


    All right - here's my entry, with some data to test it with:

    --test data

    declare @date datetime

    set @date='01/01/2008';

    select top 500 @date+n as date

    into #tblDate

    from tally

    where n<501

    --last sunday of the...

  • RE: Making it pivot

    You're right... I missed where the OP said that. Thanks, Christopher. And, yes... lookup Cross Tab Reports...

  • RE: Algorithm For Email

    Ummm... there's some responsibility required on the part of the user... you make them enter it twice and not allowed to proceed unless they match. If they get it...

  • RE: US Client Expectation

    Heh... we don't have the accent 😛

  • RE: Table locked after t-sql runs

    That's a common mistake that many developers make... they comment something like that out so they can test and do a rollback... but they forget to put things back the...

  • RE: Delete

    Lynn Pettis (6/12/2008)


    Jeff Moden (6/12/2008)


    Not sure the use of a correlated subquery (a form of hidden RBAR) will speed anything up here... Maybe...

    The real fact of the matter is...

  • RE: how can i make the database unusable to detach it from my application

    Good question... I've never seen that behavior before... Of course, it's been several revisions of SQL Server since I've actually had to write any GUI code.

  • RE: Delete

    Not sure the use of a correlated subquery (a form of hidden RBAR) will speed anything up here... Maybe...

    The real fact of the matter is the OP says it...

Viewing 15 posts - 50,071 through 50,085 (of 59,078 total)