Viewing 15 posts - 16 through 30 (of 223 total)
Taking the UPPER out only impoves it by a sec or two.
July 19, 2017 at 11:03 am
Thanks guys. We have already raised the concern about more duplicate values with the developers and the app team and also about not using where clause and selecting all columns.
If there's...
July 19, 2017 at 10:43 am
DROP is not a grantable permission.
Following roles allow you to drop a table:
dbo, schema owners, db_ddladmins, db_owner, sysadmin, people with CONTROL permission on the table, People...
July 12, 2017 at 2:54 pm
Run this:
select * from MSdistribution_history
where xact_seqno = 0x00000000000000000000000000000000
This will give you the agent which is causing an issue. Drop the subscription for...
July 12, 2017 at 2:09 pm
July 12, 2017 at 11:04 am
July 12, 2017 at 9:31 am
Thanks Joe. Already tried the inner joins. There was not much difference.
Thanks Gail- Running the update stats with full scan now. I'll try the query again after the scans...
July 11, 2017 at 3:05 pm
Thanks Chris. This is awesome. It's pretty instant.
Thanks for the link as well. Added to my favourites. 🙂
July 10, 2017 at 11:13 am
July 6, 2017 at 2:17 pm
You can use "sys.dm_db_index_usage_stats" to find out when the tables were last accessed.
Sarvesh
March 12, 2015 at 4:24 pm
Hi, You can use "sys.dm_db_index_usage_stats" to get when the tables were last accessed.
March 12, 2015 at 4:21 pm
great articles Perry. Have added to my favourites :-). Keep up the good work.
August 12, 2011 at 3:07 am
Thank you all for your feedback. It means a lot.
The purpose of this artcle was to show simple usage of DISTINCT to a beginner.
February 8, 2011 at 6:45 am
When will the course delivered in UK?
January 10, 2011 at 1:24 pm
Thanks for the feedback Grant. Much appreciated. Will keep that in mind for my next article.
November 23, 2010 at 6:12 am
Viewing 15 posts - 16 through 30 (of 223 total)