January 2, 2014 at 10:59 pm
Hello All,
I have requirement that, If my applications are down for period of time...
are there any tools existed to browse Data from SQL Database?
The tool is easy to query data wiyhout Code/ with small amount of code...
Dynamic query implementation based on selection from Tool.
i am not looking for SSRS?
(because it needs predefined SQL Queries/ SPs)
Thanks,
Sasidhar Pulivarthi
January 3, 2014 at 5:04 am
You just want to access SQL Server and look at the data, but you don't want to write any T-SQL code? None of the standard management tools can do this for you. They're pretty much all predicated around T-SQL (for good reason, if you have to manipulate data and objects within SQL Server, that's the way to go). But, if you just want to be able to look at the data you could use some of the code generation tools that will build you a custom front-end based on your database and the relationships between tables there. I've had good luck with Lightswitch.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply