Viewing 6 posts - 1 through 6 (of 6 total)
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.
January 16, 2009 at 11:59 pm
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 ...
February 1, 2008 at 2:46 am
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...
January 30, 2008 at 5:35 am
Where the active directory is there and what is meant by DC's. Can you just elucidate it further more.
October 4, 2007 at 5:53 am
Where the active directory is there and what is meant by DC's. Can you just elucidate it further more.
October 4, 2007 at 5:52 am
I'm using default windows account to log in to SQL Server 2005
October 4, 2007 at 5:48 am
Viewing 6 posts - 1 through 6 (of 6 total)