J
Jim
Can someone, please, show me how to display the results of
a stored procedure in a VB.NET datagrid on a winform? I'm
a newbie.
Here's my SQL 2000 stored precedure that returns the
status of SQL Jobs as a table.
==================================================
CREATE PROCEDURE [dbo].[GetRunningJobs] AS
EXEC msdb.dbo.sp_help_job @execution_status = 0
GO
==================================================
Thanks,
Jim
a stored procedure in a VB.NET datagrid on a winform? I'm
a newbie.
Here's my SQL 2000 stored precedure that returns the
status of SQL Jobs as a table.
==================================================
CREATE PROCEDURE [dbo].[GetRunningJobs] AS
EXEC msdb.dbo.sp_help_job @execution_status = 0
GO
==================================================
Thanks,
Jim