Hi All:
Here is my question:
I have a table with a field called REFNBR, this is defined as CHAR(10).
The current value in the field is '0000000000'.
I would like to update this field to '000000001', so I want to have a
stored procedure or an update statement that will increment this value...
more >>
We have a SQL 2000 server. We want to get some of the databases over
to the new sql 2005 server. I have found many docs regarding 'moving'
databases from 2000 to 2005. Is this the same as
'Upgrading/Migrating'? I know there are issue with the DTS and
possibly the stored procedures. Do we lo...
more >>