Viewing 15 posts - 3,556 through 3,570 (of 3,738 total)
When did this problem start happening?
I was not clear if this is happening 24/7 or not?
Have you gone into task Manager checked show all process and sorted by Memory Usage...
February 19, 2010 at 2:36 am
Have you checked the following threads:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=118247
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=102116
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=104334
http://support.microsoft.com/kb/2008286
http://www.sqlservercentral.com/Forums/Topic800068-146-1.aspx#bm800361
http://www.bigresource.com/MS_SQL-Database-Mail-bC5q1LdQ.html
I hope this helps 🙂
February 19, 2010 at 2:17 am
Ah, I missed all the action. It is 3:48 AM here. While I was sleeping you guys were hard at work:-)
February 19, 2010 at 1:50 am
You can use the old way to find out what you script is doing by using sp_who2 to get the SPID and then use the DBCC INPUTBUFFER(SPID) to identify the...
February 18, 2010 at 8:21 pm
Please check out these articles:
http://www.sqlservercentral.com/Forums/Topic673151-146-1.aspx
February 18, 2010 at 7:17 pm
Could you please provide the error that you getting.
Have you check the logs, etc?
February 18, 2010 at 7:11 pm
You should disable the xp_cmdshell unless absolutely needed:
http://www.sqlservercentral.com/Forums/Topic828767-386-1.aspx
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=123821
http://blogs.msdn.com/sqlsecurity/archive/2008/01/10/xp-cmdshell.aspx
Respectfully,
Welsh
February 18, 2010 at 7:05 pm
I see that you posted this issue on another forum and the problem was resolved:
Sorry but I missed your reply...
This Post should be closed.
Regards 🙂
February 18, 2010 at 6:55 pm
Please check the following Link:
http://forums.oracle.com/forums/thread.jspa?messageID=3278968
I hopw that it helps..
February 18, 2010 at 6:46 pm
Please check the following Link:
http://forums.oracle.com/forums/thread.jspa?messageID=3278968
I hopw that it helps..
February 18, 2010 at 6:46 pm
Thank you Sir. If you stumble upon the SQLCLR Code someday I would appreciate if you could post it.
Thanks again.
February 18, 2010 at 4:13 pm
Thanks for providing the script.
I'm feeling a little tired or I would have provided something.
Way to go! 🙂
February 18, 2010 at 3:54 pm
You can write a script to extract the Users from the System Table and concatenate the SP to grant DB Access, add the user to a role, assign permissions etc.
I...
February 18, 2010 at 3:44 pm
--------------------------------------------------------------------------------------------
I saw a couple of times that the database id was fine but then SQL was putting things in the NOT Like part of the filter, something like that.
---------------------------------------------------------------------------------------------
I suspect...
February 18, 2010 at 3:17 pm
If you are a member of the SysAdmin Role you do not need to grant any Database Roles.
If you are a member of the DBOwner FIxed Database Role then you...
February 18, 2010 at 3:15 pm
Viewing 15 posts - 3,556 through 3,570 (of 3,738 total)