Viewing 15 posts - 211 through 225 (of 411 total)
I would have a lookup table containing the various currency codes with their conversion rate to IPR
~PD
June 12, 2008 at 1:14 am
if exists(select * from sysobjects where name = 'Yourtable1')
begin
....do data transfer here....
end
June 12, 2008 at 1:12 am
here is a bit of an "off the bat" suggestion (use it dont use it...)
Set up a linked server to your 2000 instance, and query for keys ( i would...
June 12, 2008 at 1:11 am
You will most probably end up taking control of the excel object model within your scripting task
~PD
June 12, 2008 at 1:07 am
I suppose it depends on your interviewer, and their respective knowledge of the tool.
~PD
June 12, 2008 at 1:06 am
Certainly does sound like the software did some unencountered things to your environment.
I would start with a process of elimination, first stop and start the agents before I go any...
June 12, 2008 at 1:01 am
uhmmmm,
Really stupid question here, if the date is on your table, why bother with the calculation in SSIS
Surely you could just use getdate() as well as datediff as part of...
June 12, 2008 at 12:35 am
This shouldnt be a problem, I export lots of tables between 2000 and 2005.
The only time I hit some issues is with collation
Good luck on this one
~PD
June 12, 2008 at 12:27 am
There was a similar post recently
http://www.sqlservercentral.com/Forums/Topic513014-148-1.aspx
Basically, layer this in a stored proc
~PD
June 10, 2008 at 9:45 am
It may have something to do with your database collation settings being different from source to destination
~PD
June 10, 2008 at 9:43 am
Terry,
I understand that you are saying sendfiles and receivefiles is flawed, but what I am saying is that I was able to use a receivefiles component without it staying yellow...
June 10, 2008 at 9:39 am
Strange....
I use an environment variable per environment (dev, preprod, prod), all telling SSIS where the package configurations are stored.
I elaborated slightly, and have 4 different tables(FTP, Database, File, SMTP). In...
June 10, 2008 at 9:04 am
I would go for creating a test database (as Michael suggests), or a test environment, which would allow me to do everything as required, and to configure everything with SSIS...
June 10, 2008 at 8:17 am
You would have to EncryptSensitiveWithPassword.
Personally, my eyes would be popping out of my socket the moment someone tells me they cant do anything with sa, because why are you using...
June 10, 2008 at 8:13 am
For sure you can...
Basically anything you configure on your SSIS palette can be stored in a configuration.
Click on SSIS>Configurations, and have a look at your options.
If you need a little...
June 10, 2008 at 8:09 am
Viewing 15 posts - 211 through 225 (of 411 total)