Forum Replies Created

Viewing 6 posts - 211 through 216 (of 216 total)

  • RE: Can a read-only user can execute dbcc commands

    DBCC commands are generally only available to higher-level users.

    e.g

    DBCC SHOWCONTIG - sysadmin; db_owner; ddl_admin

    DBCC DBREINDEX - sysadmin; db_owner; ddl_admin

    I guess your read-only user ISN'T a member of these roles, otherwise...

  • RE: Why does it take longer and longer for the same code to run

    Edward,

    some thoughts.....

    Option1 took 5 hours - how were you looping? please don't say you used an incrementing counter?

    In Option2

    instead of getting the Top 1 recnumber from (top 100000 recnumbers ascending)...

  • RE: SSC Level List?

    You could also publish a distribution graph so we can see how many members are at each level?

  • RE: Join Question

    Certainly nothing wrong with that approach.

    If you did remove owner, manager and requestor into another table, then you would essentially be creating a one-to-one relationship between that tuple and the...

  • RE: Question of the Day for 10 Aug 2007

    Hate to moan but isn't this question a bit like

    You have a SQL2000 database but you cannot connect to it. What is the problem?

    A) it is switched off

    B) you have...

  • RE: Question of the Day for 17 Oct 2005

    I'd love to find a real-world example of this code being neccessary....and then run a mile. 😉

Viewing 6 posts - 211 through 216 (of 216 total)