Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: How to compare SQL databases ?

    You could query the metadata between their systems and yours to look for differences. To compare data types, run something like this on each system and compare results:

  • RE: ORDER BY affecting query against my view

    I'm reporting the response times from the report server log; never actually had the patience to get actual plan yet. Estimated plan is same for both with or without ORDER...

  • RE: Best Way to Calculate Age

    The logic in the third statement does not properly relate the day of the month to the month of the year. It should read:

    select DATEDIFF(yy, BirthDate, GETDATE())

    - CASE

    WHEN...

Viewing 3 posts - 1 through 3 (of 3 total)