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 |
|
mk_garg20
Constraint Violating Yak Guru
343 Posts |
Posted - 2005-02-03 : 19:38:21
|
| Hi All,I have crystal report. That has atleast 10 sub reports.All are using Stored Procedurs from SQl serevr 7.0.When i run i get an data type conversion error.How i can find which stored procedure is generating error from SQL Server 7.0?Thanksmk_garg |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-02-03 : 19:41:05
|
| Use SQL Profiler to find out which one is getting the exception. Make sure to add the exception event into your trace though as it's not part of the default trace.Tara |
 |
|
|
|
|
|