Forum Replies Created

Viewing 15 posts - 19,336 through 19,350 (of 19,564 total)

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

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

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

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

  • RE: Security Patches

    Kalyan-539179 (9/17/2009)


    Hi

    It is for SS2000 and SS2005

    Thanks

    They are microsoft solutions that will support the various flavors of SQL Server as well as other Microsoft products (it would be akin to...

  • RE: Security Patches

    Kalyan-539179 (9/17/2009)


    Hi all

    Can anybody suggest me how to patch my sql server with latest updates ?

    I am looking for step-by-step procedure to apply patches.

    Thanks

    A couple of options are:

    Use SMS

    Use...

  • RE: Index Fragmentation

    What is your frag % immediately after a defrag? As suggested in the other thread, how many pages do you have in these indexes? What is your fillfactor?...

  • RE: Problema when a JOB execute a stored Procedure

    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 you use...

  • RE: Scan network for SQL server installations

    Lowell (9/17/2009)


    also SQLRecon; it uses a combination of different techniques to find all the registrations, their versions, and more...even identifies blank "sa" password installations.

    As lowell has mentioned and from your...

  • RE: T-SQL Fun

    This one made me pause for a sec - i was sure there was a trick somewhere in it (an extra space, some syntax or something). But straightforward it...

  • RE: Calculating company's fiscal year

    K - so that drives more towards having a lookup table for the fiscal month dates (my opinion).

    So what all have you tried to make the summing of months work?...

  • RE: Calculating company's fiscal year

    What have you tried so far for the fiscal month solution?

    Is the list of Fiscal Months static from year to year? If yes, you could potentially hard code those...

  • RE: Fast Growing temp file

    The tempdb data file should be set statically and use the filegrowth as an emergency backup. When trying to determine what could cause it, you could look into the...

  • RE: Are the posted questions getting worse?

    I remember all too well what I was doing on that day as well. It was a very surreal experience watching it all day every day for so long....

  • RE: Are the posted questions getting worse?

    GabyYYZ (9/10/2009)


    Kit G (9/10/2009)


    No, I haven't seen Spamalot. I probably should, I hear good things about it, just too lazy to go to an actual theater and I don't...

Viewing 15 posts - 19,336 through 19,350 (of 19,564 total)