Forum Replies Created

Viewing 15 posts - 6,406 through 6,420 (of 7,429 total)

  • RE: Disaster Recovery Plan

    Alot of us who are concerned with specific databases becoming corrupt and unusable usually also do a transactional replication to copy the data to another site for safety sake.

    "Don't roll...

  • RE: Group bY not in select

    Use GROUP BY and you column even if not in the select list is fine. Just keep in mind anything not in an Aggregate function such as SUM, MAX, MIN,...

  • RE: dts times out

    I have moved serveral million records is a single pacakge execution and have never seen this. If is an app the app may be having a problem finding the DTS...

  • RE: Instances and RAM

    Generally I would follow the rule of total amount available to all instances as 90% with a minimum of 64-80 Mb for the OS.

    So depending on what each instance...

  • RE: SQL7 and SP3

    Sorry couldn't offer a better option.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: row-by-row multiple insert

    This is a variation of what Sven wrote that seemed more like what you were looking for. However I do not agree with the cursor statement as the while has...

  • RE: SQL7 and SP3

    Ok, I am baffled primarily since the sqlsp.log file does not containt a failed line. My last thought is find the .out files that occurr when the upgrade is done...

  • RE: calling DTS from VB program

    Right, this is because the DTS activex com objects do not exist on the computer A in question. You will have to install them which I am not sure if...

  • RE: BCP to export to a file

    I agree with crosspatch. DTS is far more flexible it creatigna structured file liek you are speaking out. BCP does not allow direct output of the column names as headers....

  • RE: Tools for analyzing database locks

    This is one of the hardest things to do and I personally have not seen a third party tool that does all that much better (anyone seen one?). Anyway the...

  • RE: Trigger Errors

    Also I see you are doing a lot of work that is not needed with memory. Below I have posted what I would have done with the trigger that fixes...

  • RE: SQL Maintenance Plans

    One of the main reasons I don't use it is the fact I use differential backups most of the time which I have coded to do the differential nightly Sunday...

  • RE: The impact on number of tables or views

    quote:


    I thought that view object is only the structure


    Right.

    quote:

  • RE: Cluster Resource Monitor Dies and does not restart

    Take a look here at MS KB Article

    quote:


    Resource Monitor Problem Results in Event 1116 (Q255647)

    http://support.microsoft.com/default.aspx?scid=kb;en-us;Q255647


  • RE: The impact on number of tables or views

    Depends realy on the data being stored. But overall the highest performance hit will be the 3000 tables no matter if those duplicate any data or you have to join...

Viewing 15 posts - 6,406 through 6,420 (of 7,429 total)