Viewing 6 posts - 1 through 7 (of 7 total)
Hi Thomas, Thanks for your response.
The revised code you suggested works like a charm. Wonderful!!!
Thanks again,
Scott Chang
May 24, 2006 at 10:38 am
UPDATE:
I changed "BookTitle varchar(25) NOT NULL," to "BookTitle varchar(50) NOT NULL," and I created 2 tables (Person and Book) sucessfully and saved them in the database newDB. I executed the following...
May 24, 2006 at 9:31 am
Hi, I tried the revised code listed below:
USE
testDb
GO
ALTER
VIEW InventoryPublisherView
GO
CREATE
VIEW InventoryPublisherView
May 15, 2006 at 11:23 am
Hi barsuk,
No, I did not do the way you suggested. Instead, I deleteled the 3 DECLARE statements and corrected 1 small mistake (missing a coma in EXEC sp_updatedRecord 5, 'ER Vol1', 'VHS'...
May 11, 2006 at 1:34 pm
Hello peterhe,
After I posted my last response, I tried to add more batch delimiter "GO" to my program and executed my revised program (listed below) and I...
May 11, 2006 at 9:06 am
Hi peterhe,
Your response is not helpful to me. I feel I have the batch delimiter "GO" in the end of the program. Where should I add more batch delimiter "GO"?
I am new...
May 11, 2006 at 8:33 am
Viewing 6 posts - 1 through 7 (of 7 total)