Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: psin
  • Content: Threads
  • Order by date
  1. psin

    Dynamic SQL and table names

    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)...
  2. psin

    Inheriting process names in Visual C++

    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...

Part and Inventory Search

Back
Top