If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Perl and the DBI > Segmentation fault in SQL 2008

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-14-10, 09:09
boorsa boorsa is offline
Registered User
 
Join Date: Sep 2010
Posts: 3
Segmentation fault in SQL 2008

running a SQL query in a Perl script I got error:"Segmentation fault"

the query and script finished properly as if no error occured

here is the query:

Code:
select id from courses_tbl where id='54'
I noticed that if I change the 'id' in the where clause to something else, it doesn't appear, for example it doesn't happen with this:

Code:
select id from courses_tbl where id='55'
so for some records it happens and for some it doesn't. really weird.

this is SQL 2008 I'm talking about.

any ideas ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On