Forum Replies Created

Viewing 15 posts - 4,081 through 4,095 (of 7,504 total)

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

  • RE: Temp Tables vs. Physical Tables

    :w00t::hehe::D

  • RE: SQL Server 2005 SP3

    madhu.arda (1/28/2009)


    I did this by going to the active node and connecting virtualserver\instance and management studio, query editor

    Is his on the node where you implemented the SP3 or on one...

  • RE: Temp Tables vs. Physical Tables

    Max (1/28/2009)


    .... Does anyone still do that or is it all fibre optic SANs.

    This is still a best practise.

    SANs may help you on reliability, provide means of backup, ease of...

  • RE: SQL Server 2005 SP3

    it is strange that F5 (refresh) on SQLagent or a disconnect/connect doesn't solve the issue.

    Are you performing this on a client or at one of the nodes of the cluster...

  • RE: Temp Tables vs. Physical Tables

    It's a petty they've put a "Retired KB Content Disclaimer".

    Apparently it isn't flashy anymore to summarise basic symple guidelines.

    It must all be point and click and it will work..... until...

  • RE: SQL Server 2005 SP3

    madhu.arda (1/27/2009)


    Thank You,

    -- show Agent XPs state (0/1)

    EXEC sp_configure 'Agent XPs'

    GO

    Result:

    Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51

    The configuration option 'agent XPs' does not exist, or it may...

  • RE: Hidden RBAR: Triangular Joins

    This is a nice case:

    Someone called the fire depatement to help on this situation:

    They have a nice x64 4proc (each 4 cores) going totally somewhere I didn't want it to...

  • RE: SQL Server 2005 SP3

    madhu.arda (1/26/2009)


    ....

    But In my case, iam able to see the SQL Server Agent node .So this means, the monitoring tool is showing wrong thing?

    How it effects if Agent XPs option...

Viewing 15 posts - 4,081 through 4,095 (of 7,504 total)