Viewing 15 posts - 5,476 through 5,490 (of 39,827 total)
Each instance is limited to the max number of connections. If you connect to a readable replica, that has it's own set of connections, as noted above. However, if the...
May 7, 2018 at 10:17 pm
Read Perry's stairway, which will help you understand. The cluster presents itself as a virtual IP and name, in addition to the IP and name that each node has.
May 7, 2018 at 10:07 pm
This might help: https://wiki.postgresql.org/wiki/Microsoft_SQL_Server_to_PostgreSQL_Migration_by_Ian_Harding
There are tools that do this, but I think most cost money:
https://www.ispirer.com/products/sql-server-to-postgresql-migration
https://www.devbridge.com/articles/migrating-from-mssql-to-postgresql/#
https://dbconvert.com/mssql/postgresql/
May 7, 2018 at 10:00 pm
I think you'd need some eventing (XE) to capture tempdb usage and also activity that's going on at that point.
May 7, 2018 at 11:36 am
R services in the database are a part of the core engine. The CUs/SPs will update r services. The code used is the same as other code. Nothing really for...
May 7, 2018 at 11:34 am
There's no real "best". The way that different auditors or authorities might examine your architecture will vary.
TDE gives you encryption at rest, and lots of auditors like...
May 7, 2018 at 11:33 am
May 7, 2018 at 9:10 am
May 7, 2018 at 9:02 am
There is a file target. That's the point in the question. It asks about persisting data in the file target, not the ring buffer.
May 7, 2018 at 8:52 am
I'm not sure what the last few posts are meant to mean. If the question or answer wrong? The question asks about the data in the file target, not the...
May 7, 2018 at 8:25 am
All objects should be in the SMO model somewhere. Dig through the classes to add what you need:
https://msdn.microsoft.com/en-us/library/mt571730.aspx
May 5, 2018 at 12:30 pm
I'd agree with Sergiy here. We always used a generation process to produce a list here, so that changes, exceptions, etc. could be applied. We never used the original table...
May 5, 2018 at 12:29 pm
amitelman - Friday, May 4, 2018 2:24 PMCan I download scriptdatabase.ps1 file? I do not see link to it.
Added
May 4, 2018 at 2:56 pm
That article shows how. If you are getting errors, we can't see them. However, this is really a PoSh/AD issues. if you are having issues, get that working from the...
May 4, 2018 at 12:16 pm
Viewing 15 posts - 5,476 through 5,490 (of 39,827 total)