reports

Technical Article

import database errors

  • Topic

I created a new database on a dev server and imported the production database to it.  There were three errors during that process.  Where are those errors logged.  The errors were complaining about a column name, but I don't know what is indicating that there is a problem ? Thanks

You rated this post out of 5. Change rating

2004-04-26

1 reads

Technical Article

RE: DBCC CHECKTABLE

  • Reply

The Table should have 15 indexes.  When I run dbcc checkdb I get.Server: Msg 2591, Level 16, State 1, Line 1 Could not find row in sysindexes with index ID -1 for table 'Network_Inv'.Any ideas? 

2004-02-19

Technical Article

RE: 8-way Xeon PIII 700mhz vs. Dual Xeon P4 3.0ghz

  • Reply

How big is the db? If it's all cached, not sure the extra $$ buy you anything. If you have complex queries, then parallelism with the extra processors might help out. You'd really have to test it and see. I suspect the bigger box will outperform under large load, but at smaller loads, it might not. 

2004-02-14

Technical Article

RE: date time field

  • Reply

I had the same problem so I use the following: WHERE Convert(varchar(10),date_key,101) Between @Startdate and @EndDate @Startdate being '10/16/2002' @EndDate being '10/25/2002' Edited by - cfeisel on 12/02/2003 10:29:34 AM

You rated this post out of 5. Change rating

2003-12-02

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