Falling Behind and Digital Bankruptcy
The challenges of information overload can weigh on technology workers.
The challenges of information overload can weigh on technology workers.
In part 3 of the U-SQL Stairway, we look at how multiple files can be processed with a single U-SQL statement.
In this tip we look at how to move SQL Server tables from one filegroup to another filegroup.
We all have these days as a DBA, hopefully they are few and far between for most of us. This morning I walked into the office and found a stack of emails saying that a developer had responded to a support ticket and modified the values in one of our tables and got it wrong. OK, […]
Today Steve Jones wonders if software developers would make changes to software on their own, without direction from management.
Learn about the factors that should be taken into account if you are considering hosting SAP HANA in a public cloud.
Phil Factor starts with the basics how to rebuild a set of development database from scratch, using SQL Change Automation, and then demonstrates how to check for any active sessions before rebuilding, import test data using BCP, and secure passwords if connecting to the target with SQL Server credentials.
Make your comment blocks much more useful, in a surprising number of ways
The decision to work for yourself instead of full time for an organization can be a hard one.
By Steve Jones
If it fails where you thought it would fail that is not a failure....
Quite a long title for a short blog post ??While deploying a DACPAC (from...
By Kevin3NF
Some of the best career enhancers you can buy. Why I Go to...
Comments posted to this topic are about the item A Place where AI Technology...
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'dbo.uspGetBillofMaterials')) AS [Object Definition]; GOSee possible answers