Tag: sql server

Community

The Practical SQL Handbook

If you are like most visitors to this website, you have a strong interest in SQL Server, and most likely, Transact-SQL. As you probably know, Transact-SQL is a superset of the ANSI SQL standard. Code written in ANSI SQL will run under SQL Server, and on any relational database that also supports ANS

Community

What To Do When tempdb Is Full

Let’s start with a breif description of tempdb and it’s default settings. The tempdb database is a system database that contains temporary tables created by the server and by the user. The database is recreated each time SQL server is restarted. If you are running SQL 7 or later the default settings