Forum Replies Created

Viewing 15 posts - 4,066 through 4,080 (of 7,504 total)

  • RE: Inefficient Join involving linked server

    First notice:

    [Customer_Business_Subset] starts with a full table scan in stead of an index seek !

    ([CMS3000_Reports].[dbo].[Customer_Business_Subset].[PK_Customer_Business_Subset])

    152802 rows of 49bytes are expected

    It wants so resolve [date_deleted] is null

    It may be...

  • RE: primary data file

    This is a SQL2005 forum .... you had better posted this Q in the SQL2000 one.

    1) Check books online regarding filegroups and their behavior.

    2) If you have control over to...

  • RE: Connect two servers

    You can do it ... but should you ???

    http://www.sqlservercentral.com/Forums/Topic639157-360-1.aspx

  • RE: Temp Tables vs. Physical Tables

    Thank you Max for the very informative refs.

    More reasons for our devs _not_ to do decent db design 😉

  • RE: Inefficient Join involving linked server

    Issues with linked servers can be:

    - locking at linked server side

    - network

    - how and where does sqlserver solve the query to be executed at the linked server (full at linked...

  • RE: Database Mail

    scott_lotus (2/3/2009)


    Microsoft SQL Server 2005 - 9.00.3233.00 (X64) Mar 6 2008 21:58:47 Copyright (c) 1988-2005 Microsoft Corporation Standard Edition (64-bit) on Windows NT 5.2...

  • RE: Database Mail

    Oh, you're way behind with service packs :crazy:

    You are running the RTM software level.

    The url I provided concerns your software level.

    SP3 is current and on our servers it runs just...

  • RE: Database Mail

    Can you post the results for

    select @@version

    or

    Select Serverproperty( 'BuildClrVersion' ) as BuildClrVersion

    , Serverproperty( 'Collation' ) as Collation

    , Serverproperty( 'CollationID' ) as CollationID

    ,...

  • RE: Strange network error

    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.

  • RE: Strange network error

    Can you compare (or even post) the execution plans for both queries ?

  • RE: Database Mail

    Can you find anyting related in sqlserver errorlog or sqlagent sqlagent.out ?

  • RE: Database Mail

    Can you post the full dbmail setup ddl ?

    (don't post the actual email address, but put in a dummy one)

  • RE: Need to decrease Log file

    kiranmca24 (2/3/2009)


    i have a database called Link.The data file is 443 mb and log file size is 104GB.so that restoring is not done.so i want to reduce my log size...

  • RE: Strange network error

    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...

  • RE: Strange network error

    Is there a VPN in between you and your sqlserver ?

Viewing 15 posts - 4,066 through 4,080 (of 7,504 total)