Forum Replies Created

Viewing 15 posts - 19,321 through 19,335 (of 19,560 total)

  • RE: rebuild order, logins or db's?

    To second the advice given:

    Reattach the database first and then add the logins. I have encountered less problems that way.

    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: "Primary " filegroup is full HELP

    Do you know the size estimate of the data that you are trying to move from Oracle into SQL2K?

    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: Newest SQL Patch?

    GabyYYZ (10/13/2009)


    Hi folks,

    Apparently, Microsoft is releasing it's biggest set of patches in one day today, and among those is a SQL patch. I can't seem to find details on...

    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: Relationship of sysjob[..] tables to each other

    Here is a sort of starter script to show a little bit of the interaction. This will give a quick overview of some of the properties of your jobs....

    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: Problema when a JOB execute a stored Procedure

    One more thing to try is to check your ansi_warnings setting.

    Try

    set ansi_warnings on

    execute your proc

    If you get an error, then reverse the setting. And then add set ansi_warnings off...

    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: Problema when a JOB execute a stored Procedure

    Will you also script the job and show us that?

    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: not able to login to SSMS

    what have you done to troubleshoot?

    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: not able to login to SSMS

    Do you get an actual error message if you click the shortcut?

    Looks like somebody uninstalled the management tools from the pic you sent - best guess.

    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: sp_configure 'max full-text crawl range'

    ifila (9/17/2009)


    When using the above command on a dual QUAD core machine, do i specify the number of processors as two or eight ?

    Is this something worth changing to improve...

    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: Defrag SQL Index

    BTW, thanks for being helpful to us. You providing the table and index information really helps make this process go a lot smoother.

    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: Defrag SQL Index

    drodriguez-762178 (9/17/2009)


    OK, I think I got it. There reason for the fragmentation is because there is now primary key.

    No. The reason for fragmentation is due to the lack of...

    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: Problema when a JOB execute a stored Procedure

    edvaldocastro (9/17/2009)


    CirquedeSQLeil (9/17/2009)


    When you execute it manually, does it produce any warnings?

    Also, are there any other inserts happening inside this proc?

    Lastly, inside the sql agent job, what is the command...

    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: Defrag SQL Index

    To help the situation, you should consider a clustered index for the table. To defrag the other indexes, you will need a clustered index. The clustered index can...

    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?

    lmu92 (9/17/2009)


    Now that's obviously an OP "who knows how to behave".... Calling Jeff a .... (my fingers actually refuse to retype the word and cut and paste won't work...

    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: Defrag SQL Index

    drodriguez-762178 (9/17/2009)


    Help! I have an index that is heavely fragmented. I've rebuilt all the indexes through a maintenance plan. It didn't improve the index I'm having a problem with. 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 - 19,321 through 19,335 (of 19,560 total)