Viewing 15 posts - 61 through 75 (of 180 total)
Try in a testing environment before using it in production, as long as you follow procedures, create it on Development\QA environment, leave it there for a couple of days and...
February 3, 2020 at 12:57 pm
We have been using logon triggers to detect the users trying to connect to a database from a specific application and server in production for more than 10 years.
I don't...
January 31, 2020 at 8:03 pm
There's a blog post made by Will Assaf regarding this issue.
take a look.
January 23, 2020 at 9:14 pm
Hello,
At the end of the article you posted from Microsoft he wrote to enable a trace flag to dig deeper into the issue, have you tried that?
If none of the...
January 14, 2020 at 6:58 pm
It's ok,R no worries.
Lets remove the files
Alter database tempdb remove file temp3
Not the mdf and ldf but the ndfs.
Restart again and you should only have these two.
If you are locked...
January 10, 2020 at 4:41 pm
Updating you guys.
Today we've registered SPNs to the listeners.
setspn -A MSSQLSvc/AGListener.domain.com domain\serviceaccount
setspn -A MSSQLSvc/AGListener.domain.com:1433 domain\serviceaccount (or whatever port you used for the listener)
so far.. no timeouts or...
January 8, 2020 at 3:40 pm
Thanks Sue!, we'll be taking a look and making some tests.
oh lord if its the SPNs im gonna hang myselffffff.
January 8, 2020 at 12:31 pm
I found it on the SQL Server error log today, earlier dates don't have the message.
Thanks for the URL.
And... effectively, you have to register SPN for the Listener, i'll keep...
January 7, 2020 at 9:10 pm
Now i got to see some error of after the whole past week searching and didn't find anything on the logs..
SSPI handshake failed with error code 0x80090304, state 14 while...
January 7, 2020 at 8:08 pm
It's cool, you are trying to help and thats more than welcome!, also i know it's hard to help when you don't have the issue in your hands.
Actually, sql server...
January 7, 2020 at 2:54 pm
Sure,
Most combinations work.
AD Account to Instance itself works fine
AD Account to Listener timesout or takes too long to connect, or connects.
SQL Account connecting to listener works fast and fine
SQL Account...
January 7, 2020 at 1:48 pm
When you change between an AD account and a local SQL instance are you using the same Windows login on the same machine? I'm guessing you already checked but...
January 7, 2020 at 12:45 pm
What kind of encryption were you using?
backup encryption by certificate?
January 3, 2020 at 3:20 pm
is it a VLDB? if it isn't you could try seeding, i'll try to re-create your environment and see if i get the same error.
The database restored in the secondary...
January 3, 2020 at 2:42 pm
Viewing 15 posts - 61 through 75 (of 180 total)