Viewing 15 posts - 7,951 through 7,965 (of 9,244 total)
honestly i cannot any of this would generally be an issue. I do not enable CDOC, as the KB says you must be fully aware of the security implications. If...
May 16, 2010 at 1:55 pm
Hi
welcome to Windows clustering. Which version of Windows clustering are you planning to use 2003 or 2008. Just for clarification what version of SQL Server do you plan to use,...
May 16, 2010 at 1:14 pm
Hi
try installing the following file first then re run setup
'E:\Software_Installations\SQLServer_2008\x64\setup\sqlsupport.msi
May 15, 2010 at 2:01 pm
you have the option to provision accounts during the install, why not use that?
May 15, 2010 at 1:35 pm
use the following to ascertain backup sets that have been initaited against the database. Check the output to see if there are any unexpected\manual backups outside of the regime you...
May 14, 2010 at 3:40 pm
Edogg (5/14/2010)
Also AWE does not need to be enabled on 64 bit systems.
No, but lock pages in memory probably should be!
If you start seeing the following in the SQL Server...
May 14, 2010 at 3:31 pm
george sibbald (5/14/2010)
Mirroring would be too risky with the poor latency you are likely to have.
i couldnt agree more, that would be my concern!
May 14, 2010 at 5:45 am
BharatBhushan (5/13/2010)
May 13, 2010 at 3:57 pm
Rome1981 (5/13/2010)
Mirroring.
if you have unreliable band width then this is not the best solution
Is it that much of an issue if it takes an hour and a half. How much...
May 13, 2010 at 3:23 pm
something along the lines of the following should work
use yourdb
select t.name as TableName, c.name as ColumnName from sys.tables t
inner join sys.columns c on t.object_id = c.object_id
where c.name = 'Yourcolumnname'
May 13, 2010 at 5:33 am
If the SAN goes down chances are the whole business is down too, while it's a good scenario to plan for it's more realistic that a disk in your array...
May 13, 2010 at 1:26 am
Grant Fritchey (5/12/2010)
May 13, 2010 at 1:15 am
Have any other hotfixes been applied at all?
May 13, 2010 at 1:04 am
Sourav-657741 (5/12/2010)
Thank Perry Whittle. However, will the above sugestion work file for SQL Server 2000?
no, i would try posting in the sql server 2000 forum in the future 😉
May 12, 2010 at 2:15 pm
Viewing 15 posts - 7,951 through 7,965 (of 9,244 total)