Bliv klogere med Inspari

På bloggen finder du inspiration og gode råd til at gøre data til et aktiv i din organisation.

Posts om

sql server

SQL server file initialization

Når SQL Server opretter eller udvider data- og logfiler, initialiseres de som udgangspunkt ved at...

SQL Server trace flags

Normally I’m not a big fan of using trace flags, my advice is only to use these when it is...

Backup On-Premises SQL Server Databases to Azure Storage

SQL Server has supported backing up directly to Azure Blob Storage since SQL Server 2012 SP1 CU2....

Updateable views

By default view are updateable. It means you can write a TSQL update statement against a view just...