Viewing 12 posts - 16 through 27 (of 27 total)
Hi,
in one of my projects we have used triggers to capture those changes applications made to database tables and then processed them into the tables of another database.
This implies that...
January 19, 2007 at 3:50 am
Hi,
you need to start from Add/Remove Programs (or whatever it is called in an english environment).
select SQL Server2005 and the Change button.
Michael
January 19, 2007 at 3:17 am
Hi,
I found Integration Services at the same level as SQL Server.
Concerning your connection problems I was thinking...
January 18, 2007 at 2:19 am
Hi,
you may check the network configuration and/or client configuration in Configuration Manager, but the default config should be sufficient for you.
The next step is using the Surface Area Configuration and...
January 18, 2007 at 1:21 am
Hi,
seems you are starting to mix up two things here.
If you really want to design SSIS packages you need to use Business Intelligence Development Studio (BIDS). Ther you have a...
January 18, 2007 at 12:08 am
Hi,
I assume you may set the default values of variables in your package in a way as to check them and fail the package in case the configuration doesn't override...
January 17, 2007 at 8:43 am
You will need several work-arounds in such cases.
One may be that you have to convert some date values when you need to insert them into an SQL Server table. Insert...
January 17, 2007 at 8:39 am
Hi,
for a start you can use the import data wizard from SQL Server Management Studio.
Right click on a database, select Tasks and then Import Data ...
Follow the wizard, but take...
January 17, 2007 at 8:27 am
Hi,
I do not know of any limits in the number of fields usable. Even if there are, 50 fields cannot be a problem.
I found on the other hand that some...
January 16, 2007 at 4:43 am
Hi,
I had a similar problem when connecting to an Oracle database. I solved it by using passwords to encrypt the sensible information in my packages.
The ugly thing is that you...
January 8, 2007 at 7:21 am
Hi,
I ran into that problem even when importing from an Excel table.
It's of no use trying to fix the type of the columns in the data source, as the error...
January 8, 2007 at 7:05 am
I think that my predecessor is right in assuming that the error comes from the source data.
The error message about 'loss of data' is a strong hint.
You have another alternative...
December 21, 2006 at 3:50 am
Viewing 12 posts - 16 through 27 (of 27 total)