Viewing 15 posts - 91 through 105 (of 114 total)
Thanks for the response. I've been trying to confirm that the package was actually using the connection string from the XML config file. It now appears to be...
June 7, 2012 at 7:25 am
Hello,
I have read the article and the discussion with interest. I've tried to build and run a package that moves a file on our company's network to a test...
May 17, 2012 at 1:11 pm
Howard, thanks again. I got the FTP connection manager to read the user name and password from my config table via 'Package Conguration'. I have verified that both...
April 19, 2012 at 7:54 am
Howard, thanks again for the tip. I'm using an Execute SQL task and using it with a table I created on the SQL server.
I've successfully created an expression that...
April 18, 2012 at 9:39 am
Thanks for the reply, Howard! When I get a chance I'll take a look at what you wrote in detail.
April 17, 2012 at 1:07 pm
Out of curiousity, what are you going to do with hard tables in a SELECT INTO when it's ran concurrently? This technique is almost explicitly used for #tmp tables because...
November 29, 2011 at 2:33 pm
Thanks, Sean. I think dynamic sql would be a big headache. I'll just make do with the way it is.
Thanks Welsh Corgi, also.
November 29, 2011 at 2:16 pm
Welsh Corgi, thanks for the suggestion. I am reluctant to change to the insert-into method because I think it will take longer overall.
Sean, thanks for the reply. I...
November 29, 2011 at 1:56 pm
I'm using select-into rather than insert-into because I don't have a good idea what the table structure is. The select statement is huge, and it is much easier to...
November 29, 2011 at 12:47 pm
thanks, GSquared, it now works perfectly.
I appreciate the tip.
🙂
December 10, 2009 at 6:31 am
hi GSquared,
I tried your suggestion. unfortunately, i'm still not getting the parameter values back as intended.
thanks,
December 9, 2009 at 12:07 pm
Hi Lynn,
I changed the call to be:
exec sp_test_Called
@vEffectiveBegin=@vEffectiveBegin_1 output,
@vEffectiveEnd=@vEffectiveEnd_1 output,
@vDate1=@vOur_Date_1,
@vDate2=@vOur_Date_2
this makes my calling stored proc look like this:
alter proc [dbo].[sp_Test_Callee]
as
declare @vEffectiveBegin datetime
declare @vEffectiveEnd datetime
declare @vEffectiveBegin_1 datetime
declare @vEffectiveEnd_1 datetime
declare @vOur_Date_1 datetime
declare...
December 9, 2009 at 12:04 pm
Hi Lynn,
the Backup To dialogue I'm referring to is seen here:
(I used the Master database for the image. The Master db is fine.)
For a few databases, I see...
February 19, 2009 at 10:31 am
Hi,
Here's another piece of info. For the database that I'm most concerned with, I have tried these statements:
use [database_name]
go
select * from sys.database_files
the physical names for the database and the...
February 19, 2009 at 10:13 am
Luke,
thanks for the tip. I'm going to try to follow your advice. Once this database is in production, I won't be able to shrink and resize the log...
February 17, 2009 at 1:43 pm
Viewing 15 posts - 91 through 105 (of 114 total)