Forum Replies Created

Viewing 15 posts - 361 through 375 (of 528 total)

  • RE: SQL 2005 problem

    2005 comes in four flavors. I would not expect all four versions to be at the same level. So be careful you are not comparing apples to oranges....

  • RE: Trigger Question

    I agree with Jeff. Also, if you can, create a circular trigger, where insert into Table A triggers insert into Table B which triggers insert into Table C which...

  • RE: Recursive trigger ?

    Won't the triggers also, if not written carefully, result in constantly tripping each other? Server A gets an update, so its trigger updates Server B. Server B now...

  • RE: Complicated Deduping

    What is the end result you seek? A single line with counts for each customer? All the detail captured in the database, ordered by customer (= customer +...

  • RE: Couldn''''t grab the data I want. Please Help.

    Also, please be careful to include examples with '-', so that we know whether that is the full field, or the '-' is part of the field's value. (Hence...

  • RE: questions on migrating sql 2000 databases to sql 2005

    We haven't done our migration yet, from 7 to 2005, so I can't give a lot of advice, but I would encourage installing ss2k5 in MIXED mode, not relying solely...

  • RE: Hardware & RAID Configuration - What''''s the best

    Mr. Jones:

    Regarding the second point, the argument was that an apples to apples type of performance comparison should be made to 'prove' the relative efficiencies of which RAID is 'faster'....

  • RE: execute package failed when logging sqlserver

    Have you examined the following articles for assistance (It's amazing what google can dig up when using the following search string: 0x80040E37 SQL Server Error message )?

    support.microsoft.com/kb/915799

    support.microsoft.com/kb/280106

    Also, the 3rd...

  • RE: Converting a row to a Column

    'I have a requirement...' - What is the requirement? For a report? For data storage? To display on a web page? The example cited from another...

  • RE: Inserting symbols in a field

    Gift - the reason for casting to Varbinary was to allow the user to lookup the character and prove to themselves that no conversion occurred.

    Aren't we all supposed to be...

  • RE: Funny in Microsoft Press book

    So - is it the diseased implication (SSIS has mono), is it the rocky road aspect (..lithic), or is it just that SSIS is enforcing a layer of simplicity within...

  • RE: Issue while running upgrade advisor on remote server

    I haven't run the analyzer for a while, so my memory is a little fuzzy. I believe I ended up loading the analyzer program locally to the server being...

  • RE: help with dynamic SQL

    It's the end of my workday and I'm about to get a phone call from my boss, so I have to make this quick...

    subquery: select only those IDs that...

  • RE: Moving Deployed Reporting Services Reports

    This will probably sound harsh, and it will certainly NOT please management, but requiring your development team to manually redeploy the reports may bring home to them the value of...

  • RE: moving log file of user database

    When you say from one drive to another, are both of these drives on the same machine? How many connections have to be made between the two drives? ...

Viewing 15 posts - 361 through 375 (of 528 total)