Viewing 15 posts - 1 through 15 (of 381 total)
Hi,
is your database e-mail activated?
If yes, you only need 2 steps.
(I found this code in the internet, it's not build...
July 9, 2024 at 9:10 am
Hm,
I just tried to activate the query store, and everythings works fine.
But I got the CU27. Maybe you should install the latest CU and check this issue again.
Best regards,
Andreas
July 4, 2024 at 9:05 am
Hi,
can you show us the errorlog, when the error occours.
And, is it possible, that someone tries to login with the wrong credentials?
Kind regards,
Andreas
June 25, 2024 at 11:51 am
Hi,
this post is duplicated.
Please reply on this post:
June 25, 2024 at 11:49 am
Hi,
the SA login is disabled, but the user is still able to work with the sql server.
The sa login maybe the owner of the jobs, or the owner of some...
May 31, 2024 at 7:49 am
Hi,
I hope understand your question correct.
We got both, Linked Server via "SQL Server" and via "MSOLEDBSQL".
If we had to use the SQL-Server type, the name of the linked server target...
May 24, 2024 at 6:59 am
What errors did checkdb report?
how often do you run dbcc checkdb on your databases?
Hi,
we check our databases every day with dbcc. If you got an error, it will maybe...
May 24, 2024 at 6:53 am
Hm,
have you checked your errorlog, when your database changed to suspect mode. Was this the time, when the index maintenance run?
Or where some other events on the time, when the...
May 17, 2024 at 12:31 pm
Hi,
we got the same result with sp_who2, but our sa account is disabled.
I think, if you put the account to disabled, nobody is able to use this account for login.
The...
April 12, 2024 at 6:39 am
Hi,
is your workstation and your SSRS in the same domain?
What is your security configuration?
Maybe you are not in the loca admin group?
Kind regards,
Andreas
April 11, 2024 at 11:24 am
Hi,
in the sql server properties you can configure the memory for the sql server.
Sample:
If your server got 24 GB RAM, let 4 GB RAM for the OS. You should configure...
January 24, 2024 at 1:31 pm
Hi,
maybe we got the same error some year ago.
Can you run this query:
SELECT * FROM sys.dm_os_nodes
In our case, some nodes got the status " THREAD_RESOURCES_LOW".
The OS was...
January 24, 2024 at 12:25 pm
Hm,
are you able to delete the old backup files if you run the script from the job manually?
If the job runs via sql server agent, it uses the sql server...
December 8, 2023 at 12:24 pm
Hi,
it would be easier, if you can tell us the versions of the sql server, of the client workstation and so on.
Best regards,
Andreas
November 23, 2023 at 12:50 pm
Hello,
maybe you are able to check the query from SPID 0
DECLARE @sqltext VARBINARY(128)
SELECT @sqltext = sql_handle
FROM sys.sysprocesses
WHERE spid = 0
SELECT TEXT
FROM sys.dm_exec_sql_text(@sqltext)
Good luck,
Best regards,
Andreas
November 22, 2023 at 1:00 pm
Viewing 15 posts - 1 through 15 (of 381 total)