Forum Replies Created

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

  • 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 ?

  • RE: Database Mail

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

  • RE: Help with script referencing list in text file

    did you check the various fn_split solutions posted at SSC ?

    e.g.

    http://www.sqlservercentral.com/articles/T-SQL/63003/

  • RE: how to know whether UDL File set-up creating any peformance issue

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

  • RE: Undocumented Routines: Forbidden fruit.

    Jeff Moden (2/1/2009)


    And THAT is what I'm really getting at... it doesn't matter if it's an undocumented feature or not! If you don't do any regression testing before you...

  • RE: Undocumented Routines: Forbidden fruit.

    Jeff Moden (1/31/2009)


    That little privs change on sp_MakeWebTask killed a lot of people's code because it now requires "SA" privs and a lot of smart DBA's won't allow users...

  • RE: SQL Server 2005 SP3

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

  • RE: SQL Server 2005 SP3

    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.

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