Viewing 8 posts - 76 through 83 (of 83 total)
Does anyone have any suggestions as to how this issue can be resolved?
I am experiencing the same problem and, whilst there seems to be plenty of people experiencing the problem,...
July 12, 2010 at 6:06 am
Thanks for the advice Luke, i'll have a look at using a matrix instead; i have come across this suggestion during my research into the issue already so it would...
May 27, 2010 at 8:06 am
Thanks very much for your advice guys; i'll certainly be sitting down with the developer to go through the code.
May 25, 2010 at 1:17 am
I can get the trigger to work by changing the code to the following:
select Inserted.id, Table2.id
from Inserted
left join (select ID from LinkedServer.dbo.Table2) as Table2
on Inserted.id = Table2.id
where LinkedServer.dbo.Table2.ID is...
May 20, 2010 at 7:10 am
I'm not joining on a null; i'm performing a left join on the ID column.
A left join returns all rows from the left table, even if there are no matches...
May 20, 2010 at 6:53 am
Thanks for your help so far.
I chose snapshot replication because our reporting database needs to be a snapshot of out live database taken at the start of each working day....
May 14, 2010 at 2:48 am
Okay thats great, thanks very much for your prompt response.
March 25, 2010 at 4:57 am
Viewing 8 posts - 76 through 83 (of 83 total)