tables

Technical Article

RE: Copy data

  • Reply

Is the ID field an IDENTITY field?? If it is you can SET IDENTITY_INSERT ON Then you can insert your identity from table a into table b. AJ Ahrens SQL DBA Revenue Assurance Management - AT&T

You rated this post out of 5. Change rating

2003-06-03

Technical Article

RE: Need a good Internet Mail Server

  • Reply

Another good free alternative could be 'Mercury' which is the complementary Mail Transport for the email client 'Pegasus Mail'. See . While I haven't used it in anger myself I did have a play with it some months back. Pegasus/Mercury is highly regarded software used extensively in UK Academic institutions due to it's support for […]

You rated this post out of 5. Change rating

2003-05-27

Technical Article

RE: Procedure cache - recompile problem

  • Reply

Example script: set nocount on go if object_id('cache_test') is not null drop table cache_test go create table cache_test ( id int not null, descr varchar(30) not null, rowcreateddt datetime not null default getdate(), rowcreatedby varchar(30) not null default right(system_user,30), testcolumn varchar(30) null, primary key (id) ) go create trigger cache_test_update on cache_test for update as […]

You rated this post out of 5. Change rating

2003-05-15

2 reads

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