Forum Replies Created

Viewing 15 posts - 10,396 through 10,410 (of 19,560 total)

  • RE: Moving a table to a new file group

    this is the gist of the change that would be applied

    CREATE TABLE [dbo].[yourtable](

    yourcolumns,

    PRIMARY KEY CLUSTERED

    (

    [PK_COlumn] ASC

    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE...

    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: Moving a table to a new file group

    Does this table have any image, binary, or LOB (ntext, varchar(max) etc) data in it?

    That data requires a different process in order to move it. In order to move...

    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: Careful Blogging

    Craig Farrell (4/19/2011)


    Companies really need to stay out of my personal life. I'm looking to work for you, I'm not moving into your house.

    I agree - companies...

    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: Are the posted questions getting worse?

    WayneS (4/19/2011)


    Greg Edwards-268690 (4/19/2011)


    GSquared (4/19/2011)


    Lynn Pettis (4/19/2011)


    And once again Celko sticks his nose where it really wasn't needed. The OPs question had already been answered.

    And Joe's answer, while demanding...

    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: XML Stored Proc Help

    Here's a couple of options/samples for you:

    with emp_schedule as (

    Select shift_start_time = '2011-04-01 07:00:00'

    ,shift_end_time = '2011-04-01 15:00:00'

    ,work_date = '2011-04-01'

    ,emp_id = 1

    )

    Select emp_id as "@Employee",DATEPART(wk,work_date) as "@WorkWeek"

    ,(Select DATEPART(dd,work_date) as "@Day"

    ,(Select shift_end_time...

    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: Blocking Users by IP

    Great article - thanks.

    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: XML Stored Proc Help

    please provide the table structure and some sample data.

    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: assign rights to view or create sql jobs

    You're welcome.

    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: assign rights to view or create sql jobs

    USE [msdb]

    GO

    EXEC sp_addrolemember N'SQLAgentOperatorRole', N'your user account'

    GO

    In the GUI add the person to the SQLAgentOperatorRole under the msdb database. (d-click persons login, click user mapping, put a check into...

    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!

    propensity

    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: Service Broker Poison Messages

    Thanks for the question. Can we see more of these types?

    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 Job Posting - Do I really have to be the SQL God?

    Thanks for the breakdown Craig.

    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: Are the posted questions getting worse?

    SQLDCH (4/18/2011)


    CirquedeSQLeil (4/18/2011)


    Craig Farrell (4/18/2011)


    For anyone here who regularly works on the web app/public and private content coding side of things, if you wouldn't mind taking a breeze by this...

    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: Are the posted questions getting worse?

    GilaMonster (4/18/2011)


    London's calling....

    http://bit.ly/gTGBr8

    (and my bank account is crying)

    That would be a nice trip.

    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: Are the posted questions getting worse?

    Craig Farrell (4/18/2011)


    For anyone here who regularly works on the web app/public and private content coding side of things, if you wouldn't mind taking a breeze by this post, I'd...

    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 - 10,396 through 10,410 (of 19,560 total)