Clustering

Technical Article

RE: Copy SP

  • Reply

INSERT INTO tbl2 (fname) SELECT fname FROM tbl1 WHERE ref#='123'Btw, the # sign isn't really good to be used as a column name. I have seen several threads here, where this caused more or less severe problems.

You rated this post out of 5. Change rating

2004-12-16

Technical Article

RE: Missing record!!!

  • Reply

I am using vb6 with adoI was used to use addnew with a recordset but so I will use somthing like "insert into dbo_invoice (invoice_id, invoice_date) select max(invoice_id)+1 as new_id, getdate() from dbo_invoice"what will gurantee that using rs.open "SELECT @@IDENTITY AS 'Identity'" will return the Id created by the application current user and not by […]

You rated this post out of 5. Change rating

2004-12-03

Technical Article

RE: WARNING: Failed to reserve contiguous memory of Size= Can anyone help?

  • Reply

We ran into this  on a 4-way machine running win2k and sql2k.  MS recommended that we have use the '-g 384' switch for SQL Server startup.  That reserves more space for COM objects and extended stored procedures.We ended up having to increase to '-g 512'.  But the problem has not reoccurred since then. 

You rated this post out of 5. Change rating

2004-08-25

Technical Article

Administrator Password Got Change!

  • Topic

I know that I should not post this question in this group, but just take a chance for fortune since we have a lot of experts in this group.   I had a serious problem.  Someone had changed our domain admin password.  Is there a way to figure out who changed it, or by any event […]

You rated this post out of 5. Change rating

2004-08-12

Technical Article

RE: deduping data in a flat file

  • Reply

If you have room for two copies of the data, I think this might run faster than the self-join and DELETE method.First import the data into a staging table.Then create another staging table with the same structure, and put a unique constraint on the dedupe fields using WITH IGNORE_DUP_KEY.  SELECT * INTO StageUnique FROM Staging […]

You rated this post out of 5. Change rating

2004-08-12

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