can I use 'show SQL query' from crystal report and use in SQL server -


I got some crystal reports, they were developed by somebody but now I am migrating to SSRS. So when I go from 'Crystal Report' to 'Show SQL Query', it is showing some queries, but I can not be rightly understood where these columns are coming from. Is the SXL query accurate to anyway, so that I can use it in SQL Server to create data sets for SSRS.

Thanks

You can run against your database server so that you can see the exact SLL Can be able to generate a report that is crystal report running.

The SQL Profiler is a tool that comes with SQL Server (under the display tool in your SQL Server program) which shows every SQL statement colliding with a database. Trace through SQL Profiler on your SQL Server, then run your report and SQL Profiler will show you the exact SQL statement that your Crystal Reports is running against the database.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

lua - HowTo create a fuel bar -