Viewing 15 posts - 46 through 60 (of 172 total)
Quick question,
I looked in the msdb database for the role 'sqlagentuserrole' and didn't see it (not sure if I can't see the role due to my rights) even though I...
May 10, 2010 at 1:44 pm
Hello,
Sweet, this is exactly what I was looking for.
Thanks!
May 10, 2010 at 1:33 pm
Hi,
Thanks for your response. We're using Enterprise edition. Do you know the steps we need to take to give permission to my login? I want to...
May 10, 2010 at 12:59 pm
Hi,
The output MUST be in a specific order.
Thanks,
Strick
March 29, 2010 at 3:03 pm
Hi,
You can use SSIS to do all of this. No need to have views and stored procedures doing this. You'd pull from you source table in SSIS ...
March 29, 2010 at 11:13 am
You can also use a data flow task with a source and a SQL Command data flow task. The source gets your data and the SQL Command task will...
February 26, 2010 at 8:09 am
Thanks,
I'll try that out. Yeah we're stuck with 2005. I have 2008 at home. I'll play with it just at home to get familiar.
Strick
February 25, 2010 at 1:22 pm
Found it. There's an extra comma next to EN.State
Thanks all,
Strick
January 29, 2010 at 11:38 am
Per request here is the whole query.
SELECT
EL.SUBSCRIBER_ID,
EG.ENROLLEE_ID,
EN.FIRST_NAME MemberFirstName,
EN.LAST_NAME AS MemberLastName,
EN.DOB AS MemberDateofBirth,
EG.FIRST_NAME AS GuardianFirstName,
EG.LAST_NAME AS GuardianFirstName,
(EN.ADDRESS1 + ' ' + EN.CITY + ', ' + EN.STATE, + '...
January 29, 2010 at 11:32 am
Hi, Thanks for you response,
If I comment out the address line it works fine so I know it's not the join and/or where selects.
Thanks,
Strick
January 29, 2010 at 11:31 am
Hi Guys,
Thanks for your help. Actually the table already had the payee_id. I just needed to put the key on it. I also had to set the...
January 7, 2010 at 9:38 am
Hi,
Being an avid developer of both toold (VB.NET and SSIS) I'm one to use the tool that best suits the need. I think that SSIS should be used for...
December 15, 2009 at 12:07 pm
Hi,
Thanks for your response. Yeah this is what I do to get it working except I just throw values there like this:
EXEC [dbo].[FinancialMembership] 'Test',2009, 0.0
My question is more of...
December 14, 2009 at 2:20 pm
Viewing 15 posts - 46 through 60 (of 172 total)