Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
davidhills2
Starting Member
1 Post |
Posted - 2011-10-26 : 07:58:03
|
Good MorningI have a odd one here.A query that returns 4 rows normally, returns nothing when run thru SSIS unless the select statement is qualified with a limit.select * from mytable returns no rowsbutselect * from mytable limit 1000 returns 4 rows.I am using standard mysql ado.net driver 5.1.3.0a Data flow task using a data reader sourceany ideas?ThanksDavid |
|
yosiasz
Master Smack Fu Yak Hacker
1635 Posts |
Posted - 2011-11-06 : 15:48:10
|
what are you returning the result as1. xml2. recodset full3. one single row?try to avoid using select * If you don't have the passion to help people, you have no passion |
|
|
|
|
|