Stairway Series

Technical Article

RE: If PK is a GUID, what index type is best?

  • Reply

Actually looking directly at the index data it does not create a clustered index. Does exactly what I stated. First I created a table like so. CREATE TABLE [tbl_AgentList] ( [CCID] [int] NOT NULL , [AgentID] [int] NOT NULL , [AgentName] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , [DteTme] [datetime] NOT NULL CONSTRAINT [DF_tbl_AgentList_DteTme] DEFAULT […]

You rated this post out of 5. Change rating

2003-07-10

1 reads

Technical Article

RE: write conflict

  • Reply

quote: Hi alicejwz, from what you have sent me off-forum, could it be you have a bit field in one of your tables without a default value? That's working in Access, but not in SQL Server. Cheers, Frank It is possible to store NULL in bit field in SQL2000, but Access doesn't like that, and […]

You rated this post out of 5. Change rating

2003-07-10

Technical Article

RE: Data replacement

  • Reply

It will give you the option to choose from 1) Delete rows from the Destination table or 2) Append rows to the Destination table. Click on the small button in the Transform section and you will see these options in the Column mappings. Btw I have seen so many of your basic question here, you […]

You rated this post out of 5. Change rating

2003-07-08

Technical Article

RE: How Frequent Do you Perform Restoration Test

  • Reply

Any restoration, disaster test, etc HAS to be done on the production system since I don't have a test system. Management has never seen a reason to buy a test system. I have recovered from a major crash. We had a hardware failure back in November. At that time the backup and restore strategy had […]

You rated this post out of 5. Change rating

2003-06-26

Blogs

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

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