Viewing 4 posts - 1 through 5 (of 5 total)
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...
August 4, 2006 at 3:43 am
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,...
August 1, 2006 at 4:00 am
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...
July 5, 2006 at 7:09 am
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:...
July 5, 2006 at 4:16 am
Viewing 4 posts - 1 through 5 (of 5 total)