Viewing 15 posts - 91 through 105 (of 142 total)
my question was some thing else , that is with out N it is working.
now u have written N which is also good , but i am trying to understand...
October 15, 2016 at 3:16 am
hi,
thank u,
i know about capital N , but i wanted to understand , if i have not used any char of Unicode in my xml, then why
capital...
October 11, 2016 at 4:43 am
yes i think this was the reason
well some body said DBCC UPDATEUSAGE (0); is also needed, is it correct?
September 9, 2016 at 6:49 am
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
Viewing 15 posts - 91 through 105 (of 142 total)