Viewing 15 posts - 1 through 15 (of 56 total)
Your correct it was a lookup table that I added later on in the project and didn't go back and fix the old records.
Thanks so much.
August 21, 2011 at 3:09 am
Exactly it was like setting up the problem linked me into the borg consciousness and I solved the problem.
July 1, 2011 at 1:07 pm
I am so sorry I forgot to say thank you.
So....
Thank you very much for helping.
July 1, 2011 at 1:06 pm
WOW! you guys are so awesome and fast. No it is not real data it is just demo data that looks real, names, dob etc have been changed to protect...
July 1, 2011 at 1:04 pm
No this is a scheduling system. Don't really have any love for DISTINCT. I am a newbie T-SQL programmer who picked it up on my own.
January 1, 2011 at 3:14 pm
Awesome thanks for the tip.
USE [Current]
GO
/****** Object: Table [dbo].[PrgCycleItemToProgramXref] Script Date: 12/31/2010 16:53:16 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[PrgCycleItemToProgramXref](
[xrefID] [int] IDENTITY(1,1) NOT NULL,
[PrgCycleItemID] [int] NULL,
[ProgramID]...
December 31, 2010 at 5:54 pm
Here here Mr. Poole great points. I have blogged extensively about this very topic.
December 29, 2010 at 5:21 pm
I have been working at home for more than 10 years now and love it. I worked for IBM for 8 years from home and was on of IBM's...
December 29, 2010 at 11:18 am
Everything right now is in SPs I just have a bunch of little ones like
select * from Table where Key = @key
was looking for a better (safe) way...
October 5, 2010 at 1:47 am
Wow thanks for the encouragement and the reminder of why I don't post here often.
July 14, 2010 at 2:25 pm
:w00t: That is completely over my head bu thanks
July 13, 2010 at 2:22 pm
Viewing 15 posts - 1 through 15 (of 56 total)