Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL CLR - Migration from 2008 R2 to 2012.

Connecting to a SQL server using ADODB from a C# dll

c# sql-server vba ado.net ado

Short Text Database Key's vs. Numeric Keys; When is either more efficient than the other?

Avoid referring table two times in the WHERE clause

sql-server

Msg 2760, Level 16, State 1, Line 5 The specified schema name "items" either does not exist or you do not have permission to use it

Distribute amount to several rows in SQL Server

TDE vs Disk Encryption advice

How to Handle Rows with and without Status Changes in History Table

Database design problem

Performing multiplication in SQL SERVER(SET BASED APPROACH)

Would it be a bad idea to develop a desktop application that directly accesses the SQL server?

T-SQL code to get a DateTime contain only Month and Year from any DateTime

sql sql-server t-sql datetime

SQL query in SQL SERVER 2005 - Comparing Dates

How Temp Table works in Stored Procedures (global & local )

OHCL (Open-high-low-close) T-SQL Query

sql sql-server t-sql

How to create custom table from two different tables

Create view with if else inside

sql sql-server

Is there any way to generate database scripts from a SQL query in SQL Server?

SQL full join with conditions on tables

sql sql-server join

How to dynamically JOIN T-SQL tables in C#, COLUMNS from ListView [closed]

c# sql-server t-sql