Viewing 15 posts - 61 through 75 (of 134 total)
This is perfect Nevyn! I can't thank you enough. I tried it with several tables. This is the elegant solution that was eluding me. Cheers.
March 1, 2015 at 9:26 pm
Every one of these specialty tables always.
March 1, 2015 at 5:51 pm
Nevyn (3/1/2015)
[Composite Score Eligible ] [nvarchar](255) NULL,
[Composite Score] [nvarchar](255) NULL,
[Composite Score PGS Percentage] [nvarchar](255) NULL,
[coremeasure] [bit] NULL,
[pediatric] [bit] NULL
These 5 fields at the end do not fit...
March 1, 2015 at 5:28 pm
Thanks again Naveen and here the scripted out Rheumatology table:
USE [SpecialtyUplift]
GO
/****** Object: Table [dbo].[Rheumatology] Script Date: 3/1/2015 4:16:52 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Rheumatology](
[Uplift...
March 1, 2015 at 2:23 pm
Thank you Nevyn. Your script is just what I was hoping for. I do have to admit that I don't know how to successfully change the offset. The...
March 1, 2015 at 9:16 am
Nevyn (2/28/2015)
First, an explanation.
You need to do this with dynamic sql. One query builds a string that contains your actual...
February 28, 2015 at 10:51 pm
pietlinden (2/28/2015)
I faced a situation like this once, but it was in Access...
February 28, 2015 at 9:25 pm
Nevyn (2/28/2015)
I am still a bit unclear from your comment as to whether you could use one report or...
February 28, 2015 at 9:17 pm
Nevyn (2/28/2015)
February 28, 2015 at 9:08 pm
Thanks for the reply Nevyn.
I think it might help if you took a step back and explained what you are trying to achieve overall.
Sounds like you like your query fine...
February 28, 2015 at 5:57 pm
I'm not sure if the question I posted a couple of days ago is asking about something that's not possible, too much extraneous detail to wade through to have time...
February 28, 2015 at 11:21 am
I'm honored that Joe Celko gave me advice! I have a couple of your books. I'm guilty of some of the things you mentioned but I have zero...
February 2, 2015 at 8:00 pm
Thank you everyone. All your answers helped me with my question. The reason I was not able to just parameterize the date and quarter to solve the entire...
February 1, 2015 at 7:09 am
Luis Cazares: Hey, we all have to start somewhere. What would you suggest as the better way? Thanks.
dwain.c and mister magoo: Thank you! I will try your...
January 29, 2015 at 6:39 pm
Great point. We are a small operation so far so it would be me solving the problem at 2AM. As this is my first use of SSIS, I...
December 5, 2014 at 3:57 pm
Viewing 15 posts - 61 through 75 (of 134 total)