Viewing 15 posts - 31 through 45 (of 51 total)
See, My question is why SQL Server is using 21 GB of memory? Server looks fine .. but , memory consumption is too high.
Tell me : How can...
September 22, 2011 at 11:50 pm
Due to that ,, I got the avg. page lock/ avg. object lock is more than 95 % ... last few days.
Will it work :
sp_configure 'max server memory',15360;...
September 22, 2011 at 6:43 am
Also the job is running continuously. and in job history it is saying that 'Starting agent' where as it should be' 'Waiting 60 second(s) before polling for further changes.''.
Thanks...
September 13, 2011 at 1:04 am
I got this message in Database mail log
Message
The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2011-09-07T12:30:14). Exception Message:...
September 7, 2011 at 1:12 am
Again I added an extra zero that is "1000000000"
Still I am getting the error:
But it is different error.
Message
Executed as user: LHOCR\sqlssadmin. Mail not queued. Database Mail is stopped. Use...
September 7, 2011 at 1:09 am
I have added one extra zero to that. not through T-SQL
and I don't know what is the attachment size.
That was a error message. that has not mentioned about the...
September 6, 2011 at 7:14 am
I have changed default parameters By Clicking on Database Mail -> Select Configure DB Mail -> Next -> Select the radio button "View or Change System Parameters".
Still it is having...
September 6, 2011 at 1:01 am
Create a maintenance plan for your Weekly backup, and set clear backup file more than 30 days .
July 6, 2011 at 6:08 am
OKAY, But how.... Can you please describe briefly? I will be thankful to you.
June 29, 2011 at 7:58 am
Thanks,,
I used SSIS ,,
It is working fine.
June 29, 2011 at 4:53 am
so, now I have to use SSIS package ? or you can suggest something....
June 29, 2011 at 3:54 am
generated script is not executing in express edition .. also copy database not working.
June 29, 2011 at 3:49 am
Any other option .. Like, Using SSMS.. or T-Sql
June 29, 2011 at 3:42 am
Run the following syntax and ckeck:
SELECT *
FROM
sysmessages
WHERE error = 50000
June 28, 2011 at 5:28 am
Viewing 15 posts - 31 through 45 (of 51 total)