Viewing 3 posts - 1 through 4 (of 4 total)
Elliott Whitlow (6/7/2011)
I think I understand your problem a bit more but...
June 7, 2011 at 2:53 pm
GSquared (6/7/2011)
select NumericValue from ClientSettings where Setting like 'PushMaxCustomerRank'
If so, you'll get that error message, because you really haven't told SQL...
June 7, 2011 at 2:52 pm
How can I modify it? I need to run both queries.
I need to run this as the number can be different for each client.
DECLARE @pushMaxCustomerRank int;
SET @pushMaxCustomerRank =
(select...
June 7, 2011 at 1:23 pm
Viewing 3 posts - 1 through 4 (of 4 total)