Viewing 15 posts - 46 through 60 (of 108 total)
August 30, 2008 at 10:08 am
or is the package build with a different version of sql server bi studio?
August 29, 2008 at 1:43 pm
I would check the tables involved for inserts if there is a column not large enough to hold the default value you set in create table statement
August 29, 2008 at 12:11 pm
use the merge join from the toolbox to put the 2 sources together
August 29, 2008 at 12:07 pm
it does most likely reset because the output of the task that flows into this is different data type
August 29, 2008 at 11:57 am
not sure if that is what you mean but if you right click on your database server there is a report "serverdashboard" where you can see your configuration difference from...
August 29, 2008 at 4:14 am
its an advanced option named 'SMO and DMO XPs' try
sp_configure 'show advanced options', 1; reconfigure; sp_configure 'SMO and DMO XPs', 1; reconfigure;
August 20, 2008 at 11:57 am
the agent is not part of express editions
August 19, 2008 at 1:26 pm
it does not have to be the complete table scripts if you can provide the query, execution plan and any possible indexe on the tables you are accessing with the...
August 19, 2008 at 4:59 am
query, table structure, execution plan a little more info would help
August 19, 2008 at 4:43 am
yes it comes with the standard check your setup again it should be with the client tools
August 19, 2008 at 1:18 am
The difference is that a clustered index sorts the data of the table physical so it's more efficient on columns that are searched alot or you try to get ranges...
August 18, 2008 at 1:34 am
It can... it's up to your setup and what you are trying to accomplish with it. There is a whitepaper that might give you some more insight about it
August 18, 2008 at 12:46 am
you could try to create a new user and add him to the local administrators group, log in as the user and try to uninstall again
August 18, 2008 at 12:30 am
looks like they are right and not the root of the problem. When you uninstall and get the error doesn't it give you a link to an error log or...
August 17, 2008 at 11:12 pm
Viewing 15 posts - 46 through 60 (of 108 total)