I need to be able to call the same SQL many times, with different parameters, hence the parameter name in the SQL string.
According to the documentation this should work.
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...
I just had get the right .reg file, then restart the app (word in my case) at first I thought it wasn't working.
I closed everything down to do a reboot, then thought to try it just before and it worked. This was an nt4/word2000 setup.
My current working theory is that it is a problem with...
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.