Viewing 15 posts - 1,891 through 1,905 (of 6,038 total)
In many cases the job itself doesn't really get eliminated, it's just that the requirements of the role get redefined. Sales associates become call center representatives, commercial architects become eCommerce...
January 2, 2017 at 7:41 am
Happy New Years too! 🙂
January 1, 2017 at 8:21 am
Excel is a terrible format for automated data exchange. Aside from all technical issues involved in installing and configuring and Excel driver there is the following:
When the user hides rows...
January 1, 2017 at 8:16 am
chrisn-585491 (12/29/2016)
December 29, 2016 at 9:28 am
2016 contained many epic watershed moments illustrating how the holy trinity of Social Media, Big Data, and Internet Enabled Consumer Devices are vulnerable to abuse. Overall, it was a very...
December 29, 2016 at 8:43 am
If the baseline for comparison is throwing one's laptop across the room in a fit of rage, then your solution is probably more like 10x faster. It would also be...
December 29, 2016 at 8:07 am
Iwas Bornready (12/28/2016)
Never heard of that interview question before.
I've never heard it or asked it during an actual interview. Someone else on the team had suggested using it once for...
December 28, 2016 at 1:11 pm
The following is an example of Lowell's suggestion about implementing a computed column (ie: NonSignedProductCode). You can then create an index on that column and use it for searching.
Whether...
December 28, 2016 at 6:58 am
The LEN() function returns the number of printable characters. It excludes trailing spaces, and for numeric and date columns it will count the number of characters in the default string...
December 27, 2016 at 3:41 pm
David.Poole (12/27/2016)
December 27, 2016 at 3:30 pm
If you want to insure that your family photos are passed down forever to your grand children, then consider DNA digital data storage. It's a special gift that will always...
December 27, 2016 at 3:08 pm
mcfarlandparkway (12/27/2016)
how to write a query - to exclude the field that starts with ING
select * form table where...
December 27, 2016 at 1:52 pm
Doctor Who 2 (12/27/2016)
Eric M Russell (12/27/2016)
I think there is a feature in the SQL Server...
December 27, 2016 at 1:21 pm
Outside of an ETL staging environment, the routine usage of RegEx expressions would indicate something is amiss in the data model design or data quality.
December 27, 2016 at 7:46 am
I would import the records from the .csv file into a user table (not a temp table), and then create a primary key on DriverMD5 column. The other table, the...
December 27, 2016 at 7:38 am
Viewing 15 posts - 1,891 through 1,905 (of 6,038 total)