Viewing 15 posts - 5,281 through 5,295 (of 39,827 total)
June 18, 2018 at 4:52 am
Well, I'll disagree slightly on the Standard.
If the entire instance fails, all databases will move. If there is a reason for one failover, you can detect this with...
June 18, 2018 at 2:33 am
The biggest problem with creating your own test data...
June 18, 2018 at 1:11 am
It's not really covered, or not covered like that.
June 16, 2018 at 7:00 am
Restore where? In a VM in Azure?
June 15, 2018 at 10:14 am
There's nothing that keeps your db synced with files.You'll need a process that can verify what's out of sync.
I'd look at the suggestions above, especially Data Lake.
June 15, 2018 at 10:14 am
Or random sections of worksheets used for different things.
Or auto-calculate macros.
June 15, 2018 at 10:11 am
It's not better, it's different
One server - single point of failure, depending on being able to connect to the other instances, easier to admin,
On each...
June 15, 2018 at 10:11 am
CLE - column level encryption?
I think you want this: https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/extensible-key-management-using-azure-key-vault-sql-server?view=sql-server-2017
EKM should be valid in R2.
June 15, 2018 at 10:09 am
As Steve mentioned, the question isn't well phrased for us.
You can use DateAdd to add days to a date.
What I'd suggest is you mock up 5-10...
June 15, 2018 at 10:08 am
You can use Standard Edition with basic availability groups. There is a chance that one group might fail over with a database and not others, but you can write scripts...
June 15, 2018 at 10:05 am
CHARINDEX finds a position in a string. You tell it what you're looking for. SUBSTRING gets partial strings. Combine them to extract the items you need.
If there are...
June 15, 2018 at 10:00 am
As Thom suggested, make an attempt.
Use the gender to group data.
June 15, 2018 at 9:56 am
First, how do you know this is excessive paging? I assume you mean Windows paging to disk. Or is this VMWare paging? You should be able to tell us that...
June 15, 2018 at 9:51 am
You can also batch the inserts so that you insert 10,000 rows, then commit. Then repeat.
June 15, 2018 at 9:48 am
Viewing 15 posts - 5,281 through 5,295 (of 39,827 total)