Make sure that gs_report_needed contains value and that value is a valid datawindow name, also make sure that that datawindow included in exe or pbd and that the library search path is valid.
This will let you find all rows that contain duplicate records for certain column(s)<br>(helpfull if you try to build a pk on a table which already contains data).<br><br>select count(*), col1, col2... coln<br>from table_name<br>group by col1, col2... coln<br>having count(*) > 1<br><br>This...
Hi. I read that trace flag 1204 and 1205 are supposed to provide more information about deadlock if one is encountered. So I ran the following commands on cutomer's db server:<br>dbcc traceon(1204)<br>dbcc traceon(1205)<br><br>Next time customer got a deadlock there was no additional information...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.