Viewing 15 posts - 8,701 through 8,715 (of 9,248 total)
anoop (12/4/2008)
Restore database Crew from disk = 'C:\SQL2005Backups\Crew\Full+1730.BAK'WITH move Crew to 'C:\SQL2005Backups\Crew.mdf',
move Crew_log to 'C:\SQL2005Backups\Crew.ldf'
my changes are in red, put single quotes around the logical filenames like...
December 4, 2008 at 5:22 am
the empty white circles mean you can connect to sql server but you don't have rights to stop,start, restart the windows service(s) for that instance
December 4, 2008 at 5:14 am
clusters are either active\passive or active\active regardless of the number of nodes.
do you really need 50 instances? Remember that when a node fails the resources will be resumed on another...
December 4, 2008 at 3:16 am
i take it that means you havent changed the account, could anybody else have access to do this?
December 3, 2008 at 3:12 pm
have you changed the account sql service runs under by any chance?
December 3, 2008 at 2:58 pm
clustering does not provide load balancing only fail over.
what is it you are looking to do specifically
December 3, 2008 at 1:17 pm
TheSQLGuru (12/3/2008)
2) IIRC Lock pages in memory is only useful for SQL Server Enterprise Edition.
this only applies to sql 64bit, its ok under 32bit
December 3, 2008 at 1:13 pm
for corporate there will be an anuual licence cost, it wont be as high as the intial purchase but still needs to be paid.
December 3, 2008 at 1:08 pm
RAID 5 will only tolerate 1 disk failure at any time even if there are 3 spares. RAID 50 does allow multiple failures AFAIK but RAID 10 is a better...
December 3, 2008 at 12:20 pm
smunson (12/3/2008)
December 3, 2008 at 6:58 am
Ahmad Osama (9/22/2008)
work on Team foundation server and VSS....Does these application hav any future
recommend they bin VSS and get Subversion instead 😉
December 2, 2008 at 4:36 pm
it sounds very much like there are foreign keys and they are missing column information.
i would query the system views and find out which foreign keys are affected. Drop them...
December 2, 2008 at 3:24 pm
RAID 10 if you can RAID 5 if you want to keep it simple, RAID 0+1 involves mirroring over a striped set and is not as tolerant as RAID 10
December 2, 2008 at 3:12 pm
the 80 folder contains numerous backward compatability components
December 2, 2008 at 5:55 am
to get a list of database and filenames use
select name, fileid, filename from sys.sysaltfiles
December 1, 2008 at 6:27 am
Viewing 15 posts - 8,701 through 8,715 (of 9,248 total)