I have a table in a MSSQL db in which I want to copy the contents of a column to another column. The initial column is of the type nvarchar (50) I would like the new one to be datetime (all the values are 4 character numbers) dates, 2004, 2005, 2006, etc.
What Is the procedure for doing this.
thanks for your help
What Is the procedure for doing this.
thanks for your help