CREATE TABLE

Technical Article

RE: how to zip file

  • Reply

OK.  Makes perfect sense.  Thanks for the 411.  I'll take this under advisement and look into scripting more of my tasks whenever possible.  LanMan

2005-05-24

Technical Article

RE: SQL SERVER 2000 trigger for Audit trail

  • Reply

Something like this should get you most of the way: create TRIGGER [name] ON FOR INSERT AS update set created_by = SUSER_SNAME(), last_modified_by = SUSER_SNAME(), date_created = GETDATE(), date_last_modified = GETDATE() from inserted where .Seqno = inserted.seqno; create TRIGGER [name] ON FOR UPDATE AS update set last_modified_by = SUSER_SNAME(), date_last_modified = GETDATE() from inserted where […]

You rated this post out of 5. Change rating

2004-07-29

Technical Article

RE: using replication to move data from buffer databases to central database?

  • Reply

Given the fact that you need to delete messages from the client machine you are forced to use a DTS package running at intervals.  The Replication models are just that - Replication of data from one server to another.  Therefore if you delete data at one end the other end will mirror this exactly.Once you […]

You rated this post out of 5. Change rating

2004-06-29

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