Viewing 15 posts - 6,556 through 6,570 (of 9,253 total)
Try unpacking the SP to the local C drive and then execute the Setup from there
September 26, 2011 at 5:46 am
so now detail the other drives
September 25, 2011 at 11:53 am
what other software runs on this server?
September 25, 2011 at 11:49 am
Ok so can you supply more information regarding the d drive set up and file information for database id 5 as that is what the error is complaining about
September 25, 2011 at 6:00 am
Generally your vendor should be able to provide the mappings between the legacy database schema and the new database schema.
IMHO, If they can't then one has to wonder what their...
September 25, 2011 at 3:44 am
could you please also return the results of the following query
SELECTNAME
, PHYSICAL_NAME
, (size * 8) / 1024 as SizeInMBs
, CASE max_size
WHEN -1 THEN 'Unrestricted'
WHEN 0 THEN 'NoGrowth'
WHEN 268435456 THEN '2TBS'
END...
September 25, 2011 at 3:35 am
Ok, for a start you should really be using
ALTER INDEX ...........REBUILD
ALTER INDEX ...........REORGANISE
The drives for the tempdb are they local RAID. SATA or SAS, SAN based storage, .........?
September 25, 2011 at 2:23 am
this thread is 3 years old!! Theres nothing like raising the dead is there 😀
Please start a new thread in future
You may add the file without restarting
September 24, 2011 at 5:00 pm
balasach82 (9/24/2011)
we have tempdb in separate drive and 5 filegroups, primary, and log drives.. Any idea what the error means and how to avoid the 15 seconds error.
can you give...
September 24, 2011 at 3:55 pm
i've answered this in your duplicate post
September 23, 2011 at 6:56 am
MarvinTheAndriod (9/23/2011)
September 23, 2011 at 6:55 am
what messages do the individual logs show?
September 23, 2011 at 6:52 am
no, it should however be installed first. In fact 2005 set up program would have flashed a warning that no clustered msdtc app was present
September 22, 2011 at 3:21 pm
you can, and in fact you should, install a clustered instance of MSDTC to handle any distributed transactions for the clustered SQL Server instance(s)
you'll need a unique network name, IP...
September 22, 2011 at 11:13 am
Viewing 15 posts - 6,556 through 6,570 (of 9,253 total)