FAQ: using sp_who to get current SQL users
Learn how to report information about current SQL Server users ... The sp_who2 syntax is equal to sp_who. Syntax. sp_who2 [[@login_name =] 'login'] Arguments ...
Tracing Performance
SQL Server Magazine Online, the definitive voice of the SQL Server database ... Use the syntax. EXEC sp_who2. End of Article. Post Your Comments Here ...
SQL Server stored procedures
Article about SQL Server 7.0 undocumented stored procedures. ... Syntax. sp_MSkilldb dbname. where dbname - is the database name. dbname is nvarchar(258) ... sp_who2 ...
Cooking with SQL - sp_ListFiles
Cooking with SQL - Using SQL to the fullest. ... There is a typo in your syntax. You are calling sp_ShowFiles instead of sp_ListFiles. ...
Sql Server Replication - Other SQL
Everyone has their own version :). - script similar to sp_who2 but also shows command executed ... against Northwind (because I can never remember the syntax ...
SQL Server 2000 Useful Undocumented Stored Procedures ...
In this article, Alexander Chigrik covers some useful undocumented ... sp_who2 returns CPUTime, DiskIO, LastBatch and ProgramName in addition to sp_who. Syntax ...
sp_who - sp_who2
sql syntax string to execute. Function to return substring letters ... osgl syntax problem. Privacy Policy related: Outlook programming Developer news IT news ...
No Results With Executecommand - O'Reilly Forums
C# 3.0 in a Nutshell, Third Edition A Desktop Quick Reference By Joseph ... Is there a special syntax I need to use? var v = ExecuteCommand("sp_who2"); v.Dump ...
No Results With Executecommand - O'Reilly Forums
Is there a special syntax I need to use? var v = ExecuteCommand("sp_who2"); v.Dump ... If you want to execute sp_who2, there are a couple of ways to do it. ...
SQL Query Analyzer statement to show logged in users : show ...
Hi: What is the syntax to show logged in users in Query Analyzer for SQL ... exec sp_who2. Assisted Solution. 01/10/07 03:18 PM, ID: 18288645. Rank: Guru. Hillwaaa: ...