Viewing 4 posts - 16 through 19 (of 19 total)
Here is my DDL and DML statements:
CREATE TABLE VENDOR
(
VENDOR_ID INT PRIMARY KEY,
VENDOR_NAME VARCHAR(10)
)
GO
CREATE TABLE ADDRESS_PHONE
(
VENDOR_ID INT,
POS INT,
...
August 14, 2013 at 2:08 pm
Your article is very enlightening. I'm always trying to improve my skill sets however, it leads me to nothing but frustration at times. I try to consume as much knowledge...
June 3, 2013 at 7:47 pm
Ok, I answered my own question. Basically, In the schema folder db_datareader and db_datawriter was still showing GroupRole as the schema. Any how I changed the schema owner back to...
August 20, 2008 at 6:53 pm
Viewing 4 posts - 16 through 19 (of 19 total)