Viewing 15 posts - 766 through 780 (of 2,612 total)
You can multi-cast and then insert into a single table.
You have options here as well. You could use a UNION ALL to merge your Multi-cast output together into a...
September 2, 2008 at 8:55 am
So I think you are trying to create 4 records for each record coming from your text file.
For this, you can use a Multicast component in your data flow -...
September 2, 2008 at 7:45 am
The SQL Job Agent is designed to execute asynchronously. Rather than fight this with something in a batch file that waits for the status of a job to finish,...
September 2, 2008 at 6:52 am
You can do this in a lot of ways with SSIS / SQL Server.
First, if you have several independant packages, you can schedule them using the SQL Job agent. ...
September 2, 2008 at 6:48 am
After the cloning, I assume you will change the IP address and server name on the cloned server. The server name change will end up with the @@ServerName variable...
September 2, 2008 at 6:37 am
Ok, you really need to search a bit before posting.
There are lots of ways to do this and several articles on this site alone.
http://www.sqlservercentral.com/articles/Reporting+Services/62731/%5B/url%5D
August 29, 2008 at 6:20 am
You would need Excel installed.
What you are planning is probably not a good idea. Opening an Excel document from within a service context can be full of problems. ...
August 29, 2008 at 6:11 am
Correctly normalizing this, your "little" table should reference the Entity the address goes with and the Address and Address Type. With this model, you would not need multiple Address...
August 29, 2008 at 6:04 am
You have a field length specified for an attribute in one of your dimensions that is shorter than the data in the database field.
August 28, 2008 at 7:00 am
If you turn on identity insert, you can insert. Including the field is a safer approach than exlcuding it based on it being an identity column.
As far as the...
August 27, 2008 at 1:04 pm
No problem.
I would suggest you start a new thread if you have additional specific questions.
August 27, 2008 at 8:59 am
Anything you can do from the UI can be done through T-SQL. One easy way to see what you need to do for this is to go into Management...
August 27, 2008 at 8:06 am
Why not just use a Data Flow and use the sp_HelpDB stored procedure as the data source?
August 27, 2008 at 8:03 am
SSIS 2005 is a generation 1 product. Informatica and DataStage have been around for awhile. They currently perform better than SSIS. Most of this is simpl due...
August 27, 2008 at 7:59 am
Let the OP do some of the work...
August 27, 2008 at 6:42 am
Viewing 15 posts - 766 through 780 (of 2,612 total)