Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: Presentations that are Easy on the Eyes

    I have a few rules:

    1-Printscreens must be taken with the window size as small as possible. A screen shot of a 640x800 window is best to view on...

  • RE: Check if column exist before selecting values

    Hi bteraberry,

    Unfortunately, this is not a parser error. If you put that sql statement in a SQL job, even if encapsulated in an exec statement, it throw an error and...

  • RE: Question of the Day for 10 May 2007

    Hi,

    When trying to answer the QOD, the answer "4 100GB drives as a RAID 5 array and 2 100GB drives in a RAID 1 array at $250 per drive."...

  • RE: Tables Lost

    Hi Gang,

    I think that the software issued the wrong drop table command...

    I've found out the resulting transactions on the system tables in Apex SQL Log explorer:

    DELETE FROM [dbo].[syscolumns] WHERE [id]...

  • RE: Tables Lost

    Hi,

    Yes, there is also other tables that was lost in the same transaction: I didn't mentionned them because they were all used in the transasction and were all lost in...

  • RE: Tables Lost

    "I've checked in the sysobjects table if I could find out at least the QUOT table name, and it was not there"

    Patrick

  • RE: Tables Lost

    Hi,

    No rows are returned.

    Patrick

  • RE: Tables Lost

    Hi,

    I've checked in the sysobjects table if I could find out at least the QUOT table name, and it was not there. Some other SQL guys here could confirm that the...

  • RE: Problem involving Paralelism or Database corruption?

    Doing this query will ignore the indexes:

    select idtransaction, failed, CreatedDateTime from transactions WITH (INDEX(0)) where failed = 1

    and it returns the proper amount of rows.

    So the table seems ok...

  • RE: Problem involving Paralelism or Database corruption?

    It returns 9 rows, no duplicates (10 actualy now since there is one more "failed" record in the table, but you know what I mean)

    I will try to do...

Viewing 10 posts - 1 through 10 (of 10 total)