Forum Replies Created

Viewing 15 posts - 781 through 795 (of 965 total)

  • RE: Memory Pressure - can this catastrophy be avoided?

    The simple answer to your question is yes, you can clear the memory but the more important question that you should be asking and looking at is why you would...

  • RE: Does my SQLCLR code contain a memory leak?

    Post the value of SELECT @@VERSION, as well as the output of DBCC MEMORYSTATUS into this thread. Also what is the physical hardware configuration of the server #CPU's, RAM?

  • RE: BugCheck Dump: Non-yielding Resource Monitor

    What is running when the stack dump generates? Non-yielding resources usually mean that something pre-emptive was executing which could be CLR, an XP, a OLE Automation Call, or it...

  • RE: Moving system Db's

    Yes, you will have downtime while you move your system databases to another drive. You can read one of the following articles on how to accomplish this task:

    How to...

  • RE: Why Shrink DB is bad?

    The_SQL_DBA (11/12/2008)


    ..like when the log file grows too large after a one off bulk operation DBCC ShrinkFile can be used effectively to reclaim the log space to OS

    These operations...

  • RE: BugCheck Dump: Non-yielding Resource Monitor

    Do you have CLR integration enabled and CLR objects being used in the database engine?

  • RE: DBA Value

    dphillips (11/12/2008)


    I agree totally. Having a DEV who is primarily a DEV but act as DBA is where I have seen problems. I have yet to see a...

  • RE: DBA Value

    george sibbald (11/12/2008)


    katedgrt (11/12/2008)


    Joe Johnson (11/11/2008)


    " I have seen DBA's that cannot develop and they have no idea how to help people optimize their code to take the best advantage...

  • RE: Database mail

    Are you being blacklisted by the remote server, or by one of the service DNSBL's that the companies may be subscribing to?

    http://en.wikipedia.org/wiki/DNSBL

    If it is by the remote server, then as...

  • RE: DBA Value

    I happen to work in an environment where I am just a DBA, and for a decently sized environment. However, having the dev background, I am quite competent in...

  • RE: Is it possible to call COM Object methods using CLR

    You are supposedly able to P/Invoke it in SQLCLR, but since I have never had a COM need in SQLCLR, I don't have experience to tell you exactly how that...

  • RE: script CLR stored procedure for a different database

    If you alter the assembly, and the stored procedure's parameter and outputs have not changed, then the procedure is altered by altering the assembly. If you added to or...

  • RE: CLR trigger

    I am in complete agreement with Lynn on this. You are beating a screw with a hammer because all you have is a hammer. You might be able...

  • RE: script CLR stored procedure for a different database

    Kishore.P (11/11/2008)


    oyen_kai (11/11/2008)


    That's exactly what I said I CAN do but am trying to figure out if it's possible to SCRIPT it so that I can just run an update...

  • RE: CLR trigger

    If you don't know TSQL, and you have other objects in SQL CLR, then I would recommend that you start over on your design. In my opinion, 95% of...

Viewing 15 posts - 781 through 795 (of 965 total)