Viewing 10 posts - 1 through 10 (of 10 total)
Firstly, thanks J Livingston for your excellent example. I was able to modify it for my use.
SSISDeveloper189155 (9/17/2014)
May 19, 2015 at 10:20 am
Sorry I haven't replied. I haven't gotten a chance to try all of these yet. I know I can't use LAG because I'm using SQL Server 2008. I've used LEAD/LAG...
November 1, 2013 at 8:42 am
I would also like to attach this relationship diagram.
October 29, 2013 at 12:35 pm
I believe I've thrown together the required code. The primary keys are all BINARY(8) in this database, but I chose to use INT instead for the temp tables. All of...
October 29, 2013 at 12:34 pm
Thanks for the reply, Luis. I will read that link and post more information. It will take me some time to come up with this. 🙂
October 28, 2013 at 11:01 am
Awesome. I had the same problem. Thanks!
July 8, 2013 at 7:16 am
This should help you start Report Manager:
http://msdn.microsoft.com/en-us/library/ms156496%28v=sql.90%29.aspx
And this should help you do what you need to do:
http://www.sqlservercentral.com/articles/Stairway+Series/72654/
June 27, 2013 at 6:29 pm
billy.knight (6/24/2010)
June 27, 2013 at 2:58 pm
gsc_dba (6/29/2010)
Private bOddRow As Boolean
'*************************************************************************
' -- Display green-bar type color banding in detail rows
' -- Call from BackGroundColor property of all detail row textboxes
' -- Set Toggle True for first...
June 27, 2013 at 2:22 pm
Viewing 10 posts - 1 through 10 (of 10 total)