Viewing 15 posts - 1,201 through 1,215 (of 6,026 total)
To effectively scale to TB sized tables, an enterprise class RDMS like SQL Server or Oracle must be paired with an enterprise class DBA.
October 4, 2017 at 7:55 am
October 4, 2017 at 7:51 am
I'm not sure what you're asking, but if what you're saying is that there is one database view created for each application dashboard, meaning that each new application dashboard requires...
October 3, 2017 at 1:35 pm
Read up on third normal form, primary keys, index covered joins.
October 3, 2017 at 11:14 am
I guess this an effort on the part of Microsoft product teams to better synchronize shared code bases, builds, and testing between SQL Server 2016/2017 and Azure SQL Database, which...
October 3, 2017 at 10:45 am
I've worked with Oracle in the past as well, and I can adapt to differences in syntax. However, a harder pill to swallow is that in Oracle, '' IS NULL....
October 3, 2017 at 7:48 am
I trust Microsoft, particularly the SQL Server team, to do this right and to do it for the right reasons. It's probably the best engineered software product in the world.
October 3, 2017 at 7:35 am
I'm not concerned about alleged health risks associated with eating GMO food; that's not the risk people should be concerned with. The way I see it, the real potential threat...
October 3, 2017 at 7:25 am
Here is where I've found PowerShell particularly useful:
- Iterating across multiple servers. In my case that's hundreds of servers.
- Integration with Windows, things like gathering disk...
October 3, 2017 at 6:58 am
Developer Edition can't be used in a production system. For example, you can't use Developer edition to host your organization's public website or even an internal application like timesheets. Starting...
October 2, 2017 at 4:23 pm
October 2, 2017 at 2:02 pm
October 2, 2017 at 11:58 am
September 29, 2017 at 11:17 am
NOLOCK hints on a query are generally a bad idea, regardless of whether the query is inside a view. Other than the nolock hint, there doesn't appear to be anything...
September 29, 2017 at 9:07 am
Space colonization, flying cars, fossil fuel independence, human cloning: we can argue the merits of whether each of these things should exist, but the required technology exists today, and has...
September 29, 2017 at 8:31 am
Viewing 15 posts - 1,201 through 1,215 (of 6,026 total)