Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
GenVue is a hostable, web application that lets confidential users upload and share private files. Tech stack: Net Core 2.0 + Vue.js + Vuex + OpenIddict + Vuetifyjs + EF + SQLServer/Postgress
Describe the bug
Calling procedure with CommandBehavior.SchemaOnly behavior wraps sql with SET FMTONLY ON and SET FMTONLY OFF lines which results in following errors:
// for fully-qualified name (db.schema.proc)
Attempt to locate entry in sysdatabases for database 'SET FMTONLY ON
TestDataCore' by name failed - no entry found under that name. Make sure that name is entered proper
Describe the bug
Calling procedure with
CommandBehavior.SchemaOnlybehavior wraps sql withSET FMTONLY ONandSET FMTONLY OFFlines which results in following errors: