Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Locking

    Hey chaps,

    Thanks a lot i was able to expand the tables. Used the command "dbcc opentran" and killed the id's.

    Thanks a lot.

  • RE: Data Grouping

    I have two tables eno and eid in my emp table. I have inserted some values where eno is a primary key. So, the table looks like this

    eno ...

  • RE: Data Grouping

    Hi,

    I have created a table

    CREATE TABLE emp(eno int identity(1,1), eid int)

    Inserted values

    INSERT INTO emp VALUES (1)

    INSERT INTO emp VALUES (2)

    INSERT INTO emp VALUES (3)

    INSERT INTO emp VALUES (3)

    INSERT INTO...

  • RE: SSPI error context

    Where the active directory is there and what is meant by DC's. Can you just elucidate it further more.

  • RE: SSPI error context

    Where the active directory is there and what is meant by DC's. Can you just elucidate it further more.

  • RE: SSPI error context

    I'm using default windows account to log in to SQL Server 2005

Viewing 6 posts - 1 through 6 (of 6 total)