Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • RE: Help with Retrieving 1 Fax number

    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,

    ...

  • RE: How Do We Learn?

    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...

  • RE: DataBase Role Deletion

    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...

  • RE: Question Regarding N in SQL Statement

    Thanks for the explanation.

Viewing 4 posts - 16 through 19 (of 19 total)