Viewing 15 posts - 76 through 90 (of 120 total)
Yes sir.
SSIS package has an Execute SQL Task that calls the sproc "usp_RTRH" with 3 arguments. That call works in Management Studio, but when run in the...
March 20, 2009 at 9:11 am
Pretty boilerplate stuff really. Is it a "whisper down the lane" permissions issue?
select @query yields:
INSERT INTO a2db_rawhistory.dbo.tx_wb5asc ([WBKEY], [RECNO], [SEGMENTCOUNTER], [TUBINGINCHES], [TUBINGFRACTIONNUMERATOR], [TUBINGFRACTIONDENOMINATOR], [DEPTHSET], [PACKERSET], CurrentAsOf) ...
March 20, 2009 at 8:33 am
No temp tables in my spoc. Installed the NOCOUNT ON and re-ran, but got the same error.
March 19, 2009 at 2:47 pm
If I run the sproc from Management Studio, it runs just fine, so I know the SQL is well formed.
March 19, 2009 at 2:20 pm
This is perfect. Exactly what I was looking for.
SSC makes me look like a rockstar yet again. Something like 20:1 reduction versus the brute force method we had...
February 16, 2009 at 3:36 pm
... I'm understanding the query more fully now. After checking the numbers, I realized I needed a distinct clause.
Here's my final result. Thanks again a TON for...
January 27, 2009 at 4:19 pm
Thanks
Here's a sample of what your query produced:
calltime ...
January 27, 2009 at 4:04 pm
... but we really need your table, key and index definitions for that. Some sample data would help too.
the table structures for this data nugget are as of yet,...
January 21, 2009 at 12:22 pm
Sorry Lynn... to address your q... I'm looking in a table that already holds the earliest and latest dates. Please see the first few lines of code I...
January 21, 2009 at 9:48 am
-- the grossly inefficient "minutely" code. Figured I'd try to get it to run fast at the minute level, then try it at seconds
declare @looper smalldatetime
declare @loopstop smalldatetime
select @looper...
January 21, 2009 at 9:46 am
Nix it. Got that sorted. Working through the report deploy.
August 7, 2008 at 1:27 pm
Thanks Michael.
I would like to take you up on describing or illustrating your paradigm for assigning a date string to a variable, then using that in a File Copy operation....
August 7, 2008 at 11:51 am
Something I didn't consider... I have a report solution in SSRS with about 30 reports. They all use the same DBConnect object... Is there an equivalent "package...
August 6, 2008 at 3:21 pm
this is exactly what I needed. Already got the package configuration hammered out... Thanks for the direction.
August 6, 2008 at 1:42 pm
Kirk?
Anyway, thanks for the pointers Ned. I ended up getting it to work by using the "SQL Command from Variable" approach and a VB script to stick the correct...
January 25, 2007 at 11:58 am
Viewing 15 posts - 76 through 90 (of 120 total)