Viewing 15 posts - 481 through 495 (of 628 total)
Hi,
I am still new to the SQL Server. So I want to know all your experiences.
If you want send a report that the SP is taking this time and I...
June 5, 2014 at 12:04 am
Sorry my mistake.
I find it from this link
http://technet.microsoft.com/en-us/library/bb522526%28v=sql.105%29.aspx
Thanks
June 4, 2014 at 1:28 pm
Thanks for you quick reply.
I am using windows 8. So from the task manager I can check the services. From that service tab I am able to see that SQL...
June 4, 2014 at 1:16 pm
Ok.
If we forget about mine and come to the general situation. In usually what could be the possible reasons causes of high execution time if we execute SP immediately second...
June 4, 2014 at 12:46 pm
I need help but unfortunately I am unable to provide the execution plan and queries.
I use with recompile option and send that execution time to them
June 4, 2014 at 10:53 am
Ok Lynn.
I have a table in db like this to log the each application execution time
CREATE TABLE [dbo].[AppTimeLog](
[TimingLogID] [int] IDENTITY(1,1) NOT NULL,
[ApplicationName] [nvarchar](150) NOT NULL,
[Phase] [nvarchar](150) NOT NULL,
[TransactionName] [nvarchar](150) NOT...
June 3, 2014 at 3:16 pm
Actually I am getting some syntax error while executing that, so in the mean while I posted here to find any alternative.
June 1, 2014 at 2:54 pm
I heard that for large table we can't use exist or not-exit will be problem.
June 1, 2014 at 2:11 pm
Hi thanks for your reply.
Code is confidential. So I am unable to provide the execution plan but I can explain what is the problem.
I have a Stored procedure and I...
May 31, 2014 at 12:33 pm
Thanks Jeff.
Actually here I think I don't need to consider the parameter sniffing. Because both times I use only default parameters but still the execution times are different.
May 31, 2014 at 11:14 am
I am wondering that usually when we execute the stored procedure several times. The execution time should be less but in my case the execution time is taking longer. Not...
May 31, 2014 at 9:57 am
Viewing 15 posts - 481 through 495 (of 628 total)