Forum Replies Created

Viewing 15 posts - 3,706 through 3,720 (of 6,104 total)

  • RE: No email of posts any longer

    If I post in a thread, it auto-subscribes me to receive notifications. But I'm like Thomas, I've not seen anywhere to subscribe to a whole topic.

     

    K. Brian Kelley
    @kbriankelley

  • RE: New Forums are Live!

    Moderator functionality doesn't seem to work (Moderator CP).

     

    K. Brian Kelley
    @kbriankelley

  • RE: reply may not work !?!

    I'm having the same issue as far as the editor is concerned. Sometimes I have to refresh the reply screen a few times before I'm able to edit. I know...

    K. Brian Kelley
    @kbriankelley

  • RE: Why 249 Non clustered Indexes?

    Yup. The question on the table is "Was there a limit to the number of text columns in SQL Server 4.2?" SQL Server 4.2 had text column entries starting from...

    K. Brian Kelley
    @kbriankelley

  • RE: How should a DBA access SQL Server?

    When the possibility exists, use Windows authentication to assign security. The best way to handle this is:

    1. Create a Windows group for the DBAs
    2. Put all of the DBA Windows accounts in...

    K. Brian Kelley
    @kbriankelley

  • RE: Users Permissions in dB

    For fixed server roles: sp_helpsrvrolemember

    For database roles (fixed or user): sp_helprolemember   [This one must be run in the database]

     

    K. Brian Kelley
    @kbriankelley

  • RE: dbo ownership vs user ownership

    The db_ddladmin fixed database role is the minimum level of rights needed to accomplish this. A user with such rights would have to make sure to specify the owner in...

    K. Brian Kelley
    @kbriankelley

  • RE: New Forums are Live!

    I agree, very nice! Although the new avatars means Frank can scare all of us with that shark!

    K. Brian Kelley
    @kbriankelley

  • RE: MS T-SQL Exercises

    One thing I noticed, sometimes you'll have to manually set the language to English as it defaults back to Russian. For instance, if you aren't logged in and you follow...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Server 2000 Developer Edition

    It should run with no issues at all.

    K. Brian Kelley, GSEC

    http://www.truthsolutions.com/

    Author: Start to Finish Guide to SQL Server Performance Monitoring

    http://www.netimpress.com/

    K. Brian Kelley
    @kbriankelley

  • RE: Why 249 Non clustered Indexes?

    Apparently under SQL Server 4.2 if you had multiple text columns it would count down from 255:

    http://support.microsoft.com/default.aspx?scid=kb;EN-US;75191

    This isn't the behavior in SQL Server 2000, so it's probably a hold-over. Out...

    K. Brian Kelley
    @kbriankelley

  • RE: Why 249 Non clustered Indexes?

    According to Inside SQL Server 2000 the allowable values for non-clusted indexes in the indid column is 2 to 250. That leaves 249 values. Not sure what happened with 251-254....

    K. Brian Kelley
    @kbriankelley

  • RE: Debugging Stored Procedure

    How can I check that? I am a new user to the MS Sql Server. Can u pl. guide me, that on the NT Server where I can find that? Thru'...

    K. Brian Kelley
    @kbriankelley

  • RE: Debugging Stored Procedure

    What service account does SQL Server run under? Local SYSTEM or a created user account?

    K. Brian Kelley, GSEC

    http://www.truthsolutions.com/

    Author: Start to Finish Guide to SQL Server Performance Monitoring

    http://www.netimpress.com/

    K. Brian Kelley
    @kbriankelley

  • RE: Connecting to SQL Server Using a 'trusted id'

    quote:


    We want to use windows authentication for the application trusted id, but are unable to connect to SQL Server when the trusted...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 3,706 through 3,720 (of 6,104 total)