Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008-r2

The transaction log for database 'Name' is full.To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases

sp_whoisactive resulting an unknown query: "Insert Into <table_name> select *,%%bmk%% from <table_name> option (maxdop 1)"

MySQL - Error #1193 - Unknown system variable 'FETCH_STATUS' [duplicate]

What is new for developers in SQL Server 2008 R2

How should I (how would you) save schedules in database

Two strings compare equal using '=' but fail in 'like' compare

How to use TransactionScope in SQLCLR without escalation to MSDTC

Rails use MS SQL server database

SELECT * Not returning all rows, unless I ORDER BY id DESC

c# sql linq sql-server-2008-r2

SQL Server : Consecutive Rows Issue

Why in Partition 'SWITCH' statement source & target must reside in the same filegroup?

why is there the error `Attempting to set a non-NULL-able column's value to NULL` on merge command sometimes?