|
Overlooking the world of SBS2003 and Office Systems 2003
|
|
| OLAppointmentTable.sql (Note: The generatrix is a macro that the database creates from the definition of the table that will delete and recreate the table when it is run in tsql. It is stored as a text file with .sql extension in the ...\MSSQL7\Binn directory. When tsql is run from the SQL Server Manager's Tools Menu, it will open to the Binn directory and show all the .sql files for selection.)
if exists (select * from sysobjects where id = object_id(N'[dbo].[OLAppointments]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) |
|
Send mail to
Hollis@outlookbythesound.com with
questions or comments about this web site.
|