Forum Replies Created

Viewing 15 posts - 6,106 through 6,120 (of 19,560 total)

  • RE: How to use sp_addlogin and sp_adduser

    Here's the Syntax

    sp_addlogin [ @loginame = ] 'login'

    [ , [ @passwd = ] 'password' ]

    [ , [ @defdb = ]...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Run SSIS package in JOB

    Sqlism (6/27/2012)


    Hello all

    Please suggest me what are the configurations and pre requisites required to set up a job that runs SSIS package.

    Issue: Pulling data from prod box to dev box....

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: How to use sp_addlogin and sp_adduser

    I'd recommend using the code that you listed instead.

    sp_addlogin is being deprecated.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: The Redmond Agenda

    Steve Jones - SSC Editor (6/27/2012)


    Revenant (6/27/2012)


    "New releases of products will likely come in the cloud first, and in a version you can buy second."

    Steve, that has already happened. You...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: 8.0 Compatability mode- not so bad?

    A note: If you are running in compat 80 on a SQL 2008 R2 Enterprise instance, you can still use compression for your tables, views (indexed views), and indexes.

    The...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Permission to Create, Modify & Delete Views only.

    Create view requires Alter permission on the schema. With alter on the schema, the user would then be able to alter other objects within that schema.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Cliff Jones (6/27/2012)


    Lynn Pettis (6/26/2012)


    Smoky

    Colorado Springs!

    Box Springs

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: New toy :-)

    Perry Whittle (6/27/2012)


    SQLRNNR (6/27/2012)


    The image won't come up for me.

    it should open in a new window, alternatively the car is pictured here 😉

    Thanks - opening the pic gave a "double...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Execute SSIS package in production from Dev

    You can run it from another server. When creating the SQL Agent job, specify the source of the package (for instance you can select the production SQL server if...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Search for TExt of Stored Procedure - Replacement for syscomments

    Sean Lange (6/27/2012)


    I had someone tell me that the WITH (NOLOCK) was their company standard.:w00t:

    Did you start launching pork chops at them immediately? Somebody really needs to educate that company...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Select 2nd row only from table

    What is the definition of that table?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: New toy :-)

    The image won't come up for me.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: backup 20x larger than database file

    If you backup to a new backup device or new file, do you still get 130GB in the backup file?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Index defaults 2

    Thanks Hugo.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Shrinking TEMPDB files

    Yes, bouncing the service will resolve it. If scripting the shrink did not resolve it, it may depend on the script. But you are possibly down to the...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 6,106 through 6,120 (of 19,560 total)