Forum Replies Created

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

  • RE: xp_logininfo run privilege

    All right, as we used to say in the Marine Corps, 'Belay that last'. The posts in my most recent test were conducted from my dev machine, but just now...

  • RE: xp_logininfo run privilege

    opc.three (8/3/2011)


    From xp_logininfo Books Online article

    You've lost me. The database owner is sa. If the procedure owner is dbo, isn't that also sa?

    That's the hope, however I have a feeling...

  • RE: xp_logininfo run privilege

    opc.three (8/2/2011)


    From xp_logininfo Books Online article

    Permissions

    Requires membership in the sysadmin fixed server role or membership in the public fixed database role in the master database with EXECUTE permission granted.

    I think...

  • RE: xp_logininfo run privilege

    opc.three (8/2/2011)


    The service running as Network Service sounds fine. You are obviously receiving domain info per the xp_logininfo results you posted.

    Great, that's a step in the right direction.

    Who owns...

  • RE: xp_logininfo run privilege

    opc.three (8/1/2011)


    From the xp_logininfo documentation here http://technet.microsoft.com/en-us/library/ms190369.aspx

    If account_name and members are specified, a list of the next-level members of the group is returned. If account_name is a local group, the...

  • RE: Many tables versus one table

    Ok, thanks everyone for the input. Guess I'll leave it the way it is.

  • RE: Many tables versus one table

    Sean Lange (7/26/2011)


    That kind of structure will work but it gets nasty. As you said there are as many as 70 groups of data. Imagine the query when you need...

  • RE: Many tables versus one table

    steveb. (7/26/2011)


    Are we talking about a Transactional Database or a Database setup for reporting purposes (data warehouse / OLAP)

    I'm not sure which category this fits. I've read up on...

  • RE: When to use full-text

    OK, thank you everyone for the advice. Based on all that, it doesn't seem like full-text is the correct tool for my needs in this particular instance. I'll stick with...

  • RE: # of characters

    ChrisM@Work (7/26/2011)


    That's slick, and definitely going in my toolbox. I never would have guessed that could be done with set-based code.

  • RE: When to use full-text

    GSquared (7/25/2011)


    It would make sense to use FTS for that, but instead of defining all the combinations in the AlternateText column, build/buy/find a custom thesaurus for names.

    I could do that,...

  • RE: When to use full-text

    Brandie Tarvin (7/25/2011)


    I think your scenario highlights a very real problem with Full-Text.

    The searches are based on words, and variations of words, that SQL "knows." Because you are using...

  • RE: Multiple OUTER JOIN query is slow

    GilaMonster (7/11/2011)


    So it seems that for all my simple (two-field) lookup tables, I should have the primary key on the autonumber ID field, and an index on the text field...

  • RE: Multiple OUTER JOIN query is slow

    GilaMonster (7/11/2011)


    pdanes2 (7/11/2011)


    You say index the table with included columns, but the primary key is clustered automatically (and not just by default, as you wrote earlier, but unchangeably so)

    By default...

  • RE: Multiple OUTER JOIN query is slow

    GilaMonster (7/10/2011)


    pdanes2 (7/9/2011)


    GilaMonster (7/9/2011)


    pdanes2 (7/9/2011)

    That's just to start though. For indexing queries one typically starts with the columns in the where clause. Order of the key makes a major difference,...

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