Viewing 15 posts - 91 through 105 (of 138 total)
i known begin tran and try cache , what i am asking is, which stmt might be the reason of generating this error.
your sincerley
July 5, 2016 at 9:31 am
thank u , but my query was , will try cache block any thing?
yours sincerley
June 22, 2016 at 8:06 am
i thought like transaction blocks , so it will also block
yours sincerely
June 21, 2016 at 9:46 am
no body is answering.
one more question
Q1 "set xact_abort no" should be the first stmt or set isolation level
that means
should i use like so.
set xact_abort no
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
or
SET...
June 6, 2016 at 11:18 am
yes , multiple user can have different col name.
June 1, 2016 at 2:48 am
q2) is not answered. will it do any good by removing or deleting.
June 1, 2016 at 2:23 am
pls answer
May 28, 2016 at 5:26 am
it is was not duplicate , i have overwritten the old one, becasue old one had got syntex error ( while typing)
so please consider the question. is the query ...
May 28, 2016 at 2:44 am
I have been using union at appropriate places, but i wanted to understand this one.
yours sincerely
May 22, 2016 at 1:10 am
hi,
if OBJECT_ID('dbo.act','u') is not null
drop table act
create table act(actid int,actname varchar(50),reportno varchar(50))
insert into act values(1,'whitewash','r1')
insert into act...
May 21, 2016 at 1:58 am
i want all records from #t
which are overlaping with entered @pointfrom = 2 and @pointTo = 10
--requirement is "f" can > or = to previous "range's "t" or...
February 12, 2016 at 6:18 am
where ever @pointfrom and @pointTo is overlaping with records ,considering the given critaria should come.
February 12, 2016 at 3:42 am
--requirement is pointfrom can > or = to previous "range's pointto" or pointto can be < or = to next range's pointfrom
--@Pointfrom and @pointto is passed in query as param.
--where...
February 12, 2016 at 2:10 am
is the second one correct or not.
i have to find out where it is overlapping in second case.
Pointfrom and pointto is passed in query as param.
where point from is...
February 12, 2016 at 1:32 am
can i save tempdb space by using cursor or it will also make worktable in tempdb?
yours sincerely
February 9, 2016 at 12:07 am
Viewing 15 posts - 91 through 105 (of 138 total)