Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How can I identify a file type from a blob/filestream?

Setting query timeout on a stored procedure in SQL Server 2005

What are the binary storage formats for sqflt8, sqlmoney and other native SQL data types?

sql-server file-format bcp

How to control what users can decrypt SQL Server Symmetric Key Encryption

Index Seek vs. Clustered Index Scan - Why is the scan chosen?

sql-server

What is the scope of TRANSACTION in Sql server

sql sql-server database tsql

How to put foreign key constraints on a computed fields in sql server?

A simple log file format

Entity Framework: Column must be mapped although it does have a default value?

SQL Server / PHP / Web Based Admin Tool - What are some phpmyadmin-like tools for SQL Server?

php sql-server phpmyadmin

SQL Server - Give a Login Permission for Read Access to All Existing and Future Databases

SQL Error: Incorrect syntax near the keyword 'End'

SQL Server performance for alter table alter column change data type

sql sql-server performance

Microsoft´s sqlsrv driver for PHP not returning any result when querying "SELECT SCOPE_IDENTITY() AS id"

php sql-server

How can I ensure that nested transactions are committed independently of each other?

How to split string using delimiter char using T-SQL?

Fire and Forget Sql Server Stored Procedure from C#

SQL Server Query Tuning: why CPU Time is higher than Elapsed Time ? Are they relevant to set operation?

T-SQL Concurrency Issue : Auction / Bidding System

Oracle MIN as analytic function - odd behavior with ORDER BY?