Viewing 4 posts - 1 through 4 (of 4 total)
USE [master]
GO
/****** Object: Database [ProjectTesting] Script Date: 06/11/2014 10:58:40 ******/
CREATE DATABASE [ProjectTesting] ON PRIMARY
( NAME = N'ProjectTesting', FILENAME = N'd:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\ProjectTesting.mdf' ,...
June 11, 2014 at 10:00 am
I can use the Where IN clause to filter results for just Home, Office, Fax, and Cell. This will still return a row for each record in the Telephone...
January 6, 2012 at 11:18 am
Windows 2003 (Standard) 64bit and SQL Server 2005 (Standard) 64bit will both address 16gb of RAM. This is assuming you are running on 64bit processor(s).
September 9, 2007 at 8:22 pm
I normally handle this with a scheduled dbcc shrinkfile. Set the target size to 1(mb) and SQL will squeeze it down as tight as possible.
I don't recommend this for...
September 9, 2007 at 8:18 pm
Viewing 4 posts - 1 through 4 (of 4 total)