Random Numbers

Technical Article

RE: the best way to transfer data from indexed tables

  • Reply

You'll have the least amount of problems using DTS import/export wizard. Select the source server/database and the destination server/database and choose to Copy Objects and Database between SQL Server databases. Check all uncheck "create destination objects..." depending on your circumstances. If creating new objects at the target, I recommend including dependent objects too. Obviously choose […]

You rated this post out of 5. Change rating

2003-06-14

1 reads

Technical Article

RE: xp_smtp_sendmail

  • Reply

Grant, I installed version 1.1.0.8 under SQL 7 SP4 (SQL log shows "Using 'xpsmtp70.dll' version '2002.08.12'") and was unable to replicate the problem for any combination of normal and unicode data for those 3 parameters. I even installed the SQL2000 version under SQL 7 and that worked ok in all circumstances too. What version are […]

You rated this post out of 5. Change rating

2003-06-10

1 reads

Technical Article

RE: Removing Duplicates

  • Reply

If have understood your logic correctly the this should do the trick select x.* from atable x left outer join atable a on a.Computer_Name = x.Computer_Name and a.Operating_System = 'Windows 2000' and a.Processor_Speed >= 500 and a.Location <> 'NOT-KNOWN' left outer join atable b on b.Computer_Name = x.Computer_Name and b.Operating_System = 'Windows 2000' and b.Processor_Speed […]

2003-06-09

Technical Article

RE: SELECT Sum() on big tables

  • Reply

Hi dani_17 quote: I have made I site in asp.net of used cars in the dominican republic. The site is quite successfull and in the 3rd month I have about 1,500 visitors per day and at least I cover expenses 😛 Congratulations! quote: id(int) - id of the car. hits(decimal)- the number of visits the […]

You rated this post out of 5. Change rating

2003-06-05

Technical Article

RE: Triggers

  • Reply

Could you provide a generic example of what you are trying to accomplish? I'm not following what you mean by: <b> Is it possible to catch the field that was inserted to only affect it with an update statement </b> Darren

You rated this post out of 5. Change rating

2003-06-04

Blogs

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...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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