Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008-r2

Redeploying SSIS packages - Cache?

ssis sql-server-2008-r2

TSQL Group by Column with Multiple Values

Why only some users get the error: "Connection is busy with results for another command"

Am I running a 32-bit or 64 bit Sql Server

SSIS - OLE DB Destination - Table or Views load vs. Fast-load

what is Enlist=false means in connection string for sql server?

How do I find the current version of a SQL Server data-tier application?

Where clause on subquery statement in select

sql sql-server-2008-r2

SQL reverse LIKE

sql linq sql-server-2008-r2

SQL Transaction uncommittable while using try..catch.. Why?

Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'

CROSS JOIN with one empty table sql server

How to pass string parameter with `IN` operator in stored procedure SQL Server 2008

ALTER INDEX failed because of QUOTED_IDENTIFIER when running from sp_msForEachTable

How could I force the data type of a computed column to a bit field that don't allow nulls?

cross apply xml query performs exponentially worse as xml document grows

How to get the list of active triggers on a database?

Trigger Error: The current transaction cannot be committed and cannot support operations that write to the log file

Programmatically copy indexes from one table to another in SQL Server

CTE (Common Table Expression) vs Temp tables or Table variables, which is faster?