20.09.2021 - 24.09.2021 arası işler
- MSSQL üzerinde Sqlconnection sayısını bulmak
SELECT
DB_NAME(dbid) as DBName,
COUNT(dbid) as NumberOfConnections,
loginame as LoginName
FROM
sys.sysprocesses
WHERE
dbid > 0
GROUP BY
dbid, loginame
- SQL SERVER – FIX : Error 3154: The backup set holds a backup of a database other than the existing database – SSMS
Hatasının çözümü Link
- MSSQL üzerinde while kullanımı Link
- MSSQL 2019 developer edition kurulumu Link
- MSSQL üzerinde while kullanımı Link
- MSSQL 2019 developer edition kurulumu Link
- "A second operation started on this context" EF core 3.1 concurrency breaking change" Link
- "InvalidOperationException: A second operation started on this context before a previous operation completed" Link
- Dapper kullanımı Link
- IOptions unit test edilmesi Link
- EF ile Concurrency Link
Yorumlar
Yorum Gönder