Viewing 10 posts - 1 through 10 (of 10 total)
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...
June 2, 2017 at 8:24 am
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...
April 22, 2010 at 12:32 pm
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."...
May 16, 2007 at 7:25 am
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]...
April 23, 2007 at 2:02 pm
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...
April 13, 2007 at 8:27 am
"I've checked in the sysobjects table if I could find out at least the QUOT table name, and it was not there"
Patrick
April 12, 2007 at 9:51 am
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...
April 12, 2007 at 7:46 am
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...
February 17, 2006 at 10:00 am
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...
February 17, 2006 at 9:35 am
Viewing 10 posts - 1 through 10 (of 10 total)