Viewing 5 posts - 1 through 5 (of 5 total)
Got It,
For those who want to know
This error is a stack overflow. Another words we got too many functions on a stack during optimization.
SELECT id_ident FROM tbl1 WHERE id_ident =...
September 24, 2008 at 2:39 pm
Here's what I try...
I Try to delete FKs in each corresponding table with this script. I can only delete in Gen_object if the referring number of table is Below...
September 24, 2008 at 9:48 am
Well, if it's was that it will be too easy, what I really want is
SELECT *
FROM MyTable
WHERE MyValue LIKE '%'
but % is a wildcard so it return everything and that's...
June 13, 2008 at 9:15 am
Hi,
yes i had look at the exec plan, nothing seems wrong using Clustered index Update (92%) -> Merge join (1%) -> Index Seek on both table accounting...
January 24, 2008 at 11:57 am
Viewing 5 posts - 1 through 5 (of 5 total)