backup

Technical Article

RE: Delete taking too long

  • Reply

If you are absolutely positive that the records that you are about to delete don't have an related records in other tables then, as part of the delete process, try dropping the constraint before you do the delete then re-enable the constraint afterwards.

You rated this post out of 5. Change rating

2004-07-29

Technical Article

RE: sql server 2000 trigger for checking duplicate email in a table

  • Reply

Hmmm - not quite sure what you're after. Do you have a 'person' table containing an e-mail field and want to maintain a separate table which contains just e-mail address (and, presumably, a foreign key back to the main 'person' table)? So do you therefore want to migrate your e-mail addresses away from your 'person' […]

You rated this post out of 5. Change rating

2004-07-29

Technical Article

RE: sql server and photos

  • Reply

Im using access data pages for now, but Im open to anything that can do what I need.  Access isnt allowing me to enter the info.  what is the easiest way to do a web page with a sql database back end??? The only requirement is I have to be able to have a very user […]

You rated this post out of 5. Change rating

2004-07-28

Technical Article

RE: RecordCount problem with static recordset

  • Reply

Try changing the ADODB cursorlocation to be adUseClient.  Then you should be able to get a recordcount.  The problem is the recordcount uses client always and when the cursor location is on the server it can't get a count.If the above gives a -1 add re.movelast and rs.movefirst and then check record count. 

You rated this post out of 5. Change rating

2004-07-23

Technical Article

Merge replication error, foreign keys

  • Topic

I'm running into an issue with merge replication that has just started to crop up.  I wrote a nice process for checking data in/out of a tablet for field work and something was missed in my documenting HOW I set it up.When I go to run a pull merge subscription from the subscriber I am […]

You rated this post out of 5. Change rating

2004-07-21

70 reads

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