Viewing 15 posts - 31 through 45 (of 45 total)
ok - ive tried smaller and longer date ranges and the smaller one definately chooses a more inefficient path (attached)
Key lookups appearing on the smaller date range plan, as well...
February 5, 2009 at 8:02 am
Hi there,
I work for the same company as the original poster (Neil) and wanted to make an addtional point on the problem we are having...
The original query is ineffecient depending...
February 5, 2009 at 7:16 am
HI guys,
ive attached the actual execution plan, as well as the estimated plan and statistics io log from a LIVE report run.
The customer_sales_work_list view has also had some predicates added...
February 2, 2009 at 2:54 pm
Hi - see attached for exec plan.
Ive tried to cover all the basic stuff like the clustered index scans where the predicate is not using the clustered index, i have...
January 30, 2009 at 7:04 am
Hi,
how is the best was to post the execution plan here? i can get an xml sqlplan but it is huge
Thanks
January 30, 2009 at 5:44 am
Indexes have been added where needed but the main issue is the number of physical reads the report is having request.
[Code]
(1062 row(s) affected)
Table 'Worktable'. Scan count 0, logical reads 0,...
January 30, 2009 at 5:17 am
Can you post the syntax your using? also did the Bulk insert work before you patched to SP4?
January 23, 2009 at 9:09 am
See attached for SQLCMD usage..
Have an input sql script - i.e. your backup database script. Put the sqlcmd command into a batch file and feed the batch file into scheduler
January 23, 2009 at 9:01 am
if you want a freely available seperate backup agent then try idera sqlsafe freeware
http://www.idera.com/Content/Show68.aspx?CartID=1011
Very useful compression agent. Usually compresses at around 20% of orginal db size depending on...
January 23, 2009 at 8:57 am
How many Gb is your C:?
Pagefile is a good call from Roy.
If the server is used just for SQL Server, then remove any unnecessary applications that may have been...
January 23, 2009 at 8:44 am
Personally dont see this being a problem.
We have a one instance transaction replication setup - to copy real time data from live into a reporting database - to split load
January 19, 2009 at 8:36 am
Yes - distributor and subscriber are sitting together - direct link - not a router/switch timeout.
The way I got round this problem at the weekend was by manually BCPing the...
October 29, 2008 at 8:55 am
Hi Thanks for the reply.
This is transactional replication from Oracle onto a sql server distributor server, and then onto another sql server subscriber.
Am i right in assuming that the QueryTimeout...
October 29, 2008 at 3:25 am
Hi,
i'm trying to find out why the subscription would be marked for reintialisation? the attempts to run the transaction were over a period of about 2 hours - no where...
October 28, 2008 at 3:20 am
can anyone confirm the above reply? i had a similar issue in that after about 65 attempts to retry the transaction, no more retries were attempted, and the distribution agent...
October 27, 2008 at 11:31 am
Viewing 15 posts - 31 through 45 (of 45 total)