Viewing 15 posts - 901 through 915 (of 7,472 total)
did you check the errorlog files to determine who disabled / stopped the default trace ?
April 6, 2018 at 8:01 am
sure. if we remove the "execute as" clause, they can see the sqlplan.
However, the sproc is intended to be used by a user account that only has exec auth...
March 1, 2018 at 8:26 am
Even created and executed by a sysadmin, it does throws the same error.
Also tested grant showplan to public .... same error at showplan time 🙁
March 1, 2018 at 4:43 am
- one of the things you must configure with sqlserver is the number of errorlog files to keep after startup. (now you get why)
- I would have guessed it...
February 22, 2018 at 12:21 am
Any extra information in the SQLServer errorlog ?
February 21, 2018 at 3:57 am
February 21, 2018 at 12:48 am
SOLUTION:
For DBMirroring to be able to use KERBEROS,
you need to register an SPN for the service account to the Endpoint port number !
February 20, 2018 at 2:37 am
I finally got this to work lowering AUTHENTICATION settings
..; FOR DATA_MIRRORING (
ROLE = ALL,
AUTHENTICATION = WINDOWS NEGOTIATE ,
...
February 20, 2018 at 1:26 am
This article has a pretty good checklist to run through for that error -...
February 20, 2018 at 12:36 am
February 20, 2018 at 12:30 am
February 19, 2018 at 5:52 am
it depends on the nature of the data.
If that data is to sensitive ( names / Social numbers / ... ) they could refuse the auth.
IMHO in all...
February 19, 2018 at 3:24 am
I liked the article until I read the content of the DTU calculation webpage.
At least the first 2 paragraphs are yours.
February 15, 2018 at 5:46 am
You can copy the data/tables from to your primary mdf file.
How? That depends on your current configuration.
If you post your databases DDL (create database statement) we may...
February 13, 2018 at 7:50 am
it actually performs the collation translation, and materializes that data in tempdb, so .... yes.
The only decent way around it, is to create a new db and its...
January 30, 2018 at 8:05 am
Viewing 15 posts - 901 through 915 (of 7,472 total)