Viewing 15 posts - 1,351 through 1,365 (of 2,612 total)
I am not sure I completely understand the question. You have an old cube that has some data that is missing from your data mart and you want to...
June 11, 2008 at 5:08 am
Attribute relationships are set up in the dimension editor in BIDS. If you click on the node of an attribute relationship in the designer, the relationship type will be...
June 11, 2008 at 5:02 am
During the pre-execute, data is gathered and cached on a number of components. If you are using some lookups in full cache mode, for instance, the cache is built...
June 10, 2008 at 12:46 pm
Not really, I tried to add to my answer, but there was not much to include.
Replication can't really tell the difference.
June 10, 2008 at 12:32 pm
Yes
June 10, 2008 at 12:17 pm
I would agree. The standard is not what I would normally do, but as long as it is consistent, there is nothing really wrong with it.
Just be happy there...
June 10, 2008 at 12:11 pm
Nice article. I have done this a lot. Another option I don't know if you have considered is using transactional replication. It is nice because it splits...
June 10, 2008 at 5:52 am
That's an odd format - no default conversion for it.
So, it takes some string manipulation:
SELECT REPLACE(LEFT(CONVERT(VARCHAR,GETDATE(),13),11),' ','-')
June 10, 2008 at 5:36 am
TALLY tables are not temp tables (they do not need to be and are most often not). It is a table used for operations in which you need large...
June 10, 2008 at 5:32 am
You cannot use a TEXT data type for a variable. Why do you need it in a variable? What are you trying to do? With what you...
June 10, 2008 at 5:27 am
I would not use triggers.
Your plan is somewhat sound, but has a couple of holes. First, replication will send inserts, updates, and deletes one at a time to your...
June 10, 2008 at 5:22 am
Use the MS OLEDB Driver for ODBC sources and SSIS to transfer data.
June 10, 2008 at 5:11 am
You could very carefully configure the transactions in the package to error and roll everything back, but it is risky. The best solution would be for you to create...
June 10, 2008 at 5:10 am
In the SQL 2005 start menu, under configuration tools, there is a Reporting Services configuration GUI. You need to go into this and configure RS before you can use...
June 10, 2008 at 5:02 am
You need to do some reading about how to use script tasks. It is pretty easy to add a row to a pipeline.
June 10, 2008 at 4:57 am
Viewing 15 posts - 1,351 through 1,365 (of 2,612 total)