[dbo].[investigationhistoryview]
(local)
>
mdb
>
Views
> dbo.investigationhistoryview
Properties
Columns
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Created
12:32:10 PM Sunday, December 05, 2010
Last Modified
12:32:10 PM Sunday, December 05, 2010
Columns
Name
investigation_name
timestamp
administrator
note_text
SQL Script
CREATE
VIEW
investigationhistoryview
as
select
investigation_history.
*
from
investigation_history
GO
Uses
[dbo].[investigation_history]
dbo