Viewing 15 posts - 1,606 through 1,620 (of 22,202 total)
How often are you adding columns to this table? If it's frequent, it sounds like you'd benefit from normalization. Actually, it sounds like you'd benefit from normalization a lot.
September 16, 2020 at 11:31 am
Quick story.
When I was first learning Powershell, it happened to coincide with a data center move. We were going to physically move our data center between builds. Loads of planning...
September 16, 2020 at 10:47 am
Honestly not sure of the titles now. The one I read, about 10 years ago, was PowerShell TFM (and yeah, that means what you think). Not sure if he's maintained...
September 15, 2020 at 5:56 pm
Oh do learn Powershell. Don Jones is who I learned from. I can heartily recommend him. Great person. Great teacher.
September 15, 2020 at 1:59 pm
In general, what you're doing here is attempting to treat SQL like it's a regular, functional, or object oriented language. It's not. SQL is declarative. Don't attempt to control the...
September 15, 2020 at 11:46 am
The pluralsight stuff is on demand, so you could still pursue it.
Another plug for the Accidental DBA book. It's a little long in the tooth, but the info in it...
September 15, 2020 at 11:07 am
Probably the stuff produced by the SQLSkills team for Pluralsight would be worth checking out. Not sure of the cost. I just know I trust the source. Otherwise, there...
September 14, 2020 at 1:35 pm
If you've set up the credentials on the server, then you should be all set to run the backups. The documentation here is pretty clear.
September 11, 2020 at 12:17 pm
A view does not stay in memory at all. Unless, you're simply calling SELECT * from the view. A view is just a query. The query that calls that view...
September 11, 2020 at 12:14 pm
And yeah, total agreement on ignoring the list of required technologies. That stuff is a nightmare.
Story time:
Leaving my previous employer after 10 years (all good with them, I just wanted...
September 10, 2020 at 2:24 pm
As you said certificates don't replace experience. My intention is very much to a) to add to my knowledge in a way I can demonstrate b) to genuinally add...
September 10, 2020 at 2:18 pm
I did something similar once. We had a version table. Everything did an insert to the version table to get a version ID, then that ID was used across all...
September 10, 2020 at 12:42 pm
Let's be clear, opinions all stink and this is very much my opinion.
You're going too broad. SSAS, SSRS, SSIS, data warehousing and Azure (which, all by itself, ENORMOUS topic) is...
September 10, 2020 at 12:39 pm
A day late, but testing, as always, is going to be your bestest buddy. I'm not aware of any fundamental issues in the move from 2014 to 2019. You're already...
September 9, 2020 at 1:17 pm
The key difference between openquery and a linked server query is where the query processing occurs. In a linked query, all the processing occurs locally. In an openquery, the processing...
September 9, 2020 at 12:40 pm
Viewing 15 posts - 1,606 through 1,620 (of 22,202 total)