Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

What is this error? "Unable to add data connection. Could not find any resources appropriate for the specified culture or the neutral culture."

c# sql-server visual-studio

What is the best method for checking if a file exists from a SQL Server 2005 stored procedure?

Sybase Developer Asks: How To Create a Temporary Table in Oracle?

how to pass variables like arrays / datatable to SQL server?

c# sql sql-server

How to design a database schema that can be used with both MySQL and SQL Server?

Implode type function in SQL Server 2000?

sql-server tsql

Creating a new text column in a SQL Server Table: which type should I choose?

How to add Failover Partner to a connection string in VB.NET

SQLServer: How To bind fixed values to Column?

sql-server bind

What indexes optimize this query with four joins?

sql sql-server join indexing

Why is my SqlCommand returning a string when it should be an int?

Is there a way to do FIRST() in SQL Server?

sql-server

Since there is no Sqlserver array parameter, what's the best way to proceed?

The concurrent snapshot for publication 'xx' is not available because it has not been fully generated or the Log Reader A

sql-server replication

Limited T-SQL Join

sql-server tsql join limit

Dropping an entire table

sql sql-server

Collation Problem - SQL Server 2005

Optionally use a UNION from another table in T-SQL without using temporary tables or dynamic sql?

sql sql-server tsql

SQL 2005 - Query to Find Tables with Most Rows

sql sql-server tsql

How bad is opening and closing a SQL connection for several times? What is the exact effect?