Viewing 15 posts - 8,176 through 8,190 (of 9,241 total)
what errors particularly. Can you post some samples
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 12, 2009 at 4:21 am
Lyn
its not a good idea to hijack another thread best to start your own. That aside can you post details of the setup log as Santosh has done Some idea...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 28, 2009 at 12:19 pm
santosh_chandel (10/2/2008)
Products Disqualified & Reason
Product ...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 28, 2009 at 12:01 pm
try manually installing the SQL native client and .NET 2 framework first
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 21, 2009 at 1:48 pm
yeah, in my experience McAfee software has some nasty memory leak issues. Get your AV version and go to the McAfee site and check for any fixes. Also stop the...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 21, 2009 at 11:40 am
Krav
seriously, if you are not comfortable moving files at the OS level you should leave well alone and seek extra help first. Beware also, that whatever path and filename you...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 21, 2009 at 11:37 am
what antivirus software do you have installed?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 20, 2009 at 4:06 pm
do you have any info about the machine the client is installed on?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 20, 2009 at 3:08 pm
antivirus client installed scanning the SQL server folders by any chance?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 20, 2009 at 3:04 pm
the Technet article is incorrect (it wouldnt be the first time would it 😉 )
see the following Microsoft KB
http://support.microsoft.com/kb/918483
i always use lock pages on 64 bit systems, its even more...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 20, 2009 at 3:02 pm
i would set the lock pages in memory policy for the sql server service accounts and configure the min and max memory setting values
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 20, 2009 at 2:44 pm
on 64 bit sql server systems you only need to apply the lock pages in memory policy to the sql server service account, dont touch the AWE check box it...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 20, 2009 at 2:39 pm
Krasavita
use the following to generate a modify file command for each database
declare @sql nvarchar(max)
set @sql = ''
select 'alter database [' +db.name + '] modify file (name = ' + al.name...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 20, 2009 at 2:31 pm
i remember playing around with this before, being nosey. If you stack multiple IP's on the NIC and in SQL Server config manager you basically stop each instance from listening...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2009 at 12:08 pm
these are separate domains in separate forests is that correct?
also clarify the group scopes you have used.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 17, 2009 at 3:52 pm
Viewing 15 posts - 8,176 through 8,190 (of 9,241 total)