Viewing 15 posts - 91 through 105 (of 146 total)
1)"Under what circumstances will changes be made to the glues on the marbles and the sequencing?"
Glueid in marble table is only changed, When we want two marbles be connected to...
November 17, 2016 at 2:09 am
following is the step:
initially some sequence is given to marble table, at that time glueid in marble table are kept null.
then one by one glue is attached to marble to...
November 12, 2016 at 1:05 am
--All the marbles should be in order, Relating to the new attached glues.
November 11, 2016 at 5:04 am
1)ok, that means both queries are correct any one can be used?
2) i have chainged the join a.aid=i.aid
select a.aid, isnull(i.spoint ,j.spoint)
from #a a
left join #i i on a.Aid...
October 16, 2016 at 12:25 am
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
Viewing 15 posts - 91 through 105 (of 146 total)