Viewing 15 posts - 721 through 735 (of 4,477 total)
You can click the “insert/edit code” button and paste the code in the item that pops up. I do not see an insert/edit code ...
April 3, 2019 at 7:43 pm
Do you have TLS enabled for any of this? I've usually seen that in relation to TLS and in that case you would need to make sure OS and SQL...
April 3, 2019 at 7:03 pm
Hi
Can you please provide some suggestion how to prevent user (part of Windows Group) changing the Default Database? All the other user in the group got affect after...
April 3, 2019 at 7:00 pm
If you search on "What's new in SQL Server <version>", you an usually find a good list of the changes, improvements from Microsoft Documentation. It's a long list -
https://docs.microsoft.com/en-us/sql/sql-server/what-s-new-in-sql-server-2017?view=sql-server-2017
Sue
April 3, 2019 at 4:49 pm
When you detach a database, you change the permissions on the database files.
The service SID account needs the permissions full control on the files.
The service SID account for...
April 2, 2019 at 11:08 pm
Why on earth would you detach databases when you just needed to create an account? I know why you got the error. I'll post back in a bit if no...
April 2, 2019 at 10:34 pm
You'd also want to make sure to check all the other major components for the SQL Server instance. For example, you can end up with more disk activity if you...
April 2, 2019 at 9:43 pm
I've never really noticed anything with it enabled, it encrypts data at rest and auditors like when it's enabled. I mentioned the only con I can think of. I've used...
April 2, 2019 at 9:27 pm
Hi,
I am a SQL Server DBA in the Company.
One of our Clients is running SQL Server 2012 Enterprise Edition utilizing AlwaysOn Cluster.
I was asked for the Security reasons to...
April 2, 2019 at 8:57 pm
Do you have the Resource Governor enabled? If so, try to disable it
Sue
April 2, 2019 at 8:08 pm
Thanks for all of your efforts with the website and staying on top of the issues. I realize it's a huge undertaking and a PITA at this point.
If nothing...
April 2, 2019 at 6:00 pm
Dave Convery wrote:Do you have an example of a page that's redirected you to that?
I'm currently getting that message when trying to view my own profile.
Drew
I get the "Oops! That...
April 2, 2019 at 5:53 pm
Check the following documentation for instructions on how to do this:
Sue
April 2, 2019 at 5:41 pm
You want to look at the entire I/O subsystem, not necessarily just the disks. Anything in the path from SQL Server to the disks. I've had that type of thing...
April 2, 2019 at 5:30 pm
With the error being that the snapshot already exists, it seems like it may be trying the integrity check twice and they overlap.
Possibly you are specifying the database database...
April 1, 2019 at 6:48 pm
Viewing 15 posts - 721 through 735 (of 4,477 total)