Forum Replies Created

Viewing 15 posts - 1 through 15 (of 374 total)

  • Reply To: Cross database user permissions

    Did not have time to fully digest the entire article, but the pieces I managed to read were great. Thanks a lot. Will have to experiment a bit since the...

  • RE: Introduction to Indexes

    The way you have it no index is used when this query is executed. You need an index on column Name

  • RE: Permissions to access all sysusers records

    Erland Sommarskog - Wednesday, March 8, 2017 6:10 AM

    Certificate signing will not require any changes to the code. Have you looked at...

  • RE: Permissions to access all sysusers records

    Erland Sommarskog - Wednesday, March 8, 2017 5:45 AM

    The problem is not with the user that cannot access sysusers, but with all...

  • RE: Permissions to access all sysusers records

    John Mitchell-245523 - Wednesday, March 8, 2017 5:42 AM

    This is going to fail if the user who created the record has since...

  • RE: Permissions to access all sysusers records

    The original SQL Server was 2000. At some point it was upgraded to 2008R2. I just did some extra testing and I can see the newer users have the permission...

  • RE: Permissions to access all sysusers records

    There are several SPs that link to sysusers. Problem is with all of them.
    This is a fragment of the relevant code:
    SELECT
    name,
    CASE
        WHEN pol_type...

  • RE: Introduction to Indexes

    Wow,

    Now instead of giving me a fish you are trying to send me out to sea with a net... ๐Ÿ˜‰

    Thanks.

    Now I have to check out and head home before...

  • RE: Introduction to Indexes

    Another question about that slot array. I understand this is only on the clustered index pages. Correct?

  • RE: Introduction to Indexes

    Thanks for the clarification. That slot array. Is this a fairly new thing or it was like this for a while ( I mean SQL Server versions)?

  • RE: Introduction to Indexes

    GLIC DBA (10/28/2009)


    I didn't realize the working of a cluster index in SQL Server is different from that of a clustered index in Sybase. I erroneously thought that they...

  • RE: OR VERSUS UNION all

    Without diving into the details of your case I will answer one of the questions you had: "Can I use union all instead of OR".

    Absolutely. Recently I helped a friend...

  • RE: Do you know your getdate()?

    I would like to thank everybody who took the time to read the article and all the respondents who provided their input on this forum. I donโ€™t think I can...

  • RE: Do you know your getdate()?

    shane.vincent (5/12/2010)


    Just a thought, but I also got a more accurate GETDATE return value than the original article.

    (19430 ,3.52769) I think that a lot of this has to do with...

  • RE: Do you know your getdate()?

    thisisfutile (5/12/2010)


    thisisfutile (5/12/2010)


    JacekO (5/12/2010)


    If anyone of you got the 3.33 ms on a 32 bit box please reply with more specifics on the OS, CPU and SQL Server version.

    My XP...

Viewing 15 posts - 1 through 15 (of 374 total)