Forum Replies Created

Viewing 15 posts - 42,136 through 42,150 (of 49,571 total)

  • RE: Changing Taxonomy

    Jeffrey Williams (12/28/2008)


    I would recommend that you don't get rid of the data corruption forum. It should be one that stands by itself for those cases where someone is...

  • RE: Restore could not start DB.

    ALZDBA (12/28/2008)


    Does this point to a table that contains text or image columns ?

    Try to export the data without these column, so you only lose the text/image stuff if these...

  • RE: DBCC is "old technology"???

    Dugi (12/28/2008)


    GilaMonster (12/28/2008)


    Does your copy of Books Online say that CheckIdent is deprecated?

    Simple ...NO!

    If it's not marked as a deprecated feature (which, if you check, DBCC DBReindex and DBCC...

  • RE: DBCC is "old technology"???

    Dugi (12/27/2008)


    ...do we have any other possibility such as DBCC checkident isn't it!?

    Does your copy of Books Online say that CheckIdent is deprecated?

  • RE: Looking Forward

    Domagoj Orec (12/27/2008)


    My goals would be:

    1. Close my buisness and leave this God forbidden country (Croatia)

    2. Find a good job somewhere like Australia, UK or Canada 😀

    Why don't you come...

  • RE: DBCC is "old technology"???

    Well, DBCC certainly is old. Some of the commands have been around since SQL 6, but then that's true for a select statement too.

    Many of the DBCC statements are deprecated...

  • RE: Are the posted questions getting worse?

    Jeff Moden (12/27/2008)


    BWAAA-HAAA! Excellent candidate for this year's SQL Darwin award...

    He's a repeat offender who just doesn't seem to get it. I have several unpleasant memories of that guy's...

  • RE: SQL 2005 write performance

    leonp (12/27/2008)


    Also, you mentioned single row inserts .... was that based on the logs or profiler output I shared ... I thought the app was running transactions spanning 10,000 row-inserts....

  • RE: SQL 2005 write performance

    leonp (12/27/2008)


    when I run bulk inserts from the flat file into the SQL server, (which is ~thrice the total volume read), 35 million rows (18G) are loaded in server...

  • RE: Restore could not start DB.

    Reindexing is not going to fix this. There's corruption in the data pages (index id 0). If it was only in the nonclustered indexes (index id 2 and higher) then...

  • RE: Error->Restore Master Database

    jananik (12/27/2008)


    But I think I had taken the backup in a single destination only.

    Did you backup using the management studio gui? If there were two files listed in the...

  • RE: Transaction Log Size

    I posted a link to a doc about tran log management earlier in the thread.

    GilaMonster (12/22/2008)


    Take a read through this - http://www.sqlservercentral.com/articles/64582/

  • RE: SQL 2005 write performance

    You're pulling the entire of two tables, amounting to a total of 15 million rows. That's never going to be quick and there's no way indexes are going to help...

  • RE: ssis and ssrs interview questions

    GilaMonster (12/23/2008)


    Have you looked through Books Online, specifically the sections on SSIS?

Viewing 15 posts - 42,136 through 42,150 (of 49,571 total)