Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Get Quarters StartDate and EndDate from Year

Combine SQL rows into one row

Displaying results based on record count using SQL

Error : When Using SqlDependency Without Providing an Options Value

Select distinct value if only ONE distinct value exists?

sql sql-server

Variable table name in select statement

How to convert a date to format ddmmyy NOT ddmmyyyy

sql sql-server tsql

How to find a text inside stored procedures across multiple databases

handing ExecuteScalar returning null when no results are found

c# sql sql-server

Recommend/default settings for ANSI_NULLS and QUOTED_IDENTIFIER [closed]

sql-server tsql

Select only n number of characters from VARCHAR(MAX) field

sql-server max varchar

How do I create a Python CLR procedure in SQL Server?

sql-server python

Get MAX value from a TOP number of records

sql sql-server

Issue with cfquery text encoding

How to insert the elements of an array into a SQL Server database using C#?

Why would an index seek show high scan count in statistics?

sql sql-server

Do SSRS report subscriptions that trigger at the same time run concurrently?

HL7 v2X and v3 data modeling

How Can I Skip a row(an iteration) in MSSQL Cursor based on some condition?

Use result of stored procedure inline in SELECT statement