Viewing 15 posts - 4,156 through 4,170 (of 6,038 total)
Any job that involves ingesting data feeds or managing databases for a number of different external clients can be a pain in the asscii. When an internal user submits a...
February 13, 2015 at 8:33 am
I'm sure our current employers probably benefit from scripts we may have written in our previous jobs. When a company hires a senior level developer or DBA, those of us...
February 13, 2015 at 8:21 am
Gary Varga (2/13/2015)
Brian J. Parker (2/12/2015)
Steve Jones - SSC Editor (2/12/2015)
Brian J. Parker (2/12/2015)
February 13, 2015 at 7:12 am
Brian J. Parker (2/12/2015)
Steve Jones - SSC Editor (2/12/2015)
Brian J. Parker (2/12/2015)
February 12, 2015 at 2:46 pm
Jeff Moden (2/12/2015)
February 12, 2015 at 1:38 pm
jchapman (2/12/2015)
February 12, 2015 at 11:55 am
jchapman (2/12/2015)
Ah... an idealist in the group. 😉
Well, it's good to hold on to our ideals... but we must also carry a big stick. First try to educate and...
February 12, 2015 at 11:38 am
It's odd that the developers would be writing SQL involving complex sub-queries in a data warehouse. Perhaps it's not a star-schema or they're not familar with the data model.If you...
February 12, 2015 at 10:08 am
Assuming there is only one DBA, and you're now it (perhaps the last one left unexpectedly), then taking an inventory of your IT environment is important, but perhaps not the...
February 12, 2015 at 9:24 am
Changing the ordinal position of columns in the ORDER BY clause can cause a change in the execution plan. If the ordinal position matches an index, then it can leverage...
February 11, 2015 at 3:20 pm
The order of columns in the insert does not matter to the optimizer or engine. Also the order of columns in the SELECT, WHERE, and JOIN do not matter.
First,...
February 11, 2015 at 9:15 am
If by deploying often we mean more iterative and incremental deployments, then that can also result in safer deployments, because changes within each release are fewer and more manageable. It's...
February 11, 2015 at 8:07 am
Rick Todd (2/10/2015)
February 10, 2015 at 3:26 pm
jarick 15608 (2/10/2015)
February 10, 2015 at 2:35 pm
You can attempt the following, but I doubt it would work, even if the target were another SQL Server instance.
INSERT INTO MYSQL..OC_Abiertas
( DocNum, DocEntry, DocDate, CardCode, CardName, SubTotal, DiscPrcnt
,...
February 10, 2015 at 2:18 pm
Viewing 15 posts - 4,156 through 4,170 (of 6,038 total)