Viewing 11 posts - 16 through 26 (of 26 total)
chris.johnson 46127 (2/12/2013)
EXEC DatabaseName.dbo.sp_ExecuteSQL
I think if you...
February 12, 2013 at 10:25 am
Called sp_ExecuteSQL as a 3 part name works brilliantly, however it won't recognise that I have set QUOTED_IDENTIFIER and ANSI_NULLS to on earlier in the procedure.
Much closer though, thank you...
February 12, 2013 at 10:16 am
Sorry, last post was a bit vague. This one may or may not help 😀
I know this code doesn't work, but this is the kind of thing I'm trying to...
February 12, 2013 at 9:52 am
Thank you both for your responses.
The reason why the parameters are there is because of the second part of the problem, this code must be executed against a different database...
February 12, 2013 at 9:37 am
Unless I'm going mad, you have more columns in the second SELECT than you do in the first. Statements in a Union must have the same number of columns.
September 6, 2012 at 5:11 am
Nevermind, turns out I'm over complicating matters 🙂
August 14, 2012 at 4:41 am
For anyone who comes across this problem themselves, the problem seemed seemed to stem from the DB Schema that the reference table belonged to.
The table was in a user defined...
June 20, 2012 at 9:34 am
So this error turned out to be a problem with the amount of columns being used in the Fuzzy Lookup. It seems there is a limit of 10 columns that...
June 15, 2012 at 4:54 am
Still struggling with this if anyone has any suggestions.
May 22, 2012 at 4:27 am
Viewing 11 posts - 16 through 26 (of 26 total)