Forum Replies Created

Viewing 15 posts - 3,046 through 3,060 (of 6,104 total)

  • RE: How to trim 0''''s ?

    CAST() or CONVERT() to an integer is my first thought. If it's a string, you can SUBSTRING using CHARINDEX to find the decimal point.

    K. Brian Kelley
    @kbriankelley

  • RE: Scripting question

    For the database, create a user-defined database role. Assign it the permissions currently granted to AcmeCorp\SalesUsers. Then make the AcmeCorp\SalesUsers user a member of that role. You can use sp_helprotect...

    K. Brian Kelley
    @kbriankelley

  • RE: Is this True???

    In my blog today I have a link to an article by Chris Andrews, a SQL Server Security guru. Generally @@VERSION is the most accurate way, but that may not...

    K. Brian Kelley
    @kbriankelley

  • RE: Is this True???

    Are you sure files got replaced by older versions? I gave an example where that is possible, but you'll have to investigate your own environment. Typically you can do this...

    K. Brian Kelley
    @kbriankelley

  • RE: Is this True???

    The component in question was re-registered by the memory hotfix (actually handle). Here is the hotfix in question:

    FIX: Handle Leak Occurs in SQL Server When Service...

    K. Brian Kelley
    @kbriankelley

  • RE: Is this True???

    Yes, unfortunately, it can be true.

    A classic example is Microsoft released a memory leak hotfix after the patch that guarded a SQL Server against what ended up being SQL...

    K. Brian Kelley
    @kbriankelley

  • RE: Should I change my avatar

    I like your avatar as well. It's not a Gundam, but hey, that's not for everybody.

    K. Brian Kelley
    @kbriankelley

  • RE: Creating System Admin Group

    How about the actual OS system event logs?

    K. Brian Kelley
    @kbriankelley

  • RE: Creating System Admin Group

    Looks like I was writing as you were submitting. Check the logs both on your server and on the DC to see if there were any issues regarding your computer...

    K. Brian Kelley
    @kbriankelley

  • RE: Creating System Admin Group

    Out of curiosity, what happens if you add the domain global group directly to SQL Server, without the local group?

    K. Brian Kelley
    @kbriankelley

  • RE: The use of 4 GB and more on Enterprise Edition on W2k server standard edtion

    The /3GB switch is unrelated to the use of memory above 3 GB. The /3GB switch has an effect on how much "memory" in the memory space the operating system...

    K. Brian Kelley
    @kbriankelley

  • RE: ERROR!The query and the views in it exceed the limit of 256 tables

    The DDL is critical here, especially since you say this view references 6 other views. If you're nesting views like that, you're going to have to look at the referenced...

    K. Brian Kelley
    @kbriankelley

  • RE: Congratulations Frank

    Today had been one of those head-down, weary experiences due to hardware issues at work. Then I saw this announcement in the newsletter. This completely brightened my day.

    Way to...

    K. Brian Kelley
    @kbriankelley

  • RE: Public role and ''''sys'''' tables

    Biggest headache may be support from MS... remember, altering the permissions will result in a non-supported state. Whatever you remove, remember to have scripted the mechanisms to reapply the permissions.

    K. Brian Kelley
    @kbriankelley

  • RE: Enterprise Manager Bombs

    SP4, as in the beta? Any error in the application event log?

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 3,046 through 3,060 (of 6,104 total)