Viewing 5 posts - 1 through 5 (of 5 total)
Thanks for help me..
my table name contain schema name like 'abc.tablename'
when i add table name in my procedure it execute successfully after that run that procedure it's...
April 18, 2012 at 4:40 am
Hello any one can help me on. i want to search particular one table.
April 17, 2012 at 7:35 am
create table testing1
(
cID int identity(1,1) not null,
cname varchar(50)
)
select *From testing1
insert into testing1 values ('sunil2')
insert into testing1 values ('sunil6')
insert into testing1 values ('sunil7')
insert into...
July 4, 2008 at 2:09 am
My dear frnd thanks for reply.....
i m not using enterprise Manager..
how can i do in query analyzer.
send me some exp:-
July 2, 2008 at 1:00 am
Viewing 5 posts - 1 through 5 (of 5 total)