Viewing 5 posts - 1 through 6 (of 6 total)
Thanks allot for helping but am getting error message. I have Put in the tables in:
CREATE TABLE Car
(
[VehNo] ...
October 12, 2014 at 4:44 am
Thanks Allot Old Hand,
I am just following a book for the coding. Would follow the what you have suggested. And thanks for the steps. It does helps me on my...
October 12, 2012 at 3:15 am
hi,
Thanks Allot. I would follow your steps and wish i could make it out.
for to your question,I declare a CONSTRAINT ServiceCodeValues in my serviceTAble. and not sure if i...
October 11, 2012 at 3:14 am
Hi Sean Lange,
This is my coding so far but allot of errors:
ALTER TABLE ServiceTable
ALTER COLUMN serviceCode char(4) NOT NULL,
ALTER TABLE CaseTable
DROP CONSTRAINT serviceCodeValues,
ALTER TABLE CaseTable
ALTER serviceCode DROP DEFAULT,
October 10, 2012 at 8:28 pm
Hi Sean Lange,
I am a new to SQL. And i try doing looking at a book but gives me error and lots of it. i am not sure how to...
October 10, 2012 at 10:49 am
Viewing 5 posts - 1 through 6 (of 6 total)