Viewing 9 posts - 1 through 9 (of 9 total)
Grant Fritchey (5/1/2012)
The error seems pretty clear. Something changed. Is the table being referenced another view or a user defined function?
table being referenced is a standard table, that has had...
May 1, 2012 at 6:35 am
correct, 2005(9.00.5266.00)
example code is an exact copy of prod, with names changed to protect the innocent 🙂
April 30, 2012 at 9:57 am
Lowell (4/30/2012)
not sure what advice to offer yet, I've got a couple of questions first:what was the specific error that was returned? that would tell us a lot.
dev didn't get...
April 30, 2012 at 9:28 am
that helps with the reusability of custom palettes, but doesn't do anything about the number of distinguishable colors. no one has a clue on getting the patterns to show...
June 7, 2011 at 12:05 pm
gsc_dba (6/7/2011)
create a custom palette:
have tried that, and it will work, sort of. it is rather difficult to find 32 colors that are visually distinguishable from the others. ...
June 7, 2011 at 6:05 am
Ramesh (10/16/2007)
DECLARE @OutputNumber INT
SET @InitialNumber = 9
SET @OutputNumber = ( CASE WHEN @InitialNumber > 0 THEN -@InitialNumber ELSE @InitialNumber END )
SELECT @InitialNumber AS Initial, @OutputNumber AS Final
Works like...
October 19, 2007 at 1:29 pm
Viewing 9 posts - 1 through 9 (of 9 total)