Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Moin moin,

ich hätte da mal eine Frage:

Wie kann ich feststellen, wer mit einer bestimmten MS - SQL Server Datenbank verbunden ist.

Ich weiß, dass es da einen sp_ Befehl gibt, kann mich aber nicht mehr so wirklich erinnern. Google (mein Freund und Helfer) wollte mir da auch keine Auskunft erteilen.

Kann mir da jemand helfen?

Vielen Dank im vorraus

master.sysprocesses und master.sysdatabases sollten hier die relevanten informationen liefern.

z.b. so:

select [nt_username] as 'Benutzer', [program_name] as 'Programm', [name] as 'Datenbank'	

from [sys.]sysprocesses LEFT OUTER JOIN [sys.]sysdatabases ON sysprocesses.dbid = sysdatabases.dbid

where [name] not in ('master','model','msdb','tempdb','')

order by [cpu] DESC

das klappt sowohl mit 2000 als auch mit 2005.

s'Amstel

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.