Viewing 15 posts - 886 through 900 (of 1,838 total)
one of the best scripts for this I've seen is at:
https://sqlstudies.com/free-scripts/sp_dbpermissions/
Please note though, that if you're working with Windows authenticated users, they may be part of one or...
July 5, 2017 at 1:28 pm
June 30, 2017 at 9:56 am
OK, I've even tried using XCOPY /L /S /D to try to limit the filenames returned by date, so I only get a few thousand instead of the millions and...
June 30, 2017 at 8:51 am
June 30, 2017 at 8:28 am
June 29, 2017 at 2:04 pm
June 29, 2017 at 12:30 pm
June 29, 2017 at 12:10 pm
June 29, 2017 at 10:52 am
Jeff Moden - Wednesday, June 28, 2017 6:55 AMHeh... what's the last cursor you wrote and what did it do?
unfortunately had...
June 28, 2017 at 2:53 pm
You can't call a stored procedure from within a query like that. You won't be able to wrap the procedure call in a function either. Since you said it's a...
June 27, 2017 at 2:59 pm
June 26, 2017 at 2:24 pm
I'd be very skeptical of any advice from the Missing Index views as well. They have all the same problems people have mentioned about Database Engine Tuning Advisor plus more including no consideration for...
June 22, 2017 at 1:16 pm
June 22, 2017 at 8:49 am
What makes my head explode is that it seems that some IT vendors seem to rename everything every few years, so we have to keep relearning everything just with different...
June 21, 2017 at 12:43 pm
I would put it in the SELECT clause of your [PivotResults] CTE query, instead of saying SELECT *, but it could also be in the final SELECT * FROM [PivotResults]
June 21, 2017 at 12:11 pm
Viewing 15 posts - 886 through 900 (of 1,838 total)