Viewing 15 posts - 841 through 855 (of 887 total)
See the attachment...
August 11, 2010 at 12:46 pm
There might be a way to do this. Look at the properties of the Data Flow task itself...it will allow you to change the properties of the connections within the...
August 11, 2010 at 12:37 pm
AmcAmx (8/9/2010)
I was able to complete the following items:
-- Create one permanent staging table
-- Create an SSIS package that does the following:
-- Truncate the staging table
-- Select all data from...
August 11, 2010 at 9:16 am
AmcAmx (8/6/2010)
Yes the tables all have the same layout. I was considering doing a massive UNION but even that comes with problms as the Resulting table has...
August 6, 2010 at 2:36 pm
As Pablo said, you shouldn't have to do anything...because at the time you populated the FACT, it should have pointed to the relevant DIM record (via the surrogate key).
Unless you...
August 6, 2010 at 2:04 pm
Hi Chris,
It is definitely possible to do it with a loop in SSIS.
Another question though...
Do all the source tables (and temp tables for that matter) have the same layouts?
If...
August 6, 2010 at 1:52 pm
Hi,
From the error msg it seems like the connection timed out. You might have to manually configure the timeout by adding it to your connection string.
Are you using SQL or...
February 6, 2009 at 2:28 pm
Hi,
I don't fully understand what you mean by "moving between systems"...maybe you can elaborate.
Aside from that, the connection manager has properties for every column and you can specify explicitly what...
January 23, 2009 at 8:29 am
Hi,
You can use an expression in your ftp task to dynamically build the remote path, and replace the value of the property.
January 23, 2009 at 8:23 am
It sounds to me like you had a linked server set up between your SQL2k and SQL2k5 servers. You should create the same linked server setup on the SQL2k8 for...
January 21, 2009 at 8:22 am
That's pretty weird...
For consistency I would log into Management Studio with the same user that Reporting Services use (unless you are already using Windows Authentication).
The only other alternative I can...
July 8, 2008 at 3:51 am
Are you using an ODBC connection in Reporting Services rather than the native OLEDB connection? That could be the reason...
July 8, 2008 at 3:30 am
Rebuilding indexes also updates statistics. My guess is that your statistics weren't up to date and the query optimizer therefore did not use the index.
Regards,
Martin.
July 8, 2008 at 2:34 am
Reporting Services, which is free with SQL Server is the best way to go...much better than Excel 😀
March 12, 2008 at 2:27 am
Well, if you still have the data and log file on the D:\ drive you can just attach them again. In Enterprise Manager, right-click "Databases" go to "All tasks" and...
August 8, 2007 at 12:49 am
Viewing 15 posts - 841 through 855 (of 887 total)