Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL Server: Count the number of times the ID from table A occurs in table B

sql sql-server count

SSMS add comma delimiter - shortcut

sql-server ssms

Why does an UPDATE take much longer than a SELECT?

join comma delimited data column

sql sql-server tsql

I cannot enable sa account

Which of these select statements is "better," and why?

sql sql-server

How to Delete all data from a table which contain self referencing foreign key

sql sql-server database tsql

How to copy schema and some data from SQL Server to another instance?

Getting "Multiple-step operation generated errors. Check each status value." error using ADO with SQL server 2008

Delete all stored procedures in a specific SQL Server schema

MSSQL Query to delete duplicate rows from a TABLE leaving distinct rows in table

Is this date comparison condition SARG-able in SQL?

Converting a string to datetime from "yyyy-MM-dd"

Construct DateTime using today's date at a specific time

Subtract 24hrs in T-SQL from Today's Date

sql sql-server tsql

is it possible to use ORDER BY column not in the GROUP BY?

C# convert UTC int to DateTime object

c# .net sql-server utc

Programmatically detect SQL Server Edition

sql sql-server smo

How to Find the list of Stored Procedures which affect a particular column?

create table from another table in different database in sql server 2005