Viewing 15 posts - 2,476 through 2,490 (of 2,611 total)
I think the options you have explained are either to have enire records duplicated - once for each language, or to only have the text data duplicated. The simple answer to...
July 24, 2007 at 5:20 am
Yes. Here is what I would do. In the control flow tab of your package, put whatever process you have now to get your file name into the variable into...
July 24, 2007 at 5:05 am
If you have a dimension in a star schema in your data mart, when you set up the cube you ill have two tables joined in your cube editor by...
July 20, 2007 at 7:34 am
You will save your sanity by figuring a way to not have NULL values in your data mart. Analysis Services is much happier to deal with non-null values in a...
July 20, 2007 at 6:18 am
Almost every tool available for setting up a database schema will default to matching columns with the same name. So, naming the columns <TableName>ID and having this name as the...
July 20, 2007 at 6:12 am
I must be missing something. Can you ping the remote SQL server from any of your other reporting services servers? If you can connect to the database from any of...
July 20, 2007 at 6:06 am
I posted about this recently. The execute SQL component in SSIS will not error when running a procedure if the procedure returns a result set before the error is raised. ...
July 20, 2007 at 5:38 am
It all depends on the situation. A trigger is nice, but it is part of the transaction inserting the record and can slow down or error that transaction causing other...
July 20, 2007 at 5:31 am
You cannot downgrade the edition, you get a message about it violating the edition change rules. The only option I was able to find is to uninstall MSSQL completely and...
July 20, 2007 at 5:24 am
You can get the identity back with @@Identity, but only if you tell SSIS to not open a new connection for each component. In your connection manager, set the RetainSameConnection...
July 16, 2007 at 6:56 am
The answer is yes, there are in fact a number of components that can do an update. You probably want the OLE DB Command component for a simple update. Set...
July 16, 2007 at 6:51 am
You probably will not be able to use transactional replication. You could, but your databases would need to be set up to ensure that you did not get primary key...
July 16, 2007 at 6:24 am
You are not in as bad of shape as you think you are. Sorry about the whole sp3a thing though...Tell your company that MS has stopped support on that version.
As...
July 13, 2007 at 7:48 am
The short is that a report is a report (sorry to be that obvious) and a report model is basically a pre-set schema that is published allowing the end users...
July 11, 2007 at 11:52 am
Like most people are saying, you are going to have to end up with a little bit of down time for this unless you upgrade to SQL Enterprise.
My suggestion would...
July 11, 2007 at 11:46 am
Viewing 15 posts - 2,476 through 2,490 (of 2,611 total)