Viewing 15 posts - 2,461 through 2,475 (of 49,571 total)
Is the E drive present and can you see databases and open files on that drive?
September 6, 2016 at 2:50 am
Gregory Hart (9/6/2016)
I beg to differ. The definition of "NULL" is a lack of a value.
NULL is an unknown value. How many apples are there in the kitchen? NULL...
September 6, 2016 at 1:59 am
JasonClark (9/5/2016)
I hope this link helpful for you:-
Probably not, since it's about Policy-Based Management.
This rule checks whether data and log files are placed on separate logical drives.
September 6, 2016 at 1:38 am
Because there's no un-aggregated columns being returned from that subquery. Group By is only needed when you have columns in aggregate and columns that aren't in aggregate in the select...
September 6, 2016 at 1:37 am
Coalesce is how you do this. You're getting the error because the data types are different, SQL's trying to do implicit conversions and fails. All the entrie in Coalesce must...
September 5, 2016 at 5:16 am
I do not like in-place upgrades for production servers. If anything goes wrong in the upgrade (and I've seen it happen), then you're left with a non-working system.
September 5, 2016 at 4:19 am
TempDB however may well need its own drive or two, depending how much load is put onto it.
September 5, 2016 at 4:13 am
The tool adverts are a common spam here. Mention 'corruption', and you get a pile of them.
We might be able to help more (and maybe even get the data back...
September 4, 2016 at 10:55 am
Ed Wagner (9/2/2016)
I hope everyone has a safe weekend.
It's the beginning of the SQLSaturday madness for me. 3 SQL Saturdays, 3 cities, 3 weeks
September 2, 2016 at 3:00 pm
Abort reason is "Good enough plan found" (properties of the SELECT). Optimisation has multiple phases, "Good enough plan found" means that at the end of one phase the cheapest plan...
September 2, 2016 at 7:09 am
The execution plans please, not pictures of them. As in, the XML plans saved in as .sqlplan files.
September 2, 2016 at 5:06 am
Can you post the actual execution plans of both please?
It's probably a case if 'good enough', but there might also be some estimation differences resulting in the plan you didn't...
September 2, 2016 at 3:30 am
dan-572483 (9/1/2016)
September 1, 2016 at 1:39 pm
And with no details about what it'll be used for, how it will be accessed, where the data comes from, what reliability is required, what performance is required, etc, etc,...
September 1, 2016 at 1:35 pm
Viewing 15 posts - 2,461 through 2,475 (of 49,571 total)