[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
SQL-SERVER how to run stored procedures or SELECT INTO statement in SQL paragraph
- Subject: SQL-SERVER how to run stored procedures or SELECT INTO statement in SQL paragraph
- From: Pankaj Bedekar <BedekarP@ALCONEMARKETING.COM>
- Date: Thu, 1 Jul 1999 11:22:37 -0700
Title: SQL-SERVER how to run stored procedures or SELECT INTO statement in SQL paragraph
I am using MS SQL-SERVER 6.5 AND SQR 3. I need to create a table on the fly using a SELECT statement.
I tried using SELECT INTO in BEGIN-SQL ...END-SQL block but it never executed the statement.
I created a stored procedure which does the same but now I cannot execute the stored procedure using EXECUTE
or using 'BEGIN-SQL...END-SQL'
anyone have done this before ? plea let me know if anyone have more info. on this .
Thank you,
Pankaj