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 |
|
vijays3
Constraint Violating Yak Guru
354 Posts |
Posted - 2010-05-19 : 14:13:30
|
| I am stucked while doing code ..I have below requirement and i got tired to use all approaches .Please suggest me on thiscreate table #jobactivity( job_id uniqueidentifier,category varchar(50),last_run_date int,last_run_time int,next_run_date int,next_run_time int)i am trying to populate this table using this commandinsert into #jobactivity exec msdb..sp_help_jobbut is is not working.Do i need to add same no of columns into the table? i want to take the selected columns into the table..Please help me on this. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|