Viewing 15 posts - 736 through 750 (of 2,612 total)
The two most accepted definitions are from Inmon and Kimball. Inmon describes it basically as the product while Kimball describes it as the entire process as well as the...
September 8, 2008 at 6:53 am
Keep it simple.
You are already assigning the value to a variable. Go back to the control flow and use an execute SQL task to run an INSERT into a...
September 8, 2008 at 6:22 am
You have another option - use a parent package to call of the child packages and pass the parameters from the parent package to each of the child packages (this...
September 8, 2008 at 6:20 am
It depends on your hosting provider. You should contact them. There may be additional cost - if they allow this at all.
September 8, 2008 at 6:13 am
Cross-domain connections are not that big of a deal. The servers need to be able to see each other's IP addresses and they need to be able to authenticate....
September 8, 2008 at 6:11 am
Please don't cross-post. It is really annoying.
http://www.sqlservercentral.com/Forums/Topic565232-338-1.aspx
September 8, 2008 at 4:49 am
You can use a loop container and a SQL Command that calls WAITFOR to wait for some time and poll again.
You could also do that entire operation in a stored...
September 8, 2008 at 4:47 am
It will depend on your definition of a data warehouse. Some people will tell you that this is a data warehouse, some will not. I tend to be...
September 8, 2008 at 4:38 am
SSRS hates temp tables. When it needs to update it's schema information, it runs your query or stored procedure, but it runs it with the parse only option on....
September 5, 2008 at 12:03 pm
You can store it in a VARCHAR(MAX) or NVARCHAR(MAX) field and it will be relatively easy to manage the substitution with REPLACE.
I understand you have some project constraints, but Reporting...
September 5, 2008 at 7:26 am
Search this site a little. There are a few options and some articles have been written.
September 5, 2008 at 7:21 am
Does the query include any joins? Can you post the query?
September 5, 2008 at 7:18 am
Why not just use a data flow task to insert the data into a table or temp table on the server that holds the table you want to update?
September 5, 2008 at 5:13 am
What you want is a Role-Playing Dimension.
You create a single dimension for your dates and add it multiple times to your cube. In the cube you can specify the...
September 4, 2008 at 7:59 am
You cannot set up transactional replication in both directions like that. You either need to configure your transactional replication with the updatable subscriber options, or you need to use...
September 3, 2008 at 12:09 pm
Viewing 15 posts - 736 through 750 (of 2,612 total)