Viewing 15 posts - 1 through 15 (of 22 total)
Hi,
You can create non-clustered (not unique) indexes, and can improve performance.
If you change the setting from ANSI NULLS OFF to ON, you need to do Regression Testing.
In my opinion, ANSI...
August 3, 2015 at 4:54 am
Please make sure if you have configured memory settings for SSRS in RSReportServer.config file.
For example(sample values only):
<MemorySafetyMargin>80</MemorySafetyMargin>
<MemoryThreshold>90</MemoryThreshold>
...
August 3, 2015 at 4:41 am
From the view of database architect, sending emails is a business functionality and need to be hosted in a separate server as separate application! The application needs to read sqlserver!
December 9, 2010 at 5:35 pm
Thanks everyone...
I started collecting server side trace and DMV.
Regards,
Prakash.
June 15, 2009 at 10:09 pm
Hi,
It is production environment, so I can not execute the stored procedure.
I can not view the estimated execution plan for the SP.
Msg 208, Level 16, State 0, Procedure usp_GetData, Line...
June 13, 2009 at 5:33 am
Try something like this!
DECLARE @account varchar(100)
EXECUTE master.dbo.xp_instance_regread
N'HKEY_LOCAL_MACHINE',
N'SYSTEM\CurrentControlSet\Services\MSSQLSERVER',
N'ObjectName',
@account OUTPUT,
N'no_output'
SELECT @account as SQLServer_ServiceAccount
Regards,
Prakash.
December 22, 2008 at 10:17 am
Hi
Check the following
Improper Indexes / No Indexes
Locks
Blocking
Select queries with larger resultset
January 23, 2008 at 8:54 am
We can have scripts to monitor objects inside databases.
But how can we informed if the sqlserver instance is stopped or sqlserver agent is stopped?
This is the biggest problem we face.....
R.Prakash
January 10, 2008 at 9:48 am
very urgent means "I have to complete replicating fields by today".
November 12, 2007 at 10:57 pm
Great Info!
Thanks a lot for your explanation.
Regards..
October 14, 2007 at 2:41 am
I have the license keys, How can I use it to download the software?
Regards,
Prakash
September 26, 2007 at 9:19 am
Thanks for your information.
I got it worked.
Regards,
September 13, 2007 at 9:59 am
past 24 hours means in the same day.
Your query helped me a lot ... This is what i wanted.
Thanks
July 26, 2006 at 7:21 am
Viewing 15 posts - 1 through 15 (of 22 total)