Tip Bank

DevX - Software Development Resource

Dynamic Table Name

Question: I would like to build a stored procedure that will receive a table name as a parameter. It then will select the data I want into whatever table name

DevX - Software Development Resource

Use for sp_OAStop

Question: I noticed that MSDN contains sp_OAStop, which shuts down the OLE environment that starts inside SQL Server the first time you call sp_OACreate. But I can’t figure out what

DevX - Software Development Resource

Create a New Table

Question: How do I create a new table? Answer: The DLL syntax for creating a table intuitively is the CREATE TABLE command. You can specify all the options for the

DevX - Software Development Resource

Using out-process components under IIS4

By default IIS 4 doesn’t permit to use the Server.CreateObject command with an out-process ActiveX EXE component. To do so, you must manually create the AllowOutOfProcCmpts registry value under the