-
Caros, que tabela é a dbo.TipoUnidade? No script de criação do banco, existe uma foreign key que faz referência a essa tabela, mas não há nenhuma instrução para a criação da mesma.
-
Microsoft_SystemCenter_DataWarehouse_Report_Library_ReportObjectListParse_V2.sql
Line 45:
SELECT TOP 1 @ManagedEntityRowId = [ManagedEntityRowId] FROM [**OpsMgrDW**].[dbo].[ManagedEntity] WHER…
-
```
What new or enhanced feature are you proposing?
Currently, there is no clustered index on ELMAH_Error. From what I understand,
this was changed back in r131 as a performance issue. However, this …
-
@GoEddie I am trying to ignore deploying the schema changes specific to "dbo" schema.. but instead it deploys those schema changes when using with IgnoreSchema filter..
![image](https://user-images.…
-
```
Violation of PRIMARY KEY constraint 'pk_logger_perf_xes_long_queries'. Cannot insert duplicate key in object 'dbo.sqlwatch_logger_xes_long_queries'. The duplicate key value is (2021-05-01 23:03:1…
-
When configuring a function's parameter's mapping in the model:
```c#
modelBuilder.HasDbFunction(...).HasParameter("startDate").Metadata.TypeMapping
= typeMappingSource.GetMapping("...");
``…
-
Use schema's as a namespace instead of formatting tables as `scheme + "_" + table`
`dbo` schema to be a root schema as is currently.
Make this an option.
sjh37 updated
5 years ago
-
Update the API to support nested calls in general, especially in Caliper-like tools. This might be useful for the Kokkos-update as well.
Merge #559 and #563 first, and then add a new flag to the AP…
-
```
using class:
using System;
public class DapperTest
{
public DapperTest(string hello, DateTime world)
{
this._hello = hello;
this._worldA = world…
-
```
using class:
using System;
public class DapperTest
{
public DapperTest(string hello, DateTime world)
{
this._hello = hello;
this._worldA = world…