Viewing 15 posts - 271 through 285 (of 1,162 total)
Anyone else eagerly awaiting this?
Have to say, getting increasingly irate about e-book pricing. Why do I have to pay 50p more, given all the costs of printing, distributing and shipping...
October 2, 2012 at 3:06 am
Statistics are only updated when they need to be. If the data hasn't changed significantly enough to require them to be updated, then it won't bother.
September 28, 2012 at 5:26 am
Hang on, are you running this Select * from <table> from SSMS on the local server?
The data you see in the results tab has to go somewhere. Remember that SSMS...
September 27, 2012 at 6:05 am
Evil Kraig F (9/20/2012)
So does Flipper, Lindsay Lohan, and Hitler.
...and this thread becomes a statistic 😀
September 21, 2012 at 1:51 am
Brandie Tarvin (9/19/2012)
Lynn Pettis (9/19/2012)
Do you ever feel that no matter how many times you tell someone what the problem may be that they just aren't listening?
Yep.
My current drama is...
September 20, 2012 at 2:17 am
Cadavre (9/19/2012)
sqlrd22 (9/19/2012)
That worked great, thank you. I'm slowly learning..
Glad it worked. Check this link for other formatting options for datetimes. Bear in mind that this is generally slower than...
September 19, 2012 at 5:23 am
Given that there's not a single occurrence of this error referenced on Google, I'd assume you're hitting a very unusual condition. It sounds relatively innocuous (the error log does record...
September 18, 2012 at 10:10 am
GSquared (9/18/2012)
September 18, 2012 at 8:26 am
I think it's a UI bug. You have to drop down the Enumerator Selection and re-select "Foreach File Enumerator" and the options will appear.
September 18, 2012 at 7:52 am
I'd just use a For Each File Loop with Filename*.txt as its filter.
There's a tutorial here - it was written for 2005, but the process is the same for 2008
September 18, 2012 at 6:55 am
Jeff Moden (9/13/2012)
September 14, 2012 at 6:50 am
Do what? What do you mean by "have no effect"?
September 14, 2012 at 2:11 am
Jeff Moden (9/12/2012)
Also, something to be aware of... Books Online is actually incorrect about GUIDs being globally unique (and MS has admitted that fact although I'm on the wrong...
September 13, 2012 at 11:21 am
You can't directly create an index on an expression, you can only create indexes on columns.
However, you can achieve something similar using a computed column and indexing it. E.g.:
ALTER TABLE...
September 13, 2012 at 2:52 am
I suspect that altering the column to another data type internally requires that ANSI_WARNINGS be set to OFF, so it's overriding the setting.
In your case, you should be dropping all...
September 12, 2012 at 3:40 am
Viewing 15 posts - 271 through 285 (of 1,162 total)