Microsoft
Software
Hardware
Network
Question : select within exec
is itpossible to hold a select statement within an exec statement, in some other way?
exec
(
select cast (getdate() as varchar(200))
)
thanks
Answer : select within exec
no, that is not possible like this.
I presume you want to "exec" for each row of what is returned?
please clarify
Random Solutions
Looking for NETWORKDAYS VBA Equivalent without Analysis ToolPack or Analysis ToolPack VBA
pop up panel
Active Directory User
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Backing up ESX VMs with symantec backup exec 11d
How can I multiply table 1 column by table 2 column then add all the results?
Disable Driver Signature Enforcement during Windows 7 install
COntact Form Formatting
Multiple Dll's in Delphi
C# Inheritance