Viewing 15 posts - 3,061 through 3,075 (of 6,038 total)
Luis Cazares (12/28/2015)
Eric M Russell (12/28/2015)
TheSQLGuru (12/28/2015)
December 28, 2015 at 11:39 am
Well, since the initial publication of this editorial back in 2005, we know have OS virtualization, which "clouds" the issue of "SQL Server running on Linux". 😉
December 28, 2015 at 11:09 am
I'm not aware of a tool that will automate what I've described above, but if you script out INSERT.. SELECT.. scripts for each of the 500 tables using SSDT or...
December 28, 2015 at 10:28 am
I'm assuming the scenario is that you have two clients in separate SQL Server instances, each having overlapping sequential integer identifiers, and so you need to assign new identifiers as...
December 28, 2015 at 10:11 am
TheSQLGuru (12/28/2015)
December 28, 2015 at 9:45 am
In addition to what's already been mentioned above:
On the fly data type conversion and transformations, both explicit and implicit
Distributed queries (ie: joining tables between multiple instances via linked server...
December 28, 2015 at 7:59 am
To balance out the concerns regarding taxes and health insurance, consider a long term contract ostensibly means less time sitting on the bench between gigs. For that reason, your rate...
December 28, 2015 at 7:05 am
.. One of the primary reference data points in the article is that 34% of US workers engage in freelance work. There's a reference to a study that says 41million...
December 28, 2015 at 6:43 am
Well, im still not sure about RegEx in a data warehouse. Parsing text columns suggests things like product descriptions were not identified by category in a way thats useful to...
December 26, 2015 at 8:19 pm
Phil Parkin (12/26/2015)
Solomon Rutzky (12/26/2015)
Eric M Russell (12/23/2015)
The only practical use for CLR in a data warehouse that comes to mind is perhaps a custom aggregate function.
Just out of curiosity,...
December 26, 2015 at 10:41 am
The easiest thing to do would be to disable trigger, insert in one shot, and then re-enable trigger.
I cant believe they've got you doing this b.s. on Christmas Eve....
December 24, 2015 at 1:16 pm
This should work.
- You didn't need the full name of the tblcall table in the WHERE clause, only the alias + column name.
- Also, in the JOIN clause,...
December 24, 2015 at 8:59 am
phonetictalk (12/24/2015)
Was it due to pressure, or was it due to a lack of experience/knowledge?...
December 24, 2015 at 7:54 am
Since it's .XLSX, make sure the connection is using the provider that supports Excel 2007+ instead of the provider for the older .XLS format.
December 24, 2015 at 7:03 am
My kids had (and still use occasionally today) a VTech Leapster handheld game console. However, we never registered it; they simply play the games. It's not neccessary for comanies to...
December 24, 2015 at 6:55 am
Viewing 15 posts - 3,061 through 3,075 (of 6,038 total)