Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

DELETE EXCEPT TOP 1

Why do I get an error when using ROW_NUMBER in SQL Server?

sql sql-server

Can I get comma separated values from sub query? If not, how to get this done?

Update field by reordering date from all records within the table

sql sql-server tsql

Finding the specific column (field) name from multiple tables in a database

Creating a new table from two existing tables with every combination possibility

SQL-Server is ignoring my COLLATION when I'm using LIKE operator

how to move away from guid fields as primary keys

MSSQL Substring and keep the last word intact

sql sql-server substring

Simplest way to process multiple hardcoded values in SQL?

sql sql-server tsql

Replace occurrences of a list of strings in a string without a cursor in T-SQL

sql sql-server tsql

Left outer join on multiple tables

sql sql-server tsql

ssrs 2008 passing a parameter list to a subreport

FATAL EXCEPTION: main java.lang.VerifyError: net.sourceforge.jtds.jdbc.TdsCore

java android sql-server jtds

Should I move to NoSQL? (big data)

How to simulate COALESCE conditions in WHERE clause

SQL Server too happy about adding the day and month

sql sql-server

Enable xp_cmdshell does not work

How to Generate Alphanumeric Random numbers using function in SQL Server 2008

Why does this decimal show 8 decimal places on ToString()?