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
Server 2008 R2 DC File Permissions
Hyper-V support multiple VLANs on one NIC?
open a window using javascript
Java Applet Client - Security Exception
Linked Informix DB to SQL Server
restore from DB?
Refresh only current iframe on F5
Should I enable or disable TCP Offload in my Hyper-V R2 environment?
Outlook/Exchange Issue with Emails not showing
Can't access variable in code behind page