Viewing 15 posts - 1,306 through 1,320 (of 22,202 total)
Here is a little challenge.
Look back at 10, 15 years of new feature in or around SQL Server you've learned or heard about.
What share of those features did...
May 12, 2021 at 11:14 am
Yeah, and there are also a ton of checks built into DBATools. So that might be worth looking at. There are also 3rd party solutions. For example, my company,...
May 11, 2021 at 11:47 am
A quick note on why creating a clustered index first and then loading the data is usually the best approach (testing is always your best friend). The clustered index defines...
May 11, 2021 at 11:43 am
The recovery process can be extremely long, especially if there were long running transactions that it has to clean up. It's not unheard of for recover to take 2-3 or...
May 11, 2021 at 11:39 am
Generally, I use a combination of Active Directory groups (assuming Windows), and roles to define security.
As shown above, you can grant specific actions to a role. So, do that. Least...
May 11, 2021 at 11:34 am
So, I really love Policy Based Management. However, you need to know, Microsoft doesn't share my feelings. They have given that technology almost zero attention since it was originally released....
May 11, 2021 at 11:31 am
MSDN is the only way I know to have a renewable set of time in Azure for less cost. You can get a free trial, but it runs out and...
May 10, 2021 at 3:05 pm
There may be a million details on this, but I'd start with two general concepts.
For emptying the table in order to reload it, TRUNCATE is your best bet. There are...
May 7, 2021 at 11:36 am
One thing I would strongly suggest for your career, don't get hung up on labels or titles. I was working as a database developer, and by that I mean, designing,...
May 7, 2021 at 11:15 am
For learning Synapse, also look up Azure Data Warehouse. That's the old name. So there's a lot more documentation there. I have a few blog posts. I used to teach...
May 7, 2021 at 10:47 am
Synapse is really cool, and worth your time. It also doesn't change that much at the core. At the edges though, hoo boy.
May 6, 2021 at 12:19 pm
I've been working with Azure for over 10 years now (and I've added AWS in the last year, along with some other stuff). Fact is, it's hard. Take Azure SQL...
May 6, 2021 at 10:50 am
Availability Groups are generally considered to be the modern, safe, approach to high availability. At the very least, they get a lot more love & attention from Microsoft than any...
May 5, 2021 at 11:55 am
Ooh, yeah, PowerBI. Another vote for exploring that space as a possible solution. In fact, it might work for you and not require a lot of data movement. Maybe.
May 5, 2021 at 11:24 am
Viewing 15 posts - 1,306 through 1,320 (of 22,202 total)