Viewing 15 posts - 166 through 180 (of 210 total)
Jeff, Thank you so much for the help. I will correct the code
February 12, 2014 at 1:50 am
Jeff,
Sorry for the late reply,
continuation of the above topic...
As you asked, the below is one of the update statements we are using in stored procedure
Update de_norm_buscard_attr
...
February 11, 2014 at 6:11 am
I too agree with patrick, When we are compressing already compressed db we wont get much space in it. That is why i feel option C is correct
thanks
January 30, 2014 at 2:12 am
Please suggest me a way to avoid clustered index scan when only primary key is defined.
January 29, 2014 at 3:12 am
sorry, about the subject heading
it is "non clustered index on primary key column"
January 29, 2014 at 2:29 am
mikael,
Learnt something new today, thanks
I tried with the below solution to get the value from item code
DECLARE @XML as xml='
<root>
<item>1987</item>
<item>1654</item>
<item>1321</item>
</root>'; ...
January 27, 2014 at 11:20 pm
I thought answer B is including answer A also, that is why i did not check answer A.
and i did a big mistake by not reading "select 2"
learned a lot...
January 25, 2014 at 5:48 am
magoo,
small correction to my previous post,
This is a good solution. In the query output, base_id is getting eliminated,but I need to get the the base_id record also
regards
January 23, 2014 at 3:55 am
hi magoo,
This is really a good solution, base_id is getting eliminated.
Thanks
January 23, 2014 at 3:29 am
thanks prasad, i tried with parameterized view but again my value is dynamic, so still trying to get some solution 🙂
January 21, 2014 at 8:42 am
sean,
The requirement is for hierarchy records. (child and parent records, for that I am passing the child id as parameter). I could create table valued function for the same requirement,...
January 21, 2014 at 8:26 am
Hi
I tried the query like the below
DECLARE @idoc int, @doc varchar(1000);
SET @doc ='
<ROOT>
<AA wpid="4" WPName="??92" sum="0" result="03:30 , 18" count="1">
</AA>
</ROOT>';
--Create an internal representation of the XML...
January 18, 2014 at 4:46 am
Hi,
1.Please verify replication Monitor to know the errors
2.when ever you are setting up replication, 1. you will create publisher. after this, pls verify the snapshot agent status and logreader agent...
January 15, 2014 at 10:56 pm
Hi ,
This kind of error generally occurs when we are trying to drop the table which is already selected in article selection during the replication/ publication setup.
Does your changes reflect...
January 14, 2014 at 11:06 pm
Viewing 15 posts - 166 through 180 (of 210 total)