Forum Replies Created

Viewing 15 posts - 5,566 through 5,580 (of 7,168 total)

  • RE: Execute Permissions for Stored procedure

    opc.three (7/11/2011)


    Raghavender (7/8/2011)


    Hi All,

    We have a user for a database. Here we need that user should have exec permissions on all stored procedure.

    If any new stored procedure created, that user...

  • RE: Execute Permissions for Stored procedure

    Raghavender (7/8/2011)


    Hi All,

    We have a user for a database. Here we need that user should have exec permissions on all stored procedure.

    If any new stored procedure created, that user should...

  • RE: Bringing Active Directory Groups and users to the Sql server 2005 users

    desertrosenp (7/10/2011)


    Dear.

    Here I am trying to Add all the Users of the Active Directory as SQL server Users so that they can log in as sql users...

  • RE: Recursion Problem

    Provide DDL, DML for sample data and expected results relative to the sample data please.

  • RE: Connection Issues

    Welsh Punk (7/11/2011)


    Can I connect to local what.... Sorry Im a newbie here. IN SSMS I get the choice to connect to

    Literally the string "(local)", like this:

  • RE: Parameterized query performance

    Please post the actual execution plans for both queries.

  • RE: A type of string search.

    I like to keep everything in stored procedures despite some of them making use of Dynamic SQL. It makes it much simpler when refactoring your database is the topic. As...

  • RE: Handle NULLs

    Revenant (7/11/2011)


    Re results varying depending on GPU, you may expect that in the next version of SQLS: the new version of Visual Studio has heavy focus on async and parallelization,...

  • RE: Handle NULLs

    SQLkiwi (7/11/2011)


    opc.three (7/11/2011)


    Craig's testing showed it for a single-column narrow PK (INT). I wondered whether wider clustering keys would have SELECT...INTO start outperforming the CREATE/INSERT method, and while I did...

  • RE: Handle NULLs

    Thanks a lot Jeff...another thread completely derailed!

    Anyone have thoughts on The Dixie Flatline's fine solution? Hopefully conclusions won't depend on a video GPU or sound card or anything like that...

  • RE: Handle NULLs

    Revenant (7/11/2011)


    opc.three (7/11/2011)


    . . . :unsure: How would CPU architecture figure in? Got stats?

    Yes, I do have hard measurements. I did comparisons between Nehalem and Sandy Bridge, and at...

  • RE: Handle NULLs

    Revenant (7/11/2011)


    opc.three (7/11/2011)


    Craig's testing showed it for a single-column narrow PK (INT). I wondered whether wider clustering keys would have SELECT...INTO start outperforming the CREATE/INSERT method, and while I did...

  • RE: Handle NULLs

    Craig's testing showed it for a single-column narrow PK (INT). I wondered whether wider clustering keys would have SELECT...INTO start outperforming the CREATE/INSERT method, and while I did some basic...

  • RE: Migrating sql server logins

    Perry Whittle (7/10/2011)


    opc.three (7/9/2011)


    If you did follow Method 2 you could always try the long way around and migrate the logins to 2005 per the article, then from there to...

  • RE: Migrating sql server logins

    GilaMonster (7/10/2011)


    SVR (7/9/2011)


    Thank you. I tried the second method . But I did not realize I have to transfer the logins first to 2005. I was trying to to transfer...

Viewing 15 posts - 5,566 through 5,580 (of 7,168 total)