Hi all,
I have been attempting to construct some dynamic SQL using a table name as a parameter, and call it using sp_executesql, in SQL Server 2005.
According to all of the searches and articles I have read today, the following should work:
DECLARE @rownum INT
DECLARE @tabNam NVARCHAR(100)...
Does anyone know how to force a 'spawn'ed or 'exec'ed process to inherit an executable name using VC++?
Example: On UNIX, if a program called 'psintest' contains the following line,
execvp("JavaServer", argv);
then 'JavaServer' will be executed, but will show up in the process list as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.