Forum Replies Created

Viewing 15 posts - 55,861 through 55,875 (of 59,067 total)

  • RE: just the date, please

    Not quite what I was after, Peter.  Sorry I wasn't clear... was looking to compare the dates in two tables for rows having occurred on the same day.

    Serqiy reminded me...

  • RE: just the date, please

    quote

    You must remember that issue with implicit conversion of 0 to date which made that function nondeterministic.

    THAT's what...

  • RE: just the date, please

    Now... THAT would be quite the trick... anyone know a way to get "date only" and still be able to use an Index SEEK?

  • RE: just the date, please

    Dang... sorry Peter... I keep forgetting to post the results...

    ===== DateDiff/DateAdd method ======

    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

    DBCC execution completed. If DBCC...

  • RE: just the date, please

    You may want to reconsider, Bill... or not "It Depends" ...

     CREATE FUNCTION dbo.fnDateOnly

    /***********************************************************

     Purpose:

     This function...

  • RE: just the date, please

    Nicely done, Peter... not sure where my post went (must've done the timeout thing ), but I was going to say that your...

  • RE: Picking up the first and last record

    How do you define "First and Last record"?  If not by date (Dates are not in any particular order according to you), then by...

  • RE: just the date, please

    I'm thinking that SQL Server 2k8 kicks some serious butt!

  • RE: just the date, please

    Dang, Peter... you must be working on a really nice box... my poor ol' 1.8Ghz home computer SQL 2k Developer's Edition just didn't do that well... and your's does much better...

  • RE: how to generate random data

    A bit confused by your original post... what do the two tables contain?  One table for FirstNames and one table for LastNames?  Or one table for Male and another for...

  • RE: just the date, please

    I think these were part of the exercises... haven't tested all the methods for which way they round mostly because some aren't worth the effort... the following code is a...

  • RE: Stop the madness

    There's actually 2 nearly identical threads for the same thing by the same participants... I'm truly amazed... not in a good way, either.

  • RE: Can you grant SA privs to a stored proc?

    Thought about that, Ronald... that, I believe, would allow the Operators to run xp_CmdShell anytime they wanted and that's not a good thing... 'course, I could be wrong especially since I'm...

  • RE: Independence Day

    Outstanding Ram!  Welcome to the U.S.A!

  • RE: From flat file to table

    Thanks, Steve,

    The thing that really kills me is the cruddy data that poor ol' Jerry (the OP) has received.  The data can be imported and correctly parsed even making some...

Viewing 15 posts - 55,861 through 55,875 (of 59,067 total)