Re: Select performance vs. mssql - Mailing list pgsql-performance

From Harald Lau (Sector-X)
Subject Re: Select performance vs. mssql
Date
Msg-id 005b01c5603d$7163bac0$6602a8c0@spock.nostromo
Whole thread Raw
In response to Re: Select performance vs. mssql  (mark durrant <markd89@yahoo.com>)
List pgsql-performance
Mark,

> MSSQL Machine:
> That "Explain Analyze" command doesn't work for MSSQL,

try this:
set showplan_all on
go
select ...
go

Harald

pgsql-performance by date:

Previous
From: Neil Conway
Date:
Subject: Re: Select performance vs. mssql
Next
From: mark durrant
Date:
Subject: Re: Select performance vs. mssql