Forum Replies Created

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

  • RE: UserID>DBRole>Schema>table question

    Lynn Pettis (8/15/2012)


    User abc is related to the LOGIN imstestuser. You then subsequently create a new login abc. This login is not the same as the user abc.

    Flip...

  • RE: UserID>DBRole>Schema>table question

    Pablo Campanini-336244 (8/15/2012)


    Hi

    The command:

    CREATE USER abc FROM LOGIN testLOGIN

    creates a "database" login, not a SQL Instance login.

    Please create also the sql ID at an Instance level.

    Then connect to the SQL...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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?...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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.

  • 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?

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