New posts in sql-server

alternatives to REPLACE on a text or ntext datatype

Moving deleted rows from one table to another table (has the triggers as well) using ms sql

Best way to store time (hh:mm) in a database

Is there a way to access the "previous row" value in a SELECT statement?

Is there a way to list open transactions on SQL Server 2000 database?

mysql to ms sqlserver

cannot add a user to sysadmin role in SQL Server

In SQL Server, when should you use GO and when should you use semi-colon ;?

Finding out who has modified a Stored Procedure on SQL Server?

How do I shrink the size of a SQL Server log file

SQL Server: Extract Table Meta-Data (description, fields and their data types)

Can I change a column from NOT NULL to NULL without dropping it?

What columns generally make good indexes?

Installing ODBC driver 13 for MSSQL Server in Amazon Linux on EC2 instance

Procedure expects parameter which was not supplied

value can not be null error in PowerShell

SQL query to select alternate value if a value is not found

Rename all stored procedures in SQL in a single query

Our SQL Server stored procedure "dies" - but how can I find the cause?

Using string_split to store data in multiple columns instead of just one?