Viewing 15 posts - 1 through 15 (of 33 total)
Refer this article.
http://technet.microsoft.com/en-us/library/ms146874(v=sql.105).aspx
October 11, 2013 at 12:33 pm
Ken... You are a genius!!! Thank You very much!!!
September 25, 2013 at 3:23 pm
Do you have RPC enabled for that linked server, server options?
September 17, 2013 at 4:09 pm
Check the view that you are trying to open. It might be selecting from a table from different database.
September 16, 2013 at 3:58 pm
I agree with Monster but to answer your question, don't you have max server memory settings? Set that one.
Also go over this blog, it shows some tricks.
http://serverfault.com/questions/108192/how-do-i-get-sql-server-to-release-its-memory
June 19, 2013 at 1:50 pm
Can you check if the user has added to the role
db_denydatawriter
October 15, 2012 at 11:56 am
There is a fix on these posts.
http://www.sqlservercentral.com/Forums/Topic768507-359-1.aspx
http://www.sqlservercentral.com/Forums/Topic581296-359-2.aspx
DENY ALTER ON SCHEMA::[dbo] to [someuser]
October 12, 2012 at 12:59 pm
Can you check the DB if those users are disabled?
October 12, 2012 at 10:26 am
We flush if there is bad plan. You can flush specific plan which is causing the issue.
If query is running it's plan can't be flushed.
October 12, 2012 at 10:23 am
What's the verion of .net on this box?
Is this 32bit or 64 bit OS? How about SQL is it 32 bit or 64 bit?
October 5, 2012 at 2:40 pm
Does it happen right after you restart your sql service?
download sqlcon32.exe , it's good tool to test ODBC connectivity. Post the results.
October 5, 2012 at 2:26 pm
Allocate 6 gb to sql server and increase the size of page file.
October 5, 2012 at 12:06 pm
is it active/passive?
October 5, 2012 at 11:58 am
Viewing 15 posts - 1 through 15 (of 33 total)