Viewing 15 posts - 16 through 30 (of 114 total)
The reason for the group by is to get a 25 patient for nurse sampling for 2011. I have not filtered for 2011.
To be honest I know I am overseeing...
March 18, 2011 at 12:15 pm
SSIS Control flow in an SSIS package using expressions in constraint editors
My solution and it works great is below:
--below section used for testing
update tbljobcontroller
set ParameterValues = '20100501,H4527,H5407'
where JobName...
March 9, 2011 at 12:07 pm
Thanks you, You are right. Did not think to look inside the constraint editor and its properties.
I found an exellent tuturial to use expression within constrains here:
I made...
March 9, 2011 at 11:08 am
Hi,
I am trying what was suggested in the post as well and I cannot get the expression to eveluate without an error:
"exec [dbo].[spGetContractForCMS_ImportEDW]" + "'"@[User::RunDate_EDW] + "'"
I am using...
March 2, 2011 at 9:28 am
Thanks,
It is resolved.
There is a separate timeout property for bulk copies I added this line and ran fine w/o a time out: sbc.BulkCopyTimeout = 0; //adam
...
March 1, 2011 at 4:04 pm
oh and Steve, its about 20,000 rows and 60 columns.
But I want to try it in case.Maybe it could hold it. How would I do that?
February 22, 2011 at 8:07 pm
Thanks ALL!
Someone mentioned the for each loop container and vb script. But I do not want to do that becuase I seems like a lot of work becuase I...
February 22, 2011 at 7:46 pm
Craig,
Thank you very,very much for that explanation. That helped clear it up!
Adam
February 16, 2011 at 1:33 pm
Thanks, I copied and saved your code and saved in a .sql to pull up for next time which will be soon I am sure.
February 14, 2011 at 3:08 pm
Thanks all,
I got quickly what I needed( CONVERT(char(8), CreatedOn, 112) = '20110208' ) from the link from Dave before I saw the other reply. But I will need to...
February 8, 2011 at 1:02 pm
table A has a cascading delete to Table B if found.
I figured it out!
February 7, 2011 at 1:42 pm
Well I started with table a with the plan on doing them one at a time. Then I replaced a with b then c using the same delete and all...
February 4, 2011 at 2:20 pm
Sorry about my my poor grammar. I was frustrated and brain fried when I wrote that. I wish I would have seen the previous post. But I will copy and...
January 30, 2011 at 6:06 pm
I am an Iraq combat vet. I speak english as a first language. I was just brain fired and frustrated in my post. I am new to cte, but I...
January 30, 2011 at 2:05 am
Yes, but my local server is not linked to the prod so I cannot insert into a temp on prod from my local instance and of course I have tried...
January 26, 2011 at 3:45 pm
Viewing 15 posts - 16 through 30 (of 114 total)