Viewing 15 posts - 4,066 through 4,080 (of 7,496 total)
Can you post the results for
select @@version
or
Select Serverproperty( 'BuildClrVersion' ) as BuildClrVersion
, Serverproperty( 'Collation' ) as Collation
, Serverproperty( 'CollationID' ) as CollationID
,...
February 3, 2009 at 4:43 am
What's the effect if you alter the sproc using the
With recompile parameter ?
Seems to me cardinallity may be very different when using criteria 1 or 2.
February 3, 2009 at 4:36 am
Can you compare (or even post) the execution plans for both queries ?
February 3, 2009 at 3:34 am
Can you find anyting related in sqlserver errorlog or sqlagent sqlagent.out ?
February 3, 2009 at 3:22 am
Can you post the full dbmail setup ddl ?
(don't post the actual email address, but put in a dummy one)
February 3, 2009 at 2:40 am
kiranmca24 (2/3/2009)
February 3, 2009 at 12:31 am
Are you fetching XML data to a grid ?
I've experienced SSMS with results to grid generating our client antivirus to interfere (not with every select, but every time with the...
February 3, 2009 at 12:22 am
Is there a VPN in between you and your sqlserver ?
February 2, 2009 at 10:00 am
- did you grant the operatorid usage for the mail profile ?
- if you RDC (remote desktop connection) the server, are you able to send a testmail ? (so server...
February 2, 2009 at 9:59 am
did you check the various fn_split solutions posted at SSC ?
e.g.
February 2, 2009 at 9:56 am
once a connection is established, communication performance may depend on the protocol it uses.
The sql performance for equal queries will be the same.
Also keep in min what kind of...
February 1, 2009 at 12:26 pm
Jeff Moden (2/1/2009)
February 1, 2009 at 11:00 am
Jeff Moden (1/31/2009)
February 1, 2009 at 6:30 am
I'm glad you resolved the issue.
As you've experienced, on a cluster, you need to use the correct tool (indeed: Cluster administrator) for a clustered service to be available !
Been...
January 30, 2009 at 12:25 am
keep in mind SAC should not be used on a clustered instance!
You should use cluster manager to configure (stop/start) parts of this sqlserver instance.
January 29, 2009 at 2:34 pm
Viewing 15 posts - 4,066 through 4,080 (of 7,496 total)