Viewing 15 posts - 9,151 through 9,165 (of 9,248 total)
gbargsley (7/18/2008)
I am in the process of cleaning up some database records. This is a yearly purge type of process for my software application.
As it sits, my SQL DB...
July 20, 2008 at 1:43 am
You dont mention how big the disks are but i would opt for a RAID1 config on both drives and install everything to the 1 logical drive.
If the drives...
July 20, 2008 at 1:31 am
from memory i'm certain the cluster name is published into AD, search AD for the cluster name and check the container it is in
July 20, 2008 at 1:18 am
On the production servers i have migrated there have always been a substantial amount of windows\sql user logins that have a default database set. Just the way i prefer to...
July 20, 2008 at 1:01 am
you would need to move the databases first otherwise when the script runs to apply the logins it will most likely fail as it wont be able to set the...
July 19, 2008 at 1:48 pm
how big is the log file?
the file will not shrink if there are transactions occupying the file. You would need to truncate the log first to clear transactions then shrink....
July 19, 2008 at 1:43 pm
barb.wendling (7/18/2008)
July 19, 2008 at 1:39 pm
have you checked the sql logs for any errors?
July 19, 2008 at 1:24 pm
what backup product are you using?
July 19, 2008 at 1:23 pm
LISETH_T (7/15/2008)
July 17, 2008 at 4:13 pm
go into add\remove programs and find SQL server 2005 then click remove.
the wizard will start and ask which instance you want to remove. select the radio button for the...
July 17, 2008 at 4:09 pm
even if you dropped the PK and loaded the data as soon as you try and re create the PK it would fail anyway
July 17, 2008 at 3:04 pm
why not alter the column and add the NOT NULL clause.
July 17, 2008 at 2:52 pm
ALZDBA (7/17/2008)
but that will generate log-file overhead.
set the database to bulk logged recovery mode before executing the delete statements
July 17, 2008 at 2:45 pm
for a filegroup to be of any use it would need to be spread across a separate array to the primary filegroup. Cant see any advantage to creating filegroups and...
July 17, 2008 at 11:06 am
Viewing 15 posts - 9,151 through 9,165 (of 9,248 total)