Viewing 15 posts - 3,526 through 3,540 (of 5,588 total)
thava (8/28/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 28, 2010 at 6:30 am
Jack Corbett (8/27/2010)
WayneS (8/27/2010)
Jack Corbett (8/27/2010)
Thanks. This is a very nice solution, but as you said at the end, it definitely meets US requirements, but I can't say that...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 10:22 pm
This link will give you some good answers.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 10:13 pm
Jeff Moden (8/27/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 10:06 pm
Jeff Moden (8/27/2010)
WayneS (8/27/2010)
However, you can accomplish the formatting by:
1. Use the Export wizard.
2. Use a SSIS package.
3. Use the sp_OA procedures to perform OLE...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 10:01 pm
Are you rendering this in a browser? Because on the child report all you have to do is click the browser's back button... or press backspace.
If you are rendering in...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 9:57 pm
Jeff Moden (8/27/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 7:37 pm
Jack Corbett (8/27/2010)
Thanks. This is a very nice solution, but as you said at the end, it definitely meets US requirements, but I can't say that it will for...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 3:47 pm
Brandie, you could just change your code to:
Create Procedure spMySillyProc (@Varme)
AS
BEGIN TRY
IF @Varme = 1
PRINT 'Tag, you are it.'
ELSE
BEGIN
...lots of code...
INSERT INTO dbo.MyTable (GoodCol1, GoodCol2, BadCol)
...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 3:39 pm
To track this information going forward, you could put in a database level trigger.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 3:33 pm
SQLWannabe (8/27/2010)
.5. WayneS, love the avatar. LOL!!!
Thanks! You can imagine that I feel like doing that a lot.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 3:24 pm
sqlbi (8/27/2010)
Thanks for your help i solved the issue..here im entering dates manaully and i dont want to do that.. is there any solution to solve it?
Yes. Dynamic pivot...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 3:21 pm
Great! but it's only fair to tell us how.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 3:18 pm
Steve Jones - Editor (8/27/2010)
BTW, to a large extent, Monday's editorial (Aug 30) is meant for you citizens of The Thread.Thanks for the support.
Hmmm. Now this is going to have...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 3:16 pm
David Burrows (8/27/2010)
WayneS (8/27/2010)
Sigh. (Bang head on desk).PBKAC 😀
Most definitely!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 27, 2010 at 11:14 am
Viewing 15 posts - 3,526 through 3,540 (of 5,588 total)