Viewing 15 posts - 16 through 30 (of 42 total)
Stefan and Bhuvnesh,
your guess was right. I did an UPDATE STATISTICS WWIT FULLSCAN and the query runs again.
Thanks for the hint - now I know a sample size of 30.000...
June 15, 2010 at 6:08 am
Thankx for your responses.
I have seen the bad statistics you pointed me on.
Until that I believed I had updated the statistics; between every load into the database and processing of...
June 15, 2010 at 2:43 am
Hi Steve,
all tables for the view are made up of about 100 distinct versions; all are loaede together; versions are always loaded in full.
The view is (about) as follows:
select...
June 15, 2010 at 12:07 am
Hi,
unfortunately, I am not really an expert when it comes to SQL jobs. I prefer using native SSIS and develop it using BI Developer Studio.
So my direction will only work...
February 24, 2010 at 5:52 am
Hi,
this is what my personal knowledge base sais (got the snippet from somewhere on the net; sorry, no sources cited):
Here is what I've found at
http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx
Your client side setting...
January 18, 2010 at 12:30 am
Hi Johnny,
we quite regularly run across problems like this. In our company, it mostly because our customers have maintained their databases themselves for a long time and are used to...
January 18, 2010 at 12:24 am
Hi Bob,
the way to embed Reports in yaour ASP.NEt app dependes on the type of usage.
If you want to display a report in some kind of 'frame' on your page,...
January 13, 2010 at 12:43 am
Hi,
I would suggest to use the SSIS logging features. You can enable SSIS to log any error messages to a database table inside your database. If you keep the package...
January 12, 2010 at 12:29 am
Hi,
from your infos I would have a look at permissions first.
Could it be that the application pool user from the default web site is different to your special web site?...
October 22, 2009 at 7:53 am
I would suggest to implement the tab logic in HTML or whatever language you use to implement your web site and put the reports into the tab via IFRAME. This...
October 22, 2009 at 7:24 am
Hi,
I have two ideas for solutions to this problem.
First, the complex one: you could write a script task that uses the excel object model to clear the rows before appending...
August 6, 2009 at 1:19 am
Wendy,
this error most often occurs when the account specified exists in Windows, but is not associated with any SQL server rights. It could be that you have forgotten to specify...
August 6, 2009 at 12:45 am
SJ,
SSIS is designed as a batch system that transforms some data input into some data output. So output is supposed to be put into some file or table that you...
August 5, 2009 at 1:10 am
matthijs.vogt (6/4/2009)
gtschech (6/3/2009)
Phil Parkin (5/28/2009)
SSIS requires that you put your data through a sort transformation before using a MERGE JOIN - regardless of whether the source data is already sorted.
Phil,
this...
June 4, 2009 at 6:09 am
Hi,
your problem is related to the fact that the call new XmlSerializer(typeof("yourtype"))
by default tries to create a .NET assembly on the fly, saves it to some temporary location and...
June 3, 2009 at 6:56 am
Viewing 15 posts - 16 through 30 (of 42 total)