TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
nisar ahmad
NA
12
0
memory out of exception while executing query
May 27 2011 2:15 AM
Dear All,
i have windows service which push data from one database to another, i have a query which is
select * from tab1; e.g
if its result goes beyond 15000 rows it will give exception of memory out of exception and i am using sqlcommand object and i have set command timeout to 0, but every time it throws the exception.
if i limit it to selective column i.e select cola from tab1 .. will it works?
coz i dont have a live enviornment.
Best Regards
Nisar
Reply
Answers (
2
)
Want to connect to remote MDB file in window services
Need help with service to limit printer use.