Viewing 15 posts - 1 through 15 (of 17 total)
what is the problem in passing the entire xml to a sp as an input parameter of datatype text?
October 28, 2003 at 9:42 pm
i have not worked on this product, but you may want to evaluate this product called
"symbiator"
October 28, 2003 at 9:25 pm
I have multiple subscribers and maintain the history with triggers at the distributor. to avoid unnecessary history trigger load on the production servers.
In this scenario, i am not getting all...
October 17, 2003 at 1:22 am
small correction
for eg. for id = 1, i would need the the child ids as 2,3,4,5,6
and the levels deep can be dynamic.
August 5, 2003 at 3:00 pm
is the trigger set up with "NOT FOR REPLICATION" option?
July 28, 2003 at 1:45 am
steve is just asking you to create a sp to check for all the changes, generate and send one single email with all those changes. to create a job, go...
July 19, 2003 at 12:38 pm
insert into tblCustPreference(
custguid,
name,
) SELECT
x.custguid,
x.name,
FROM OPENXML (@xdoc, '*/cust/coldata',1)
...
June 28, 2003 at 1:15 am
I have come across the same situation and still I am trying to figure out what is wrong?
June 25, 2003 at 2:55 am
thanks steven,
what is the easiest way to change all my 100+ triggers and add the "not for replication option"?
June 15, 2003 at 10:28 pm
this would work.
select * from openquery (servername,'exec dbname.dbo.spname')
June 11, 2003 at 8:36 pm
yes. you need to login as the service account and install a mapi client on the server.
June 11, 2003 at 8:18 pm
I am looking at a way to find out what are the tables that are currently pinned?
sp_tableoption gives you an option to pin or unpin the table. I would also...
June 11, 2003 at 2:14 pm
the query that is running slow is an sql enterprise 2000 and other is sql standard 2000. I kinda suspect the subsystem to be a bottleneck. what can i check...
June 11, 2003 at 3:44 am
Viewing 15 posts - 1 through 15 (of 17 total)