Scroll ignore |
---|
scroll-viewport | true |
---|
scroll-pdf | true |
---|
scroll-office | true |
---|
scroll-chm | true |
---|
scroll-docbook | true |
---|
scroll-eclipsehelp | true |
---|
scroll-html | true |
---|
scroll-epub | true |
---|
|
Open in new tab |
About Collectors
Insert excerpt |
---|
| Collector Method |
---|
| Collector Method |
---|
name | about |
---|
|
...
Note |
---|
Apply per database in scope for metadata collection. |
Code Block |
---|
CREATE USER kadauser FROM LOGIN kadauser;
GRANT VIEW DEFINITION TO kadauser;
GRANT VIEW DATABASE STATE to kadauser;
GRANT CONTROL to kadauser; -- required for extended events sys.fn_xe_file_target_read_file |
The following table should also be available to SELECT by the user created in each database
...