Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Safe DateTime in a T-SQL INSERT statement

c# asp.net sql sql-server tsql

Equivalent of time(7) SQL Server 2008 datatype in .NET

Update column from another table's column based on matching columns

sql sql-server join sql-update

How to create an internal numbering of occurrences with SQL

sql sql-server tsql

SQL server - stored procedure - ignore exception

Find and replace particular string in a column

Merge statement error in SQL Server 2008

Why does MS Sql Server raise an error if a column doesn't exist on a table before it raises an error if a table doesn't exist?

Can't connect to SQL Server database: Login failed for user 'sa''

Can I distribute and install SQL Server Server Management Objects with my application? [closed]

sql-server licensing smo

Create SQL Server tables and stored procedures in one script?

In SQL Server is there any difference between not(columnName='value') and columnName<>'value'?

sql sql-server tsql

How to use sql function for a computed column to retrieve a value from XML

Which is faster comparing an uniqueidentifier or a string in tsql?

Change all SQL Server Columns From BigInt to Int

sql server FOR XML has a character limit?

sql-server

Group by date in SQL Server

sql-server tsql group-by

ClassNotFoundException when connecting to MS SQLServer using JDBC

Is there a way to test a SQL Statement to see if is executable in C#?

How can I query for the server default settings for ARITHABORT, ANSI WARNINGS and ARITHIGNORE?