Viewing 15 posts - 4,546 through 4,560 (of 6,038 total)
What method did you use to port the database?
Remember to use a schema comparison tool to insure things like indexes, table options, statistics, constraints, plan guides, etc. are all the...
May 5, 2014 at 7:31 am
I'd say that Chipotle Mexican Grill is good, fast, and cheap. However, as with any application, whether it be software or a restraunt, how the end user perceives "good" is...
May 5, 2014 at 7:16 am
So, [widgets] looks like an EAV (entity attribute value) table. This is similar to the common scenario where users request a query containing CustomerID, HomePhone, CellPhone, WorkPhone and all phone...
May 2, 2014 at 12:02 pm
Yes, I've seen that one before, SSIS simply chooses to ignore a dtsConfig file containing a malformed tag. There was no error regarding the config file, it just reverted back...
May 2, 2014 at 9:27 am
Brandie Tarvin (5/2/2014)
May 2, 2014 at 8:35 am
Eirikur Eiriksson (4/1/2014)
Has anyone tried out the new 3D joins in 2014?
I can confirm that 3 dimensional joins work quite well; it's the 12 or 20 dimensional joins that are...
May 2, 2014 at 8:21 am
Given the options: first, larger, smaller, or second input, I still say that 'smaller input' is closest to the correct answer.
On his MSDN blog, Craig Freedman goes into...
May 1, 2014 at 1:15 pm
The DMV sys.dm_exec_query_stats accumulates performance statistics about cached query plans, which is perfect for keeping track of the expense of queries. That's easy, but now if only there were an...
May 1, 2014 at 9:06 am
GoofyGuy (4/29/2014)
... if your product has an uptime requirement of 99.95, then Azure is immediately out-of-the-question as it promises only 99.9%.
The difference in uptime, over the course of...
April 29, 2014 at 12:01 pm
Peter E. Kierstead (4/29/2014)
April 29, 2014 at 10:22 am
djackson 22568 (4/29/2014)
Eric M Russell (4/29/2014)
Gary Varga (4/29/2014)
I guess the current threat on Net Neutrality plays into this discussion too.
Net Neutrality is a double edged sword; sure your Netflix movies...
April 29, 2014 at 9:25 am
Gary Varga (4/29/2014)
I guess the current threat on Net Neutrality plays into this discussion too.
Net Neutrality is a double edged sword; sure your Netflix movies will stream more smoothly at...
April 29, 2014 at 8:50 am
Eirikur Eiriksson (4/29/2014)
😎
EXEC sys.sp_configure N'show advanced options', N'1' RECONFIGURE WITH OVERRIDE
GO
EXEC sys.sp_configure N'min server memory (MB)', N'4096000'
GO
EXEC sys.sp_configure N'max server memory...
April 29, 2014 at 8:40 am
Dalkeith (4/29/2014)
Immortality and essentially Free Duplication.
Immortality usually leads to higher prices - eg gold diamonds etc
100%...
April 29, 2014 at 8:04 am
OCTom (4/25/2014)
Doug J. (4/24/2014)
My normal response: "I convert coffee into software."I usually just convert coffee into waste water several times a day. :satisfied:
Tom
That's odd. Maybe you're lactose intollerant. Try...
April 25, 2014 at 12:54 pm
Viewing 15 posts - 4,546 through 4,560 (of 6,038 total)