Sql Login History

Refiner Brno, Czech Republic

Find top links about Sql Login History along with social links, FAQs, and more. If you are still unable to resolve the login problem, read the troubleshooting steps or report your issue.

Mar 16, 22 (Updated: Oct 06, 22)

What problem are you having with serverfault.com?
Select an option that best describe your problem. You can also post issue detail or ask any query to get answer from site admin or community.
Post Issue Detail
No status report submitted in last 7 days.
1. Serverfault.com
Scholar 2 years ago

Is there a connection history for SQL Server?

https://serverfault.com/questions/229731/is-there-a-connection-history...

In Enterprise Manager, right-click on the server instance and choose properties. Then set the Audit Level option on the Security tab. When enabled SQL Server ...

Social Handles

Page Status Information

Checked At HTTP Status Code Connect Time (ms) Result
2024-04-26 17:51:19 403 126 Temporarily Down
2024-04-25 16:51:09 403 510 Temporarily Down
2024-04-14 01:22:23 403 6 Temporarily Down
2
1
2. Stackexchange.com
Curious Toronto, Canada 2 years ago

How to list all past remote login information - Database ...

https://dba.stackexchange.com/questions/90411/how-to-list-all-past-rem...

2 Answers · Loginto the instance. · Go to security option · Expand and right click on Logins · click reports> Standard reports > Login statistics.

2
0
3. Microsoft.com
Critic Nairobi 2 years ago

Find the login history for last one month in sql server - MSDN

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/78d547cd-03b0...

Find the login history for last one month in sql server RRS feed ... By default the SQL Server don't log the logins; you can find only ...

5
0
Explainer Johannesburg, South Africa 2 years ago

How can I get history of logins in SQL Server - Microsoft Q&A

https://docs.microsoft.com/answers/questions/435109/how-can-i-get-hist...

How can I get history of logins in SQL Server. Here is the request. Someone wants to know what SQL Server logins were mapped to sysadmin on ...

3
0
4. Dirceuresende.com
Refiner Denver, CO 2 years ago

SQL Server - How to know the date of a user's last login

https://en.dirceuresende.com/blog/sql-server-como-saber-a-data-do-ulti...

Solution # 4 - Using a logon trigger · RETURN · INSERT INTO dbo.LoginHistory (Username, LoginTime, ProgramName) · SELECT · ORIGINAL_LOGIN(), · GETDATE(),.

1
1
5. Sqlservercentral.com
Informed 2 years ago

How can I check the Login history in sql server

https://www.sqlservercentral.com/forums/topic/how-can-i-check-the-logi...

I'm new in SQL server admin. Please show me how to check the history login for user because I have get the list of inactive or active users.

4
1
Teacher Toronto, ON, Canada 2 years ago

Login History - who connected to a database?

https://www.sqlservercentral.com/forums/topic/login-history-who-connec...

All the users also have a read-write access, but we would like to audit the ... Is the information stored anywhere in SQL server management ...

1
0
6. Netwrix.com
Outspoken 2 years ago

Tracking SQL Server Login History - Netwrix

https://www.netwrix.com/sql_server_login_history.html

Stay on top of SQL Server user login history to minimize the risk of unauthorized and excessive access that can indicate privilege abuse or breaches.

5
1
7. Dataedo.com
Editor 2 years ago

List logins on SQL Server instance - Dataedo

https://dataedo.com/kb/query/sql-server/list-logins-on-server

You can vew logins using SQL Server Management studio. Expand Server -> Security -> Logins branch in Object Explorer. ssms. Create beautiful and ...

4
0
8. Mohammaddarab.com
Editor Schöppingen, Germany 2 years ago

How to Find Last Login Date of a SQL Server Login?

https://mohammaddarab.com/find-last-login-date-sql-server-login/

It behaves strangely (SQL 2017). When I log off from SSMS it still returns that login, but when I close my desktop application record ...

4
0
9. Codeproject.com
Announcer 2 years ago

[Solved] How to find SQL server user log history? - CodeProject

https://www.codeproject.com/Questions/476570/HowplustoplusfindplusSQLp...

u can use following query. SQL. Copy Code. SELECT DATABASEPROPERTYEX('master', 'Status') GO Also please follow following link may it could ...

6
0
10. Stackoverflow.com
Refiner 2 years ago

Where are SQL Server connection attempts logged? - Stack ...

https://stackoverflow.com/questions/6769099/where-are-sql-server-conne...

You can enable connection logging. For SQL Server 2008, you can enable Login Auditing. In SQL Server Management Studio, open SQL Server ...

2
1
11. Snowflake.com
Explainer Amsterdam, Netherlands 1 year ago

LOGIN_HISTORY , LOGIN_HISTORY_BY_USER - Snowflake ...

https://docs.snowflake.com/en/sql-reference/functions/login_history.ht...

The LOGIN_HISTORY family of table functions can be used to query login attempts by Snowflake ... The results can be further filtered using SQL predicates.

5
0
12. Geeksforgeeks.org
Legendary Kochi, Kerala, India 1 year ago

Finding Login Counts and Creation Dates in SQL Server

https://www.geeksforgeeks.org/finding-login-counts-and-creation-dates-...

A SQL login is another credential that allows you to access SQL Server. When you log on to Windows or even your e-mail account, for example, ...

5
1
13. Ibm.com
Legendary 1 year ago

Changing the SQL Server account used to log audit history ...

https://www.ibm.com/docs/en/i2-ibase/9.0.5?topic=crayd-changing-sql-se...

However, you can disable the guest account, and use an alternative SQL Server user for logging Audit History information to the log database.

3
0
14. Sqltreeo.com
Reviewer 1 year ago

SQL Server Release History - SQLTreeo

https://www.sqltreeo.com/docs/sql-server-release-history

Also, some new date and time data types and User-Defined data types. You can also implement in this version filtered indexes and statistics.

3
1
15. Winshuttle.com
Curious California 1 year ago

User Login History View - Winshuttle

https://docs.winshuttle.com/evolve-en-20-1-online-help/reporting-sql-v...

Back to Reporting SQL Views. Field Name, DB Type, Type, Nullable, Description. UserId, uniqueidentifier, Guid, 0, ID of ...

2
1
16. Sqlshack.com
Teacher Moscow, Россия 1 year ago

How to drop a SQL Server Login and all its dependencies

https://www.sqlshack.com/drop-sql-server-login-dependencies/

Right-click on the SQL Server Login you want to drop then click on “Delete” ... lazy profiling, wait times, plan execution history and more ...

3
0
17. Codingoutloud.com
Critic Singapore 1 year ago

Who logged into my #Azure SQL Database? | Coding Out Loud

https://blog.codingoutloud.com/2019/03/12/who-logged-into-my-azure-sql...

Here's one way to do it. To track who is logging into your Azure SQL database, enable… ... COUNT(server_principal_name) as 'Logins'.

4
0
18. Itectec.com
Outspoken New York City 1 year ago

Sql-server – How to Audit Login Failures? Solutions - iTecTec

https://itectec.com/database/sql-server-how-to-audit-login-failures-so...

To view the logs, execute 'EXEC SP_ReadErrorLog.' There are some parameters that can be added to filter, and look at older than current logs as well. You can ...

1
0
19. Mssqltips.com
Critic 1 year ago

Find All Failed SQL Server Logins - MS SQL Tips

https://www.mssqltips.com/sqlservertip/4941/find-all-failed-sql-server...

In this tip we will cover one approach to find failed logins that occurred in the last week.

1
0
20. Devart.com
Teacher Québec 1 year ago

How to Check SQL Server Query History - Devart Blog

https://blog.devart.com/sql-server-query-history.html

Read on to learn how to check the MS SQL Server query history by user with a convenient set of tools at your service.

5
0
21. Medium.com
Scholar Melbourne, Australia 1 year ago

Identifying who accessed Azure SQL using audit logs - Medium

https://medium.com/@harioverhere/identifying-who-accessed-azure-sql-us...

Time filter for the query can be configured either in the query or in the Log Analytics UI. Setting up alerts for failed logins. Azure Monitor ...

4
0
22. Techonthenet.com
Editor Oakland, CA 1 year ago

Find Logins in SQL Server - TechOnTheNet

https://www.techonthenet.com/sql_server/questions/find_logins.php

Answer: In SQL Server, there is a catalog view (ie: system view) called sys.sql_logins. You can run a query against this system view that returns all of the ...

1
0
23. Wordpress.com
Organizer Paris, France 1 year ago

How to audit login to my SQL Server (both failed and ...

https://mssqltalks.wordpress.com/2013/02/25/how-to-audit-login-to-my-s...

Method 1: Using SQL Server management Studio: Connect instance in Management Studio → Right Click and select server Properties → Security → ...

6
1
24. Vmware.com
Editor Montgomery, AL, United States 1 year ago

Solved: VMWare Horizon View Events (User Login History) ho...

https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VMWare-Hor...

Solved: hi guys, our view console wont show all the event for a particular user, trying to get last 4 weeks. any sql query i can run on composer db.

3
1
25. Oraclereporting.com
Scholar NYC, NY, USA 1 year ago

FND User Login History | Oracle-EBS-SQL

https://oraclereporting.com/FND%20User%20Login%20History/

Description: Audit history of application user logins. EBS user logon audit is controlled by profile 'Sign-On:Audit Level'. The most detailed ...

4
1
26. Allroundautomations.com
Reviewer 1 year ago

Where does PL?SQL Developer store login history? - Allround ...

http://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&...

Hi, I am getting my computer swapped out and I want to backup all my settings and logon history so I can put it on the new computer and not have to set it ...

3
1
27. Apache.org
Editor 1 year ago

Database authentication — Apache Guacamole Manual v1.4.0

https://guacamole.apache.org/doc/gug/jdbc-auth.html

Guacamole supports authentication via MySQL, PostgreSQL, or SQL Server databases ... The unique integer associated with each password history record.

5
1
28. Apexsql.com
Informed 1 year ago

SQL transaction log reader | ApexSQL

https://www.apexsql.com/sql-tools-log.aspx

Isolate specific SQL Server transactions by user, date, object, change type, and more. ... regular expressions, transaction details and row history search.

4
1

If you know a webpage link that work for the reported issue. Consider sharing with the community by adding in the above list. After verification of provided information, it would be get listed on this web page.

Frequently Asked Questions

How do I view SQL login history?

Go to security option. Expand and right click on Logins. click reports> Standard reports > Login statistics.

Is there a connection history for SQL Server?

In Enterprise Manager, right-click on the server instance and choose properties. Then set the Audit Level option on the Security tab. When enabled SQL Server will log connection information into the SQL Server Log. You can also see connection information through SQL Server Profiler traces when auditing is enabled.

How can I tell when a SQL Server user last logged in?

Here's a little script to help you out!
  1. SELECT MAX(login_time) AS [Last Login Time], login_name [Login]
  2. FROM sys.dm_exec_sessions.
  3. GROUP BY login_name;

How do you check who logged in SQL Server?

How to See Everyone Logged Into SQL Server
  1. Click "Start," type "cmd" (omit the quotation marks here and throughout) into the search box and press "Enter."
  2. Type "SQLCMD -L" at the command prompt to bring up a list of SQL Servers running on your network.
  3. Type "CONNECT (server name)" at the command prompt.

Recent Tweets By serverfault

Lamp
@ServerFault apache2: Saves files on /tmp in a 'system-private-[hash]' instead of just saving folders as... https://t.co/UEG0EtTEf7 #filepermissions
2023-01-27 12:00:54
Lamp
@ServerFault How to execute shell scrips without creating files https://t.co/DqCtdfUS6c #bash
2023-01-27 06:00:00
Lamp
@ServerFault How to follow HTTP redirects inside nginx? https://t.co/qiCMVkod0k #nginx
2023-01-27 03:00:54
Lamp
@ServerFault How to use psexec without admin privileges on target machine? https://t.co/eSNmdMimIX #windows
2023-01-26 12:00:23
Lamp
@ServerFault View User's current logon script without domain admin rights https://t.co/javA3AdwPJ #activedirectory
2023-01-26 09:00:04
Lamp
@ServerFault Can you answer this? Elastic Beanstalk environment stuck in invalid state with "resource(s... https://t.co/XNAwrXGhWm #amazonwebservices
2023-01-26 09:00:02
Lamp
@ServerFault How can I use a legacy ssh-rsa key on CentOS 9 Stream? https://t.co/JPX6fRoCLx #centos
2023-01-26 06:00:09
Lamp
@ServerFault Make PHP-FPM Listen at 'IPAddress:Port' Instead of '/var/run/php5-fpm.sock;' https://t.co/wJ2OVMrY3v #php
2023-01-26 06:00:01
Lamp
@ServerFault Can you answer this? tell apache virtual hosts to connect to php-fpm sockets using different user/g... https://t.co/S0glkhdYEo #apache24
2023-01-26 03:01:11
Lamp
@ServerFault Can you answer this? Elastic beanstalk launched inside of my VPC is having issues launching https://t.co/J14FsJgdOL #amazonwebservices
2023-01-25 09:00:03
Lamp
@ServerFault Can you answer this? how to determine which process/thread holds the flock https://t.co/JEPZm3qmM4 #locking
2023-01-25 06:00:08
Lamp
@ServerFault Can you answer this? MS-Dos access to domain shared folder on server 2012 R2 https://t.co/0WIdhaWaKs #windows
2023-01-24 12:00:19
Lamp
@ServerFault IE8 script error 800704a6? https://t.co/QC9BXXhxIs #windowsxp
2023-01-24 06:00:08
Lamp
@ServerFault How do you check if a nameserver responds to recursive queries? https://t.co/IpFpv6uYez #domainnamesystem
2023-01-24 03:01:19
Lamp
@ServerFault LXC instances do not have IPv4 addresses https://t.co/vFdCIu3QO8 #networking
2023-01-24 03:00:02
Lamp
@ServerFault Can a (hw) loadbalancer check on HTTP status codes? https://t.co/fZODoJ7Fce #hardware
2023-01-23 09:00:04
Lamp
@ServerFault How to disable Web Console and Red Hat Insights prompt on login to RHEL8 via SSH? https://t.co/GoTYIxaL8d #ssh
2023-01-23 09:00:02
Lamp
@ServerFault Windows Server 2022 RDP connection fails with error 0x3 + extended error 0x11 https://t.co/osBrPLDiRV #rdp
2023-01-23 06:00:07
Lamp
@ServerFault How to correctly escape single quotes in AWK https://t.co/MejQZCq1yP #freebsd
2023-01-23 03:00:55
Lamp
@ServerFault Windows DNS server: host a zone, but forward unknown entries https://t.co/Ban84qTIlR #domainnamesystem
2023-01-23 03:00:06
Lamp
@ServerFault Dovecot doesn't create /var/spool/postfix/private/auth https://t.co/FEvJKABjVy #postfix
2023-01-22 09:00:05
Lamp
@ServerFault Is an ECC ram enabled GPU necessary for a server, or will a normal gpu work fine in a server? https://t.co/9Ke3ogSsVg #linux
2023-01-22 06:00:03
Lamp
@ServerFault Scheduling a Task to Run Indefinitely https://t.co/GSnNI4zAi6 #windows
2023-01-21 12:01:08
Lamp
@ServerFault Can I have my KVM guests on the same subnet as the host? https://t.co/LRMT3CElGG #networking
2023-01-21 09:00:06
Lamp
@ServerFault shutting down gcloud service in case of DDos attacks https://t.co/hTSW8B4mtn #googlecloudplatform
2023-01-21 06:00:01
Lamp
@ServerFault Force browser to empty DNS cache https://t.co/HNC78nHsCe #domainnamesystem
2023-01-20 12:00:33
Lamp
@ServerFault Is it safe to open port 3306 in Firewall for external MySQL Connection https://t.co/HcDNqJbi9M #mysql
2023-01-20 09:00:06
Lamp
@ServerFault Nginx 1.2.1: How to analyse 500 Internal Server Error https://t.co/rf3rrEKNiw #nginx
2023-01-20 09:00:03
Lamp
@ServerFault SSRS report "unable to load client print control" https://t.co/hAHhGRHAMY #sqlserver
2023-01-20 06:00:07
Lamp
@ServerFault Authenticating SMTP Proxy https://t.co/5o00VyWgq9 #postfix
2023-01-20 06:00:03
Lamp
@ServerFault How can I start an X11 session on my headless Fedora 13 server? https://t.co/tkezcTgQVx #fedora
2023-01-20 03:01:00
Lamp
@ServerFault nginx without server_name and using only static ip address? https://t.co/PrursueLxR #ubuntu
2023-01-19 12:00:25
Lamp
@ServerFault Why does my Apache server keep stopping? https://t.co/HezTDhotZ4 #apache22
2023-01-19 12:00:03
Lamp
@ServerFault How Do I Refuse a Request to a Subdomain in Nginx https://t.co/LMWm25UEMS #nginx
2023-01-19 09:00:04
Lamp
@ServerFault How to start iperf3 server in UDP mode? https://t.co/UGISnT9gjx #bandwidth
2023-01-19 09:00:02
Lamp
@ServerFault How to solve error 503 in Kubernetes NGINX Ingress https://t.co/3TSVYKtJRe #nginx
2023-01-19 06:00:04
Lamp
@ServerFault How can I show user's privileges in MySQL? https://t.co/PxeraOLs6C #mysql
2023-01-19 06:00:03
Lamp
@ServerFault Linux-on-Linux KVM: Which filesystem should I use for guest and host? https://t.co/hkg2MTnnt5 #raid
2023-01-19 03:01:15
Lamp
@ServerFault create vmware virtual machine via command line on linux system https://t.co/P8JqJpi3rM #commandlineinterface
2023-01-19 03:00:06
Lamp
@ServerFault Proxy Websockets and HTTP through the same location in Nginx https://t.co/C2oICcI3gX #nginx
2023-01-18 12:00:07
Lamp
@ServerFault SSH Timeouts with ClientAliveInterval and ClientAliveCountMax https://t.co/QDFGCwYHG6 #linux
2023-01-18 09:00:07
Lamp
@ServerFault Prevent a systemd service from starting if another systemd service is running https://t.co/3CjMt9FefD #systemd
2023-01-18 09:00:06
Lamp
@ServerFault How do I add bitlocker support commands to winpe? https://t.co/F2DWa4y8t5 #windows
2023-01-18 06:00:04
Lamp
@ServerFault Why the RHEL8 system do not generate SSH host keys automatically when missing? https://t.co/isV6KisFB1 #ssh
2023-01-18 06:00:01
Lamp
@ServerFault openssl keeps creating v1 certificate instead of v3 https://t.co/sFtvzhkWaB #sslcertificate
2023-01-18 03:00:07
Lamp
@ServerFault nginx http server_names_hash_bucket_size https://t.co/T6n45Gjmzy #nginx
2023-01-17 09:00:05
Lamp
@ServerFault Creating a socks5 proxy from a Wireguard vpn on client https://t.co/MqQyQRM4Oj #vpn
2023-01-17 09:00:03
Lamp
@ServerFault Can you answer this? systemd-journal Rate Limit https://t.co/8l2dowZVJd #linux
2023-01-17 06:00:07
Lamp
@ServerFault Copy single file using robocopy https://t.co/oS5hdOux4E #batchfile
2023-01-17 03:01:12
Lamp
@ServerFault Can you answer this? Registration of Azure Resource Provider hangs indefinitely https://t.co/Qd7O3H1UMY #azure
2023-01-17 03:00:05
Lamp
@ServerFault Long restart time of Windows due to iSCSI Connection https://t.co/yukfygimTd #windows
2023-01-16 12:00:20
Lamp
@ServerFault How to read the "IDLE" column in the output of the Linux 'w' command? https://t.co/wI4dTsn4xU #linux
2023-01-15 12:00:06
Lamp
@ServerFault Can you answer this? How to ssh to a server via bastion(proxy) with key from the bastion(proxy) NOT or... https://t.co/qVDCWssUdm #linux
2023-01-15 09:00:06
Lamp
@ServerFault What is the function in Windows similar to Inode in Linux? https://t.co/vywmPy9tyk #windows
2023-01-15 03:00:04
Lamp
@ServerFault How to shrink btrfs image file used by LXD storage? https://t.co/vTE9TX0UKI #diskimage
2023-01-14 06:00:05
Lamp
@ServerFault ZSH not sourcing zprofile https://t.co/0EJpgqYT6C #profile
2023-01-13 12:00:06
Lamp
@ServerFault nginx: connect() failed (111: Connection refused) while connecting to upstream https://t.co/DvJFFJD7D0 #nginx
2023-01-13 12:00:04
Lamp
@ServerFault Can you answer this? After a while, /etc/resolv.conf stops using /etc/netns/X/resolv.conf https://t.co/g9xLPk7ngr #linuxnetworking
2023-01-13 09:00:04
Lamp
@ServerFault How to configure bind9 to accept connections from other machines https://t.co/fCyLPRDgmE #domainnamesystem
2023-01-13 06:00:02
Lamp
@ServerFault How to adjust nginx keepalive_timeout? https://t.co/U2eXqXfYfC #nginx
2023-01-13 03:01:39
Lamp
@ServerFault What are the possible reasons for a SIP register failure? https://t.co/HKzFOe589n #asterisk
2023-01-12 03:00:04
Lamp
@ServerFault Get total files size from a file containing a file list https://t.co/Hqc8AECMYh #linux
2023-01-09 12:00:20
Lamp
@ServerFault How to make get_current_user() return the same user as $_SERVER['AUTH_USER']? https://t.co/gyuQDylh00 #windows
2023-01-09 09:00:03
Lamp
@ServerFault Is it possible to connect to a System DSN on remote machine? https://t.co/yZLbZNSUJI #windows
2023-01-09 06:00:01
Lamp
@ServerFault Ansible local_action: stat doesnt find my file https://t.co/ADf8YFQrB9 #ansible
2023-01-09 03:00:20
Lamp
@ServerFault List all kerberized SPN's in Linux https://t.co/murxiwhwsg #linux
2023-01-08 12:00:04
Lamp
@ServerFault How to move a set of files on the same FTP server? https://t.co/OkgXQ9GrdP #commandlineinterface
2023-01-08 09:00:01
Lamp
@ServerFault Get server hardware details for ubuntu server https://t.co/7FPmMVOBzd #linux
2023-01-08 03:00:05
Lamp
@ServerFault Can you answer this? Infiniband + KVM https://t.co/NAlD1zHDsR #centos
2023-01-07 12:01:20
Lamp
@ServerFault Web interface to allow users to change their Active Directory password https://t.co/GzPoGCZP4Y #activedirectory
2023-01-06 03:00:05
Lamp
@ServerFault How to get VMware guest MAC address from the console? https://t.co/atiIED5h2S #vmwareesxi
2023-01-05 12:00:17
Lamp
@ServerFault Can you answer this? One-liner to install Python 3.9 on Amazon Linux? https://t.co/VYlwd9VT5S #amazonec2
2023-01-05 09:00:04
Lamp
@ServerFault Don't log favicon.ico errors https://t.co/gCUnvKDgUQ #apache22
2023-01-05 03:01:11
Lamp
@ServerFault Can you answer this? What steps should I take to secure a microk8s installation in 'production'? https://t.co/9iiY5HkLgj #ubuntu
2023-01-05 03:00:02
Lamp
@ServerFault Hyper-V and Hyper-threading: On or off? https://t.co/6EMiGrfAT2 #hyperv
2023-01-04 12:00:06
Lamp
@ServerFault DEGRADED zfs pool vs FAULTED https://t.co/VETh6935JM #zfs
2023-01-04 12:00:01
Lamp
@ServerFault How to setup a fake SMTP server to catch all mails? https://t.co/rOioj1C75l #smtp
2023-01-04 09:00:09
Lamp
@ServerFault How can I configure a Haraka mail server to forward mails to another address on another domain? https://t.co/hUCu3Ieaqg #email
2023-01-04 09:00:04
Lamp
@ServerFault what is a non routable vlan, and when should I need it? https://t.co/LUHMiqoJSi #routing
2023-01-04 06:00:08
Lamp
@ServerFault Upload files on a folder not within www. Is this a good practice? https://t.co/kqenARE8pq #php
2023-01-04 06:00:07
Lamp
@ServerFault Why does CTRL-r act weirdly (showing only part of a command) on OS X https://t.co/dgIXcugUrZ #bash
2023-01-04 03:00:35
Lamp
@ServerFault Can't login to SQL Server in Single User mode https://t.co/rah5aVXp43 #sqlserver
2023-01-04 03:00:05
Lamp
@ServerFault VPN instead of VLANs https://t.co/YWJZcyo0eR #vpn
2023-01-03 12:00:02
Lamp
@ServerFault Using letsencrypt & certbot how do I add a mail server to an existing certificate? https://t.co/rhTKyrPZG1 #postfix
2023-01-03 09:00:06
Lamp
@ServerFault Enable cross origin for subdomain https://t.co/a7zGf2PIh5 #htaccess
2023-01-03 06:00:02
Lamp
@ServerFault Where do I find the latest ansible error log https://t.co/MyzJsEkhYv #ansible
2023-01-02 12:00:20
Lamp
@ServerFault Linux : Undefined symbol: php_pdo_register_driver in Unknown on line 0 https://t.co/GB4e1535eJ #linux
2023-01-02 06:00:00
Lamp
@ServerFault Doing logical OR comparisons with findstr.exe https://t.co/KAirDXEPeo #windows
2023-01-01 09:00:08
Lamp
@ServerFault Can you answer this? Kerberos credentials cache dates reported differently in Debian Squeeze and Debi... https://t.co/NNEzlzlUV6 #debian
2022-12-31 06:00:02
Lamp
@ServerFault Powershell - Find users belonging to more than one AD group https://t.co/xBI66YCGZV #activedirectory
2022-12-30 12:00:13
Lamp
@ServerFault How do you log proxy_pass in the nginx access log? https://t.co/dSobDef5K5 #nginx
2022-12-30 12:00:06
Lamp
@ServerFault Remove a user from ACL completely using PowerShell https://t.co/6KCD98xJa7 #powershell
2022-12-30 09:00:07
Lamp
@ServerFault Can you answer this? Windows 2016 DNS server returns SERVFAIL for non-existing domain https://t.co/9ia0mnftHt #domainnamesystem
2022-12-30 03:00:06
Lamp
@ServerFault Does group policy loopback apply to that policy, or all policies? https://t.co/yPH0dfYCP9 #grouppolicy
2022-12-29 12:00:06
Lamp
@ServerFault Can you answer this? Network UPS Tools (NUT) causing UPS to Reboot? https://t.co/8RK8uZREwS #linux
2022-12-29 12:00:04
Lamp
@ServerFault Can you answer this? Spring Boot 1.2.7, Tomcat, CSS and Thymeleaf = Very Very slow service https://t.co/MtfCdPIUSl #performance
2022-12-28 12:00:25
Lamp
@ServerFault Unable to access internet on pod in private GKE cluster https://t.co/CORAC0HtR6 #linuxnetworking
2022-12-28 09:00:06
Lamp
@ServerFault Is it possible to set vm.overcommit_memory =1 only for specific containers? https://t.co/A4cxiaK2d0 #docker
2022-12-28 06:00:01
Lamp
@ServerFault Apache SSL Handshake Slow https://t.co/QVe85CnoXd #ssl
2022-12-28 03:01:16
Lamp
@ServerFault Automatic Login after a Remote Desktop connection https://t.co/ZLzBdDobqB #windows
2022-12-28 03:00:06
Show more

Explain Login Issue or Your Query

We facilitates community members to help each other for login and availability-related problems of any website. So if you are facing an issue related to Sql Login History or have any query regarding serverfault.com, please explain below:

Rating
34 Users Rated. Average Rating 3.97

Troubleshooting

Before login, must ensure following:
  • Keyboard CAPS lock is OFF
  • You are not using an old password
  • Your given email/login-name is valid
  • Its not a phishing website
  • Do not use VPN as some sites restrict VPN
  • The internet connection is active and login form is loading cache
  • If the site requires captcha, it must be valid. Regenerate if its not readable
  • Still not resolved? Visit FAQs page
Similar
Overview
Contributors
30
Reactions
151
Views
1,299
Updated
1 year ago
Contributors
Curious
Toronto, Canada
Level 6
Critic
Nairobi
Level 9
Explainer
Johannesburg, South Africa
Level 7
Refiner
Denver, CO
Level 7
Informed
Level 9
Most Discussed
Recently Updated
Recently Joined
Nnamchichikodi22
Nigeria 1 hour ago
Admin
Cambodia 2 hours ago
Chaf
Germany 6 hours ago
Akinola Oluwashola
Nigeria 7 hours ago
Abhi
India 9 hours ago
Site Summary
LoginsLink is an online tool with a community forum that help to report website issues, get solutions and check latest status information of any website.
Total Users
78,010
Joined Today
0
Since
2020
Join Community