Forum Replies Created

Viewing 15 posts - 76 through 90 (of 125 total)

  • RE: revoke execute rights to stored procedures in master DB

    Hi George,

    Thanks for the comments, I am in a position where a large portion of the servers I build/look after have the potential to be audited by an external firm.

    I...

  • RE: CPU Usage Reported By Profiler

    just a side thought (in relation to the buffer cache, working sets, paging etc) I am presuming the SQL run time account have the "lock pages in memory" privledge under...

  • RE: Configuring Kerberos Authentication

    Hi Brian,

    Further to this article: what services are required to be running on the SQL server?

    I presume Kerberos Key Distribution Centre service has to be activated on the SQL...

  • RE: Configuring Kerberos Authentication

    K. Brian Kelley (4/30/2009)


    Carlton Leach (4/29/2009)


    Hi Brian, Great article I agree.

    I am having trouble getting Kerberos set up tho.

    I am using:

    - a Virtual Machine (VMWare)

    - sql 2005 SP3

    I have...

  • RE: Configuring Kerberos Authentication

    Hi Brian, Great article I agree.

    I am having trouble getting Kerberos set up tho.

    I am using:

    - a Virtual Machine (VMWare)

    - sql 2005 SP3

    I have run the 4 steps adived:...

  • RE: SQL Injection?

    I like Gails recommendation of a lightweight trace to monitor whats going on and when.

    I would also consider using DDL triggers, have a look in BOL for "Designing DDL Triggers".

    Carlton..

  • RE: There Must Be 15 Ways To Lose Your Cursors... part 1, Introduction

    I hate cursors...hence I like this article.

    I have stated my opinion a few times on SSC "Cursors are only useful if you don't know how to write SQL".

    to anyone who...

  • RE: Unused Databases, Last accessed DB

    In SQL 2008 u could log/audit any statements run across the suspected DB's.

    Or just.

    You could use a trigger on the connection event.

    But the auto-close idea could be a Q and...

  • RE: Load Balancing solutions for SQL 2005?

    It is a new feature in 2008 (I think only in enterprise version mind you) that lets you create resource pools to throttle performance for certain processes eg. MAX cpu...

  • RE: Load Balancing solutions for SQL 2005?

    Access uses a cursor API?!

    thanks Mohit I've learned something today 🙂

    This is where the resource governor for 2008 could come in handy...

    Carlton..

  • RE: Load Balancing solutions for SQL 2005?

    I agree.

    I would use:

    - activity monitor

    - profiler

    - exec plans

    Look for cpu usage, also heavy read/write counts from your trace may help you identify what is doing it.

    Someone said:

    "Tune the code,...

  • RE: T-Sql rant

    Jeff Moden (3/13/2009)


    foxjazz (3/13/2009)


    Why couldn't they write t-sql more like C# or have a flavored compiler for t-sql so that we could work it like c# or vb depending on...

  • RE: T-Sql rant

    s

  • RE: T-Sql rant

    "Cursors are only useful for people who don't know how to write SQL"

  • RE: SSMS (2008) Restore/Backup not showing directories

    a few things you could try:

    - grant the runtime account explicit permissions to the directory

    - try creating a folder called 2008backup or something in that directory, does it behave the...

Viewing 15 posts - 76 through 90 (of 125 total)