This is a migrated thread and some comments may be shown as answers.

[Solved] Data Driven SQL problem

2 Answers 23 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
waynegs
Top achievements
Rank 1
waynegs asked on 17 Jul 2009, 04:52 PM
Is there a way to use a SQL stored procedure or a sql query as a datasource for data driven testing?  When I try to use a table, it times out or gives an OutOfMemory exception even though I am telling the test to only use a few rows.  I guess it is still trying to pull all of the data.

Thanks

2 Answers, 1 is accepted

Sort by
0
waynegs
Top achievements
Rank 1
answered on 17 Jul 2009, 06:40 PM
Just figured out that I could setup a view to solve this issue.

Thanks
0
Cody
Telerik team
answered on 20 Jul 2009, 08:52 PM
Hello waynegs,

Having a bit of SQL programming experience myself I was getting ready to recommend exactly what you did. Congrats on discovering this on your own!

Please let us know if you have other questions.

Regards,
Cody
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
waynegs
Top achievements
Rank 1
Answers by
waynegs
Top achievements
Rank 1
Cody
Telerik team
Share this question
or