Viewing 4 posts - 1 through 4 (of 4 total)
Srinivas Sampath,
Thank you for quick response . It is working now .
By the way how do I download Visual Studio Beta 2 through msdn subscription . Not able...
August 31, 2005 at 12:31 am
Srinivas Sampath,
Thank you . Please see the info below
SELECT * FROM sys.transmission_queue
The session keys
for this conversation could
August 30, 2005 at 11:58 pm
Srinivas Sampath
I tried your code . But when I give
SELECT * FROM InventoryPostBox , I am not getting any...
August 30, 2005 at 4:48 am
declare @tbla table(keyid int , field1 char(1) ,field2 char(1) ,field3 char(1),field4 char(1),field5 char(1) )
insert into @tbla values (1,'a','b','c','d','e')
declare @tblnum table (number int)
insert into @tblnum values (1)
insert into...
July 25, 2003 at 5:24 am
Viewing 4 posts - 1 through 4 (of 4 total)