Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

How can I grant datareader to a sql role?

name of tables & views in stored procedure in sql server 2005

Is there any reason why you cannot select a statement as a bit in SQL Server?

sql sql-server tsql

Why insert TSQL statement block when transaction isolation level for another transaction is serializable with non-conflicting filter?

How to delete or truncate table in SQL Server?

sql sql-server tsql

Connection string for default instance like for named instance

Identity key on varchar column - T-SQL

design database relating to time attribute

Oracle equivalent to SQL function 'convert'

sql sql-server oracle

DB design help - EAV + Form builder

Requirement for a Master Key for Service Broker

sql-server service-broker

Drop column and all dependent objects using data definition language

sql sql-server tsql ddl

Is it possible to use $action of the MERGE statement in output variable of stored procedure?

c# sql-server database ado.net

database design for notification settings

T-SQL Fastforward Cursor vs. foreach

c# sql-server tsql

How do I join the results of two queries in SQL Server?

sql sql-server database

how to order 2 SQL Fields in asc and desc dynamically

sql sql-server sql-order-by

Multiple SQL Counts in with multiple criteria

sql sql-server select count

Is there a way to determine if a parameter in a stored proc has a default value (and thus not required) in code - .Net?

Parse Enum with FlagsAttribute to a SqlParameter