Viewing 9 posts - 211 through 220 (of 220 total)
Dear Joe,
in order for the OS to see more than 4 GB or RAM you need to give it eyes . this is PAE .Once you add /PAE virtual memory...
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 27, 2009 at 3:41 am
assumptions :
--------------
-> you have 2 folders .One which SQL Server is using currently .Two where your database copy is residing
Steps :
----------
Step 1 :
sp_detach_db 'test' or drop database test
Step2...
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 27, 2009 at 3:21 am
Parallelism will help you for sure but not always ...it depends upon the balance between the resource consumption and time to execute .. you need to test and find how...
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 27, 2009 at 1:25 am
I have not seen your enviornment but i can certainly guide here .
RequireKerberos is the Dword registry value that ensures whether you are using kerberos authentication or not for a...
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 27, 2009 at 1:01 am
I am doing exactly what you are doing on SQL Server 2008 SP1
Not sure what is the issue ..Just try without using @sql and write the complete query
Alter proc...
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 26, 2009 at 11:16 pm
we use Kerberos for better security .otherwise the default is NTLM .Not sure where the issue is .
Can you share the complete error message please ..that will be helpful .
If...
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 26, 2009 at 10:36 pm
Just to add , it will be with full scan i.e. 100% sampling ..:-)
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 26, 2009 at 10:32 pm
From BOL (see the bottom)
http://msdn.microsoft.com/en-us/library/bb677167.aspx
Updated content
-----------------
Removed the incorrect statement that automatic page repair is limited to SQL Server 2008 Enterprise. SQL Server 2008 Standard also supports...
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 26, 2009 at 9:12 am
I am writing a topic on it and will show you how i resolved this issue .
THe gurus can guide after looking the scripts .To me it looks like a...
Abhay Chaudhary
Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
May 21, 2009 at 11:14 pm
Viewing 9 posts - 211 through 220 (of 220 total)