|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Table
I would like to create a table on a run time. what am I doing incorrect?
insert into #job exec msdb..sp_help_job @job_name='.dba.archive.baks',@job_aspect ='steps' |
|
#2
|
|||
|
|||
|
um... what?
if you are trying to "create" a table on a run time, you would need something along the lines of: Create table TableName ( column1_name datatype, column2_name datatype, ... ) i'm not sure what that code you have is supposed to do, maybe you could clarify it? |
|
#3
|
|||
|
|||
|
I want to have all data from sp into table.
|
|
#4
|
|||
|
|||
|
im sorry i'm not understanding your question
are you looking to take all the data from one table and put it into a new table? |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|