Forum Replies Created

Viewing 15 posts - 6,931 through 6,945 (of 7,636 total)

  • RE: 2 layers intranet, problem with rights

    Grant the Datareader and Datawriter DB roles to Guest.

  • RE: Question on Indexes

    leonp (5/10/2008)


    1. Isn't it a good idea to have indexes on large tables (like 8GB) placed on a seperate physical disk?

    It CAN be, but your mileage may vary. Separate...

  • RE: SQL Query Tuning

    Post the query plan XML for the query. Also, here is a link that explains how to get better results from these forums: http://www.sqlservercentral.com/articles/Best+Practices/61537/

  • RE: How to use LIKE for 2 or more words

    Adam Haines (5/10/2008)


    rbarryyoung that is a pretty sleek avatar 😀

    Well, at least I got something right!

    Seriously though, I was aware of those considerations Adam, that's why I said "Try *something...

  • RE: T-SQL Haiku

    I call this "Presidential Campaign, 2008":

    [font="Courier New"]WAITFOR PRIMARY

    SELECT RIGHT IDENTITY

    PRECISION IS ALL

    [/font]

  • RE: SET @@IDENTITY OFF ?????

    Matt Miller (5/9/2008)


    yikes - took me doing it to see what you're talking about....yup - that one is a stinkaroo.

    Yeah, I had to see it for myself too.

  • RE: SET @@IDENTITY OFF ?????

    Matt Miller (5/9/2008)


    kevin mann (5/9/2008)


    Why the prohibition from using SCOPE_IDENTITY (which would be your solution in this case)?

    I don't know... ask the authors of Access. I cannot control which...

  • RE: SET @@IDENTITY OFF ?????

    I do not know any way to change Access/ODBC behavior in this.

    If would still suggest that you take the Identity attribute off the Audit Log table and replace it with...

  • RE: How to use LIKE for 2 or more words

    JohnG (5/8/2008)


    Fulltext indexing is a substantial administrative commitiment

    Interesting comment. We're running a SaaS business using it to index plain text as well as binary documents (Word, PowerPoint, PDF, etc.)...

  • RE: T-SQL behavior

    glad we could help.

  • RE: How to use LIKE for 2 or more words

    Fulltext indexing is a substantial administrative commitiment and should not be turned on without evaluating its costs and impacts.

  • RE: T-SQL behavior

    SQL is trying to compile your entire batch before it can be run and cannot resolve the name cproperty. When you use EXEC(string), that has it's own batch that...

  • RE: Stored procedure permissions problem?

    ahutchens (5/8/2008)


    Ok, so it's TRUNCATE specifically, I was just generalizing with delete. So, for any SP to use TRUNCATE, if it isn't being executed by db_owner or ddladmin, would...

  • RE: How to find CPU useage

    vinu (5/7/2008)


    Hi girish,

    Thanks for your info..this method of determinig works but my company will not allow to follow this in all customers.....so can u advice...

  • RE: Table Design

    bcronce (5/8/2008)


    rbarryyoung (5/7/2008)


    Unless the strings are huge, the difference is usually minuscule. The presence or absence of appropiate indexes and their selectivity makes a much bigger difference.

    It's nice to...

Viewing 15 posts - 6,931 through 6,945 (of 7,636 total)