Viewing 15 posts - 1,486 through 1,500 (of 6,038 total)
May 8, 2017 at 12:48 pm
The ubiquitous presence of devices is a blessing in many ways, but one consequence is that we generally spend less time deep thinking. I mean, twenty years ago those occasions...
May 8, 2017 at 6:36 am
I second the motion to use UPDATE with OUTPUT clause and thus avoid multiple statements and explicit batch transaction.
May 8, 2017 at 6:17 am
May 7, 2017 at 9:46 am
May 5, 2017 at 10:40 am
Using EXCEPT to isolate those handful of rows that are different, copy the results from both tables into WinMerge to do side by side flat text comparison.
May 4, 2017 at 2:07 pm
I can see the potential for IoT devices in nature conservation and border enforcement. For example, IoT devices placed in remote woodland areas can leverage sound recognition technology to detect...
May 4, 2017 at 9:02 am
May 4, 2017 at 6:45 am
A hotel reservation system is certainly an application where you want to have each user accessing a central database. If it's important to have an operational fail-over mode, just in...
May 3, 2017 at 12:43 pm
Our continuous integration process uses TeamCity / Octopus and our deployments run under the context of a domain based service account. I don't recall the password being persisted anywhere in...
May 3, 2017 at 12:17 pm
May 3, 2017 at 9:25 am
May 3, 2017 at 6:35 am
You may need to implement a Localization ID. Depending on the US state, "Martin Luther King Day" may be referred to as "Robert E. Lee's Birthday", and "Columbus Day" is...
May 2, 2017 at 12:48 pm
May 2, 2017 at 8:19 am
We have unique key in table which is hashbye sha1.
This value is combination of multiple...
May 1, 2017 at 1:23 pm
Viewing 15 posts - 1,486 through 1,500 (of 6,038 total)