Rows in text-based plan getting cut off

  • Hi all....I'm looking at a number of sql 2000 text-based execution plans and for some reason the longer rows are getting cut off. Is this a configuration setting that I need to change, or am I going to be suffering with partial statements? An example is

    | | | |--Clustered Index Scan(OBJECT: ([Database].[dbo].[InstallationRepairTickets].[PK_InstallationRepairTickets] AS [InstallationRepairTickets]), WHERE: (like([InstallationRepairTickets].[EmployeeName, 'b%',

    That's all I'm getting. Looking at my SQL statement, there are at least 6 more conditions in the where statement (Completion dates etc.). I copied and pasted the Execution plan into Notepad; would this have something to do with it?

    Appreciate any ideas.

    Thanks in advance......

    Chris

  • can you go to tools/options/results and set the maximum characters per column to a higher amount?

  • :Whistling:

    Yup, that did the trick. Think that would have been the first place I checked *shrugs*

    Can I blame it on the lack of coffee this morning? LOL

    Thanks a lot,

    Chris

  • ha, i blame everything on too much coffee. not lack of 😛

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply