Forum Replies Created

Viewing 15 posts - 3,391 through 3,405 (of 7,164 total)

  • RE: UserID>DBRole>Schema>table question

    Pablo Campanini-336244 (8/15/2012)


    Hello:

    1.-UserID abc created

    2.-DBRole abcRole created

    3.-Several tables with schema abcschema and xyzschema exist

    4.-Add userID abc to role abcRole

    5.-on schema abcschema I add role abcRole

    6.-on schema abcschema I grant select,insert,update,delete...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: UserID>DBRole>Schema>table question

    Duplicate post. Direct replies here: http://www.sqlservercentral.com/Forums/Topic1345431-1526-1.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: user mapped as dbo

    sage8 (8/15/2012)


    unfortunately i don't know the history of this db.

    What is the value of dbi_createVersion when you run this? The number will reveal on which version of SQL Server the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Upgrade from SQLServer Express to Full Version

    david.holley (8/15/2012)


    "The first thing we do - kill all the users." - Shakespear (Henry VI Part 2 Act 4, scene 4)

    That would make a fine addition to your signature here...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: user mapped as dbo

    In 2005 and above you cannot remap the dbo user to a login other than sa, and you cannot drop sa.

    I too would like to know if this was once...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: create procedure with execute as

    My pleasure. If you have any issues or doubts after you start experimenting with any of the options feel free to post back and I'll do my best to answer...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: PAGELATCH_UP suggestions

    Lexa (8/15/2012)


    opc.three (8/15/2012)


    Grant Fritchey (8/15/2012)


    You're experiencing I/O waits during I/O operations... The only way to speed that up is to get faster/more disks.

    Are you sure you're not thinking of PAGEIOLATCH_UP?...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: create procedure with execute as

    Chuck 17099 (8/15/2012)


    My background is a good bit of SQL scripting mostly self taught and enough vb scripting to get me by. I am willing to learn anything that will...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: PAGELATCH_UP suggestions

    Grant Fritchey (8/15/2012)


    You're experiencing I/O waits during I/O operations... The only way to speed that up is to get faster/more disks.

    Are you sure you're not thinking of PAGEIOLATCH_UP? I think...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Index Range_scans

    SQLSACT (8/10/2012)


    HowardW (8/10/2012)


    It's not relevant how many rows were actually returned, it still has to access a range in the index if it's not marked as UNIQUE as it doesn't...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Upgrade from SQLServer Express to Full Version

    david.holley (8/14/2012)


    Thanks.

    I was more concerned about installing a new instance of SQL Server (FULL) when an instance of SQL Server Express already exists and then realized that both can...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Upgrade from SQLServer Express to Full Version

    :pinch:

    Same as any migration:

    - detach + copy + attach

    - Copy Database Wizard

    - others

    Backup/restore is typically what I use to bring a DB to a new instance.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: script to check long running job

    Have you done any searches online? What have you found?

    Have you tried developing a process yourself? What have you tried so far?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Upgrade from SQLServer Express to Full Version

    That's one way to do it. After restoring consider changing the AUTO_CLOSE property on your database(s) to False.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Can you execute a VB.NET .exe from within SQL?

    You can execute a vb.net app from a network location. If you were to post the vb.net app on a file server where all people who needed it could reach...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 3,391 through 3,405 (of 7,164 total)