Forum Replies Created

Viewing 15 posts - 4,381 through 4,395 (of 7,429 total)

  • RE: Bulk Insert with a twist

    quote:


    Overall, do you think that it would be faster to complete the delete from tSecondaryStage

    via method 1:

    1.) delete from tSecondaryStage where ID...

  • RE: One or More than One Database?

    Just ignore that peice. I was thinking thru all the constraints and that is usually a trigger thing. I use references to control tables where they have a set range...

  • RE: Installation

    No data files do not make reference or have have references in the Registry. SQL does have a reference to master data and master log that is stored in the...

  • RE: Simple queries intermittantly timing out.

    Have you try DBCC CHECKTABLE, could be damaged in some way. More info available in SQL BOL.

  • RE: One or More than One Database?

    quote:


    a) What are the performance ramifications, if any, of having to use triggers to enforce common data integrity across multiple databases...

  • RE: Bulk Insert with a twist

    Actually I think you issue is the nature of dealing with DELETE statment more so.

    Bulk Insert will not be logged to the transaction log so the process will go...

  • RE: One or More than One Database?

    I preferred the shared approach. Common data can be best handled that way while still allowing you to generate table names for specific applications that make since. For instance an...

  • RE: dtsrun utility

    Ok, I cannot test tonight but will try to in the morning when at my COmputer at work.

  • RE: Simple queries intermittantly timing out.

    Does it happen in EM or QA. If not then can you post an example of the code behind the ASP page? Also, have you looked at the execution plan...

  • RE: Installation

    I may have confused you here.

    When you reinstall SQL you can safely move the data files into place. They do not care about the registry settings. SQL only requires the...

  • RE: dtsrun utility

    Ok, so let me make sure I understand. You app runs a stored procedure, this procedure in turn runs the package?

  • RE: SQL 2000 IP address storage

    Seems you are the only person to catch this, noticed your post on SQLMag forums as well. I don't believe there is a setting, I am pretty sure SQL does...

  • RE: Automating backups of DTS packages

    Another way you can do it is to a DTS package file.

    Saw this in another thread last night and started to script it to generate and run against all my...

  • RE: summing data from two tables

    Backup. Your first query would result in a cartesian table as a result of a full join. You have no information explaining how the tables themselves relate, this is why...

  • RE: dtsrun utility

    No idea yet, I have not tried this. Can you post an example of what the application code so I can see what you are doing. Or maybe some else...

Viewing 15 posts - 4,381 through 4,395 (of 7,429 total)