Viewing 15 posts - 16 through 30 (of 59 total)
Greg - thank you for the reply.
I am not sure if I am doing this correctly.
I go into the Transform Data Task Properties.
Source Tab
Click on Parameters
Create new Input Global Variables
Name...
March 10, 2009 at 10:33 am
I now have 3 things in my DTS package:
1. Microsoft OLE DB Connection
2. Execute SQL Task
3. Text File Destination
How do I connect them? Thank you.
Greg Charles (3/5/2009)
March 6, 2009 at 11:11 am
You're welcome, but... saying the data is "only a few thousand rows" is an invitation to future disasters... and maybe not the way you may think. If you have...
February 24, 2009 at 6:51 pm
I tried using a left join. However, it still does not show rows that only match the date and not the class.
ALTER PROCEDURE [dbo].[usp_matrix_courses_month] --usp_matrix_courses_month 1
@northSouth int
--1=north, 2=south
AS
BEGIN
-- SET NOCOUNT...
February 24, 2009 at 12:58 pm
Jeff and Matt,
Thank you both for your help!
The data is quite small. Only a few thousand rows. No real perfomance issues. The previous version works perfectly!
Norbert
February 24, 2009 at 10:54 am
Jeff Moden (2/16/2009)
Is it possible to post the sproc? I can give it a try for you.
This is the stored proc. On my asp page I will be displaying...
February 16, 2009 at 11:45 am
Jeff Moden (2/16/2009)
February 16, 2009 at 11:08 am
Jeff,
Wow. This is really efficient! Works great. Thanks for your help!
Norbert
February 16, 2009 at 10:35 am
Lowell,
Thank you very much for your assistance! The function works now.
I did forget to add a return variable. So if anyone is reading this, the complete correct Function is this:
CREATE...
February 13, 2009 at 7:17 pm
GSquared (1/27/2009)
February 2, 2009 at 1:24 pm
I don't think a left or right join would work since the date is not in any table.
January 27, 2009 at 11:39 am
RBarryYoung,
Thank you. Your assistance is very helpful and solved my issue!
Norbert
January 13, 2009 at 5:37 pm
Jeffrey and Jack
Thank you very much for your assistance. Your solutions worked perfectly!
- Norbert
January 6, 2009 at 10:49 am
Matt,
Thank you very much for the great explanation. I am leaning towards changing the SQL server to Mixed Mode where I can just use a SQL login/password to connect from...
November 6, 2008 at 10:21 am
Matt - thank you. I will give this a shot.
November 5, 2008 at 3:24 pm
Viewing 15 posts - 16 through 30 (of 59 total)