- Link Web: https://vnpost.tech/
-
Link to attach files: https://drive.google.com/drive/u/0/folders/1qfN8cthFpYZVG1Cpp7ust1L73PZVGqtB
-
2 file .mdf và .LDF sẽ bị cho vào gitignore
-
Nếu có bất kì thay đổi ở file attach nào: -> Replace file trong folder theo link trên
sp_configure 'clr enabled', 1;
GO
RECONFIGURE;
GO
ALTER DATABASE VNPOST_Appointment SET TRUSTWORTHY ON;
GO
USE VNPOST_Appointment
GO
EXEC sp_changedbowner 'sa'
GO