Forum Replies Created

Viewing 15 posts - 61 through 75 (of 112 total)

  • RE: read text file contents in a stored procedure

    Thanks for the replies. I had looked at bulk insert and also at using openrowset. Didnt know if there were any consequenses of using a bulk insert command to only...

  • RE: Getting the most recent row for a group of products

    I would normally be using a dynamically created list of itme numbers in an IN clause to grab all the items that are currently in the basket.

    So there would be...

  • RE: Getting the most recent row for a group of products

    OK have pasted the current query above (urgh nasty looking thing) here is some more table info;

    Order transactions;

    Item_Number, Selling_Unit_Price, Parent_record (order number), This_Record (unique reference KEY), Quantity, Quantity_On_Order

    Order Table;

    Account_Number, Order_Total,...

  • RE: Getting the most recent row for a group of products

    PS this is the current query which returns the correct rows but is way too slow...takes almost 12 seconds to execute.

    SELECT     Trans1.ITEM_NUMBER, Trans1.SELLING_UNIT_PRICE

    FROM         SOR_ORDER_HISTORY Ord1 INNER JOIN

                          SOR_HISTORY_TRANS Trans1 ON...

  • RE: distributor_admin login missing for replication

    UPDATE,

    It seems that the 'techie' that installed msSQL (always do stuff yourself) did so when the computer was named H0. Then he renamed the computer H0-SERVER. msSQL now seems to...

  • RE: distributor_admin login missing for replication

    Switched off replication and disabled distribution on the other server (A) and tried again to configure replication and distribution on the new server (B) but still get the same error;

    Error...

  • RE: distributor_admin login missing for replication

    I run through the task wizard in EM to configure replication, publication and distributor. I select the server as its own distributor etc then I get the error.

    There is another...

  • RE: Restart transactional replication

    No mail stuff set up on the sql server..I have now set it to netsend to the 'technical' guy on site. This happened previously and the alert I was using...

  • RE: count ocurencies of a string not row count

    thats a good idea but its no good for wildcard searchs as it users string length which of course for a wildcard search would be different. Say you searched for...

  • RE: Stored Procedure Input Parameter and LIKE

    Its ok sorted it out now...just a typo!

    DOH.

    where ..LIKE '%' + @input_parameter + '%'

  • RE: ADO ole and SELECT SCOPE

    Yes,

    The same query works fine without any alteration if the connection string is altered.

    Rolf

  • RE: Enterprise manager reacts slow

    Tried this. Put in the bin path into the PATH environmental variable on my win2K box and it now seems to be better.

    Cheers

    Still weird though!

  • RE: Setting timout amount for replication

    Thanks for the reply but its not the log reader that has the problems. The general network errors are always recorded by the replication agent. Its when it is trying...

  • RE: Transactional Rep.

    How many tables are involved..? If you have many tables involved in the denormalising process say a customer details table identified by a customerID in your main table then the...

  • RE: Enterprise manager reacts slow

    In fact its even worse now with service pack 3a, it also occurs when I alter a tables design or add a column and EM crashes out! Its very frustrating.

    Rolf

    ...

Viewing 15 posts - 61 through 75 (of 112 total)