Viewing 15 posts - 901 through 915 (of 1,155 total)
On 32bit systems \PAE switch is required to use memory that is >4 GB. i.e if the Box has 16 GB, in order to make the windows server to use...
September 8, 2010 at 11:10 am
What is the size of the datafile and what is the DBCC option you are using to shrink the data file?
Best Regards,
SQLBuddy
September 8, 2010 at 10:59 am
Check if the the disks with the db files are accessible or if you have any network issues with those drives if there are on SAN.
...
September 7, 2010 at 2:44 pm
Hi Derrick,
Clustered index can be created on a single column and it is...
September 7, 2010 at 2:31 pm
Gail is right.
First, Select * should be avoided. Only the required columns must be selected within a query .. not a column more.
Creating an index by including each and every...
September 7, 2010 at 1:10 pm
Check the tempdb size using sp_helpdb.
Tempdb Cannot be shrunk if there are any active transactions running.
Check for any open transactions using DBCC Opentran. Sometimes these transactions needn't be long enough...
September 7, 2010 at 12:49 pm
What is the Memory size on the Windows server and is your SQL server 64-bit ?
...
September 4, 2010 at 11:53 am
Right. Do you have the backups of these dbs going into individual folders ?
...
September 3, 2010 at 3:39 pm
You don't find any errors in that Log?
Then check whether the agent has access to that backup directory?
...
September 3, 2010 at 2:13 pm
Maintenance Plan Logs ... check this folder
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG
Thank You,
Best Regards,
SQLBuddy
September 3, 2010 at 1:30 pm
Be Confident.. Understand the Business.. Know how things work... Know Change amd Incident mnanagement processes ASAP... ASk for any documentation that exists about their environment and check for failed...
September 3, 2010 at 1:27 pm
Use the default trace as steves mentioned.
Thank You,
Best Regards,
SQLBuddy
September 3, 2010 at 1:07 pm
Could you check for any errors in the MP logs.
...
September 3, 2010 at 1:06 pm
Steve is absolutely right.
Thanks & Regards,
SQLBuddy
September 3, 2010 at 12:25 pm
Viewing 15 posts - 901 through 915 (of 1,155 total)