New posts in sql-server

T-SQL Script to copy a database

Auto-start the SQL Server Agent after a computer restart

How do you check if IDENTITY_INSERT is set to ON or OFF in SQL Server?

Why is 199.96 - 0 = 200 in SQL?

SQL Server: combining multiple rows into one row

Can you explain the use of sys.sp_addextendedproperty in the following code?

Tinyint vs Bit?

Inserting rows into a table with one IDENTITY column only [duplicate]

What should be the best way to store a percent value in SQL-Server?

How to remove accents and all chars <> a..z in sql-server?

Connecting to MS SQL Server with Windows Authentication using Python?

Using tuples in SQL "IN" clause

How to get the list of all database users

Delete statement in SQL is very slow

How to find column names for all tables in all databases in SQL Server

How to I serialize a large graph of .NET object into a SQL Server BLOB without creating a large buffer?

Know relationships between all the tables of database in SQL Server

Command for adding a default constraint

What is a free tool to compare two SQL Server Databases? [closed]

What does a transaction around a single statement do?