management

Technical Article

RE: Differential backups as large as actual backup

  • Reply

I have had a similar problem with a large first transaction log backup. It turned out that, as part of the maintenance plan, there was a rebuild index step just before the full backup.By adding a truncate log step just before the full backup, the problem was solved.Maybe this will help. Erik

You rated this post out of 5. Change rating

2004-06-03

Technical Article

RE: Help in DTS

  • Reply

Hi,In DTS designer, add a "Transform Data Task" object, giving the src as your csv file. After specifying the destination table, got to Transformations, add a new ActiveXScript, click properties, and add somthing like:Function Main()  DTSDestination("dest_col_name") = DTSSource("src_col_name") ' or = DTSSource("col00x")  Main = DTSTransformStat_OK End Function...with your 'date', you'll need to do a Cast […]

You rated this post out of 5. Change rating

2004-05-26

Technical Article

Corrupted cluster index on a replicated table.

  • Topic

Corrupted cluster index on a replicated table. I can fix the problem - I/O error (bad page ID) detected during read at offset. DBCC checkdb shows a corruption on an index. Normally I would drop/recreate the index or run checkdb with a repair_rebuild, but this table is replicated. What steps are needed to fix the […]

You rated this post out of 5. Change rating

2004-01-29

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