Viewing 15 posts - 16 through 30 (of 43 total)
sys.sql_modules does not work here because USER needs to load view script from TOAD and TOAD uses Sys.syscomments.
July 9, 2009 at 11:22 am
yes it is sys.syscomments.
It says" grant or revoke VIEW DEFINATION is not compatitable wiht the object(error:4606)
July 9, 2009 at 10:34 am
IIS reset??? Does all the application will have IIS set. I know MOSS has IIS but don't know about the other application have IIS setup that is using this global...
April 16, 2009 at 2:19 pm
jacek0 is right. application that uses global temp table is not the same application that exec sp_reset_connection. And they arenot using same databases since they are two different application. Moss...
April 16, 2009 at 2:16 pm
Makes sense. everyone is suggesting to talk to vendor but vendor is saying there is some issue with SQL SERVER. Anyway i have run the profiler so hopefully will find...
April 16, 2009 at 1:21 pm
Is moving the application to another server is the only solution?
Can two application ever use the same connection?Global temporary tables are doesn't dropped as long as session...
April 15, 2009 at 3:38 pm
Old hand,
"So if there are multiple applications accessing the server and one of them is using a global temp table and another calls sp_reset_connection could that effectively mess up the...
April 15, 2009 at 12:47 pm
i was able to get the object ID. I will run your script next time when application hangs to find out what deleted the temp table. I have even run...
April 15, 2009 at 8:46 am
This is the third party application. I am just DBA administoring the application
April 15, 2009 at 8:33 am
There is two different connection since it is two different application i am talkign about. There are 2 application connected to one sql server. Sp_reset_connections is executed by one application...
April 13, 2009 at 3:41 pm
what event i have to start to collect information regarding network issues?
I hope this is not sql server isssues or port issue.
January 19, 2009 at 10:34 am
I have set the profiler for error event.
I am planning to run profiler until erorr occurs again and application stops sending updates. Is that OK?
January 15, 2009 at 8:39 am
I set the profiler to audit fail login, login, sql:batchstarting, sql:batchcompleted.
Do i need to collect some other events?
January 14, 2009 at 2:58 pm
How can i verify what is going on the server? I checked the error log, there is nothing there.
Should I turn on the profiler? What event should i capture...
January 14, 2009 at 2:06 pm
Viewing 15 posts - 16 through 30 (of 43 total)