Viewing 15 posts - 1,171 through 1,185 (of 6,400 total)
Snapshot doesn't right much to the distribution databases. Your main concern is enough disk space to store the sch and bcp files the snapshot agent generates.
What is written to the...
January 30, 2020 at 2:54 pm
Argh I hit "report" instead of "quote" on your post Mike, apologies can anyone bring back "3721595"
As for Brad, would also like to know how he's doing, not seen anything...
January 30, 2020 at 2:31 pm
All depends what you need from the solution.
You can add an AG over the top of a FCI, but there are caveats, the biggest one for some is that data...
January 30, 2020 at 1:29 pm
I don't think restoring master as a user database will work, since logins won't be logins, server objects won't be server objects and so on if they're not in...
January 30, 2020 at 10:08 am
Not done it in a while, but it's possible to restore master as a user database. So you could restore it as "master_restore" script out and reply what you need...
January 30, 2020 at 9:22 am
It depends.
What are you protecting against?
You've enabled TDE at the data warehouse level, but what about the source systems? What's stopping someone going to source and getting all your data?
You...
January 29, 2020 at 1:38 pm
Have you created the same maintenance plan on all 3 nodes? They are stored in MSDB and as MSDB is not part of the availability groups, you need to have...
January 29, 2020 at 8:14 am
BCP would work, you may need to create the needed format file for it to load it.
What errors do you get as loading INT VARCHAR etc via BCP does work.
Alternatives...
January 28, 2020 at 11:04 am
Unfortunately you cannot set the database to read-only as that would break the replication topology as it couldn't write to the DB.
The best you could do is to have a...
January 28, 2020 at 11:00 am
It all depends what's required.
SSRS
PowerBI
Tableau
Qlik
All of these are data visualisation/reporting tools.
But it depends what's needed, just a simple dump of data, send mail is a crude way but hey it...
January 28, 2020 at 10:52 am
Good post.
Out of interest, did you manage to find the problem which caused the permission to be removed in the first place?
January 28, 2020 at 10:19 am
You're probably in breach of the licensing terms right now, the documents state in the "licensing for non prod" that if anything connects to another prod server, then it is...
January 27, 2020 at 3:59 pm
You won't be able to put a developer server into anything that's mixed with Standard or Enterprise for licensing implications.
If your DEV/TEST server needs to be part of the availability...
January 27, 2020 at 3:35 pm
What you've created as part of the CTE JOIN CTE is joining 1.8million records to 1.8million records where the engine has to build both 1.8 million record sets twice.
The expression...
January 27, 2020 at 3:28 pm
Azure SQL Database doesn't come with an agent. As such you need to use an elastic job instead to schedule these.
If you need the traditional SQL Agent, you will need...
January 27, 2020 at 2:35 pm
Viewing 15 posts - 1,171 through 1,185 (of 6,400 total)