checkdb

External Article

Can I Offload DBCC CHECKDB To Another Server?

  • Article

You want to check for corruption, but you don’t want to slow down your primary production server. In this post, I’m specifically talking about offloading the corruption checking process. I’m not talking about doing corruption checking on both the primary and other servers – that’s wonderful, and if you’re doing that, you should hug yourself. You’re doing a good job. Who’s a good dog? You are! Good dog.

2020-06-19

Technical Article

RE: urgent please

  • Reply

declare @record_code char(2) select * from record001 where record_code not in ('00','01','02','03','04') if(@record_code='00') begin  insert into record0  select * from record001   where agency is null   or trans_id is null   or ISNUMERIC(trans_id)=0   or isnumeric(accounts_trans)=0   or isnumeric(baccounts)=0   or isnumeric(daccounts)=0   or isnumeric(osa)=0 delete record001  where agency is null   or trans_id is null   or ISNUMERIC(trans_id)=0   or isnumeric(accounts_trans)=0   or isnumeric(baccounts)=0   or isnumeric(daccounts)=0 […]

You rated this post out of 5. Change rating

2005-04-28

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