|
Comments
|
|
I didn't understand why there were no results returned from spid 52, as that was the spid of the current session, and clearly it was active as we were watching commands being run.
|
|
|
Great demo! Thanks Andy!
|
|
|
Thank you very much
|
|
|
I wasn't aware you could filter sp_who and sp_who2 very nice!
|
|
|
Pl's add more videos like this.
|
|
|
Thank you for sharing
|
|
|
Would've been neato if there'd been some blocking examples to show how sp_who sees locks and blocks.
|
|
|
Very good
|
|
|
Excellent as always!
I ran into a situation the other day where I needed to do a count of a field and needed it grouped by day (I happened to have another field that was a date/time stamp of the other field to be counted). I've seen some really ugly code where someone had used cast/convert and parsed out the date as nvarchar and then sorted (I thought there should be a better a way). I found this little trick:
DATEADD(day, DATEDIFF(day, 0, MyDB.MyDateField), 0) AS Mydate
I've tested this and it seems to work well for just about any sort of date/time grouping one could want. Thing is, I dont fully understand how datediff and dateadd are being used here. Could you do a video on grouping by date/time? Is there a better method than what I found? Thanks!
Eric
pittse@co.kern.ca.us
|
|
|
Again, very well done presentation.
Thanks
|
|
|
very bad sound quality plus if you could have spent few extra min. to walk the way to kill this spids, that would have been very nice
|
|
|
Very clear and consise
|
|
|
I especially appreciated the comment at the end about sp_helptext
|
|
|
Nice work
|
|
|
simple good example of a useful command.
|
|
|
Great video
|
|
|
Its Good
|
|
|
Its Good
|
|
|
Fantastic subject matter, thank you very much. I would like to see another on these same procedures, but delving more into the meaning of the results. In addition, a separate video delving more into the meaning of the results of the system SPID's (if they're important; fact is, I've never concerned myself with system SPID's).
|
|
|
I have been using sp_who & sp_who2 for a long time now but I still learned something new from the video. Well done.
|
|
|
execellent
|
|
|
How is it that when passing the parameters you do not have to say which column they apply to, ie: sp_who 'active'; does it compare the value to every column in every row?
|
|
chandrasekhar on
9/26/2011
useful video
|
|
|
nice
|
|
|
good
|
|
|
good stuff, great for troubleshooting
|