Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008-r2

IntelliSense is not working in SQL Server Management Studio

MERGE Query and deleting records

How to run the same query on all the databases on an instance?

is not a recognized built-in function name

SQL Server Connection Strings - dot(".") or "(local)" or "(localdb)"

The specified schema name either does not exist or you do not have permission to use it

'MOD' is not a recognized built-in function name

How to get last 7 days data from current datetime to last 7 days in sql server

SQL Server Find What Jobs Are Running a Procedure

LIKE query with Entity Framework [duplicate]

Collation Error

sql sql-server-2008-r2

WHERE Clause vs ON when using JOIN

SQL Server: Could not find type in the assembly

Sql Server replication requires the actual server name to make a connection to the server

Get AVG ignoring Null or Zero values

SQL Server 2008 R2 can't connect to local database in Management Studio

SQL list of all the user defined functions in a database

How to return default value from SQL query

Why is there a HUGE performance difference between temp table and subselect

with(nolock) or (nolock) - Is there a difference?