career

Technical Article

RE: Stored Procedures parameter

  • Reply

You could consider calling the procedure from a loop, and then using a variable to determine the values being used. Lots of overhead for the server, since loads of results can be generated. If the results pane of QA is 'in text', you messages can appear before the result set of each iteration. Here is […]

You rated this post out of 5. Change rating

2003-06-12

Technical Article

RE: Replication through triggers

  • Reply

You could consider using the triggers to perform the remote updates. To do this you can look at building distributed transactions to perform the actual updates. Remember to set xact_abort option on if trying this method. DTs require RPC which may make the overally transaction quite slow. Best advice Build the primary keys and then […]

You rated this post out of 5. Change rating

2003-06-12

1 reads

Technical Article

RE: Selecting different records from a same column

  • Reply

Still not sure what you want to accomplish. If the idea is to fetch the two indexvalues from the database in a single statement, consider writing a stored procedure. You would pass in the necessary variables and get the two indexes back. CREATE PROCEDURE up_fetchindexvalues @month0 int, @year0 int, @month1 int, @year1 int, @index varchar(10), […]

You rated this post out of 5. Change rating

2003-06-12

Technical Article

RE: Primary key / DTS load question

  • Reply

Thanks to all for your suggestions. mccorks view methodology has worked best here as performance hit is very small on large loads (200,000 - 2m). DDQ of drmccue works fine on anything under 1000 rows. Anythin above that and the individual processing of each row slows things right down.

You rated this post out of 5. Change rating

2003-06-12

1 reads

Technical Article

RE: SQL MAIL - PROBLEMS

  • Reply

Try loading MS Outlook on the server (Outlook 2000 for SQL Server 2000), and set up an Mail Profile for the login which the Server Service uses. You can then test the MAPI separately. Now select that Mail Profile and test. Remember that if any changes are made to the MAPI settings you must restart […]

You rated this post out of 5. Change rating

2003-06-12

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers