So far seems to work very well (although it does seem to help if you disconnect and reconnect the Wave between each debug session!)
Saturday, August 21, 2010
Setting up a Samsung Wave (Bada) for debugging
Full instructions here - http://www.careace.net/2010/08/07/run_your_wave_app_on_actualdevice/
Wednesday, August 18, 2010
View Stored Procedure Source Code
If you want to see the raw SQL behind your stored proc (like you can
in SQL Server Management Studio) then use:
in SQL Server Management Studio) then use:
EXEC sp_HelpText 'your procedure name'
Subscribe to:
Posts (Atom)