Skip to content

Commit

Permalink
Closes #89
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingminski committed Oct 19, 2019
1 parent e5968eb commit 2120a80
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 50 deletions.
2 changes: 1 addition & 1 deletion SQLWATCHDB/dbo/Tables/sqlwatch_logger_xes_waits_stats.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[activity_seqeuence_xfer] int null,
[event_name] [varchar](255) null,
[sql_instance] nvarchar(25) not null default @@SERVERNAME,
[sqlwatch_activity_id] uniqueidentifier default newsequentialid(),
[sqlwatch_activity_id] uniqueidentifier not null default newsequentialid(),
constraint fk_logger_xes_waits_snapshot_header foreign key ([snapshot_time],[snapshot_type_id],[sql_instance]) references [dbo].[sqlwatch_logger_snapshot_header]([snapshot_time],[snapshot_type_id],[sql_instance]) on delete cascade on update cascade,
constraint [pk_logger_xes_waits] primary key (
[snapshot_time],[snapshot_type_id],[sql_instance], [sqlwatch_activity_id]
Expand Down
Loading

0 comments on commit 2120a80

Please sign in to comment.