Viewing 15 posts - 421 through 435 (of 541 total)
Ninja's_RGR'us (7/7/2011)
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
Once that's done, post the new execution plans and I'll see if I can help further.
P.S. Of the 17 parameters, are...
July 7, 2011 at 7:58 am
Ninja's_RGR'us (7/6/2011)
2 things#1 I told you to dump the split results into temp table.
#2 I asked for the actual execution plan and indexes.
Oh sorry about that...there are a total...
July 7, 2011 at 3:22 am
Ninja's_RGR'us (7/6/2011)
Post the proc code and the execution plans (actual).We'll also need the indexes available for all tables.
Just forgot to tell you this is a cascading report but still the...
July 6, 2011 at 9:44 am
Ninja's_RGR'us (7/6/2011)
Post the proc code and the execution plans (actual).We'll also need the indexes available for all tables.
Thanks for your reply. Below is the main SP:
-----------------------------------------------------
USE [TMIS]
GO
/****** Object: ...
July 6, 2011 at 9:35 am
Ninja's_RGR'us (7/5/2011)
The whole point of that table is to give you the ability to join to it on a date value and fetch all other date...
July 5, 2011 at 9:59 am
Ninja's_RGR'us (7/4/2011)
Download my calendar table
Thanks...but I am not sure what to do with it...and besides its not creating a table and giving errors. This is quite new to me and...
July 5, 2011 at 2:09 am
Ninja's_RGR'us (7/4/2011)
Happy to help!
Sorry to bother you but could you help me on this one:
http://www.sqlservercentral.com/Forums/Topic1135057-149-1.aspx#bm1135850
I have tried different scenarios but some I unable to comprehed while others just...
July 4, 2011 at 9:55 am
Ninja's_RGR'us (7/4/2011)
quan23 (7/4/2011)
That solves the potential issue with concurrent...
July 4, 2011 at 9:28 am
Ninja's_RGR'us (7/4/2011)
quan23 (7/4/2011)
(I am assuming here...
July 4, 2011 at 8:12 am
Ninja's_RGR'us (7/4/2011)
Please post the sp code here.
Hi, Thanks, pls find the SP code below(its actually a sub-procedure):
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[usp_QM_Details_Sailing]
...
July 4, 2011 at 6:56 am
quan23 (7/4/2011)
Have you set up the parameters...
July 4, 2011 at 6:09 am
LutzM (7/1/2011)
Since you're using...
July 4, 2011 at 5:00 am
quan23 (7/1/2011)
Ninja's_RGR'us (6/29/2011)
No you can't avoid creating 1 dataset per input param.
You can avoid creating a dataset if you specify the available list of values, so if you have a...
July 4, 2011 at 3:37 am
Ninja's_RGR'us (6/29/2011)
Also on #1 I never had that error so I can't...
June 29, 2011 at 7:07 am
Ninja's_RGR'us (6/28/2011)
HOWever,
I've been having a very similar issue in bids where the local machine just ain't...
June 29, 2011 at 3:51 am
Viewing 15 posts - 421 through 435 (of 541 total)