Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Procedures using IDENTITY column fail with primary key violation after restoring sql 2000 backup onto sql 2008

How to strip "()," from Python, PyODBC, SQL Returns?

python sql-server pyodbc

SQL convert int to time

sql-server tsql time int

Has anyone found out how this was done? SQL Injection

Change collation during a query in SQL Server? Proper sort for English/Cyrillic/EU languages

How to reverse values in a string in T-SQL

sql sql-server tsql string

little help with some tsql

sql sql-server

Stored procedure scope: using sp from another database

How to rewrite CROSS APPLY to INNER JOIN to make the view indexed

SQL Server: Selecting 1 rows results in 1+3 rows affected?

Why can I not reuse temp tables in T-SQL?

sql sql-server temp-tables

How to write IF(expr1,expr2,expr3) in mssql

sql-server case

How do I Create an AutoCounter Column in a Table in SQL 2008 R2?

Stored procedure won't return 0

SQL: show description in text instead of bit value

sql sql-server tsql

TABLOCKX versus SERIALIZABLE

sql sql-server tsql

Is it possible to alter a SQL Server table column datatype from bigint to varchar after it has been populated?

sql-server types

Data migration between different DBMS's

passing parameters to a stored procedure in C#

How to allow SQL Server Express to use multiple cores?