Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Search entire database for date fields

    Thanks for the responce John, i must apologise but i have never even looked at SQL before the other week. I am still confused as to how to update...

  • RE: Search entire database for date fields

    Thanks for the advice, i have just tried to run the update script but get an error when running the following script:

    declare @columns table (id int identity(0, 1), tablename sysname,...

  • RE: Search entire database for date fields

    Thanks for your responces, and yes it does help if i type correctly!! sorry abou that!!

    So i have found my columns to update - not too many of them.  How...

  • RE: Search entire database for date fields

    Thanks for the suggestion Peter, i have just run the following as suggested:

    Select table_name, column_name

    from information_schema.columns

    where date_type in ('datetime','smalldatetime')

    When i run this in Query Analyzer i get the following message:

    Server:...

Viewing 4 posts - 1 through 5 (of 5 total)