Viewing 15 posts - 106 through 120 (of 768 total)
4 days
July 18, 2017 at 3:22 pm
Thanks Grant. However we dont need a complete tracking. Just for few adhoc cases to monitor we needed sometimes the complete log. That helps a lot to write the investigation...
July 18, 2017 at 7:31 am
Thank you everyone!!
Getting the results back using the Powershell.
July 18, 2017 at 7:15 am
Thank you. After recycle the files gone
July 18, 2017 at 7:13 am
July 18, 2017 at 6:57 am
Not sure why the output results are coming as NULL. Any advise?
declare @linkedserverName sysname= 'server', @DBname sysname = 'db'
DECLARE @dml nvarchar(max)...
July 14, 2017 at 8:31 am
Is that case how to find it? DBA's often need to get the details.
July 13, 2017 at 3:05 pm
Is the below query sufficient to find the encrypted columns?
SELECT stab.name Table_Name, sc.name Column_Name FROM sys.columns sc
INNER JOIN sys.types st ON sc.system_type_id=st.system_type_id
INNER JOIN...
July 13, 2017 at 1:29 pm
Is there anyway I also can check which indexes are doing more writes and which are doing more reads etc?
July 7, 2017 at 2:37 pm
No change in the procedure script. Wanted to check how a new Execution Plan is created.
July 5, 2017 at 6:31 pm
I compared the old good and new plan in sql sentry and found that there are missing index recommendation in the new plan. Creating that the index performance is improved.
July 5, 2017 at 3:19 pm
All indexes stats update says that it was done today. But few days observed high cpu activity while running on a specific proc. Wanted to check how the plan is...
July 5, 2017 at 10:44 am
Thanks Everyone for your response. Andrew, Not sure why it skipped my mind. I could not image to cast the databaseproperty area. Spent one hour but kind of was ignoring...
June 29, 2017 at 9:14 pm
It looks like you're...
June 29, 2017 at 9:13 pm
Viewing 15 posts - 106 through 120 (of 768 total)