Viewing 15 posts - 16 through 30 (of 53 total)
Yes, I am getting the following error:
(2533 row(s) affected)
Msg 121, Level 15, State 1, Procedure GEARSAnalysisReportsGIS2, Line 545
The select list for the INSERT statement contains more items than the insert...
August 22, 2012 at 2:10 pm
Only one column which is Year
August 9, 2012 at 2:43 pm
Also, when I compile the proc , it takes long time. Is it pretty normal; I haven't seen this
before.
August 9, 2012 at 10:58 am
I am curious about the following logical reads being high ; is this considered high ...??
#carsdata___________________________________________________________________________________________________________000000001AE6'. Scan count 1, logical reads 9313, physical reads 0, read-ahead reads 0, lob logical...
August 9, 2012 at 10:38 am
wow!!significant difference...cut down to 1/3 of the original time; here is the statistics
Table 'GEARSRouteList'. Scan count 1, logical reads 2, physical reads 0, read-ahead reads 0, lob logical reads...
August 9, 2012 at 10:24 am
Bingo...it worked like this: EDWGEARS..FRED_SCH.VW_FRED_AADT_HIST ; I used schema instead of user
Thanks so much!
August 9, 2012 at 9:43 am
I am getting the following error when using with oracle user :
The object name 'EDWGEARS...ORAUSER.VW_FRED_AADT_HIST' contains more than the maximum number of prefixes. The maximum is 3
August 9, 2012 at 9:34 am
I am getting the error "does not contain the table or user doesn't have permission on that table or view when I am querying like this: EDWGEARS...VW_FRED_AADT_HIST.
But its is...
August 9, 2012 at 9:23 am
Thanks Lowell; I am redesigning the proc with the set based query; I will let you guys know how the performance is working out.
Thanks
Aj
August 9, 2012 at 8:04 am
Yes, I did run SET STATISTICS IO ON
which read should I look for, logical reads vs physical reads , I know more logical reads are better;
attached is my statistics....
August 8, 2012 at 1:50 pm
Hi Lowell,
I am not sure I was able to make any sense in earlier post about how to get the BeginMeasure
and EndMeasure in the set based operation without using cursors....
August 8, 2012 at 1:38 pm
Yes, you are absolutely right, I will take out the cursor. But my dilemma is the BeginMeasure and EndMeasure are storing in the #RptParms table which are not coming from...
August 8, 2012 at 1:08 pm
But in the following query the @BegMeasure and @EndMeasure is in #RptParms tables; in this case if I dont use the cursor loop,then don't I have to retrieve this...
August 8, 2012 at 12:50 pm
Hi Lowell,
This VW_FRED_AADT_HIST is in oracle connecting thru linkserver edwgears; this view has about
146,000 rows
Thanks
August 8, 2012 at 7:12 am
Hey I just realized that in my execution plan XML Reader XPath filter is showing 99% cost which value I am passing the procs as the years as an...
August 7, 2012 at 1:02 pm
Viewing 15 posts - 16 through 30 (of 53 total)