Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Restore SQL Server DB direct from another DB

Apply a Mask to Format a String in SQL Server Query/View

sql sql-server

Select top 1 with UPDLOCK and READPAST sets exclusive lock on the entire table

Secure communication between linked SQL Servers

C# abstract base class for common columns in LINQ

stored procedure returns nothing

Transferring aliases from Sql Server Configuration manager between machines

Write INSERT statements with values next to column names?

Where temp tables are located?

How to get rows having sum equal to given value

sql sql-server

Cannot connect to database using localhost\sqlserver

The remote procedure call failed with on MSSQL Server 2008

sql-server

Paging, sorting and filtering in a stored procedure (SQL Server)

Joining Two Same-Sized Resultsets by Row Number

Create user that can only SEE one database, and only select from it?

How to generate numbers with a normal distribution in SQL Server

insertion in a self referenced table

sql sql-server

Alternatives to OLAP SSAS Cube Pivot Tables in Excel

The Messenger service has not been started - NetSend notifications will not be sent

Is moving a constraint into a join more efficient than join and a where clause?