Viewing 6 posts - 1 through 6 (of 6 total)
Thank you for your response,
How can I do this?
April 8, 2010 at 6:21 am
Arunkumar S P (9/1/2009)
Answer for your second question isTargerServerURL ? http://remoteserver/ReportServer
ORCopy the solution to remote server and deploy
If i do the first option I keep getting an annoying...
September 1, 2009 at 6:39 am
Fantastic, that did it!
Never thought of a case, was messing with left outer joins.
Thanks
August 20, 2009 at 6:12 am
Looks like I just needed to do this
GRANT EXECUTE ON OBJECT::dbo.storedProc TO user;
July 30, 2009 at 4:52 am
The update returns an error on the first line
Incorrect syntax near the keyword 'as'.
But I don't want to show these columns anymore in the Audit table. In the Audit table...
June 24, 2009 at 4:45 am
This is what I was trying
UPDATE [Audit] as a
SET a.BatchID = b.Id
FROM Audit as a inner join Batch as b on a.BatchCode = b.Name
AND a.BestBeforeDate = b.BestBefore
AND a.ProductionDate = b.ProductionDate
//Edit
BatchCode,...
June 24, 2009 at 3:58 am
Viewing 6 posts - 1 through 6 (of 6 total)