New posts in sql-server

Does the password get sent in the clear when connecting to Sql-Server?

What is the most appropriate data type for storing an IP address in SQL server? [duplicate]

Is there a way to get a list of all current temporary tables in SQL Server?

SQL Server find and replace specific word in all rows of specific column

Why can't I use alias in a count(*) "column" and reference it in a having clause?

MySQL - Meaning of "PRIMARY KEY", "UNIQUE KEY" and "KEY" when used together while creating a table

How to calculate average monthly number of some events in MS SQL Server?

How to remove unused space from SQL Server table?

How to translate a WIQL query into T-SQL

Get week day name from a given month, day and year individually in SQL Server

SQL Server default character encoding

How can I know when SQL Full Text Index Population is finished?

TransactionScope Prematurely Completed

Pros & Cons of TRUNCATE vs DELETE FROM

Using variable in SQL LIKE statement

SQL Server running under a domain account cannot register its SPN

How to import a bak file into SQL Server Express

SQL Server 2005 Using DateAdd to add a day to a date

Convert float into varchar in SQL Server without scientific notation

SQL: Update a row and returning a column value with 1 query