Viewing 15 posts - 841 through 855 (of 1,640 total)
Thanks, do you use BI - SSIS, SSRS in those boxes?
From what I read, it seems they carry over all the features, it won't lose any features if still using...
August 28, 2012 at 9:23 am
Thanks, I thought this forum may have already some dba upgraded previous standard version which they use ssis, ssrs, now upgraded to standard 2012. They may have experience about it...
August 27, 2012 at 3:20 pm
SQL Kiwi (8/22/2012)
sqlfriends (8/22/2012)
August 23, 2012 at 9:30 am
If I simplize my question, any alternative to use <> to compare columns with null values?
August 22, 2012 at 3:49 pm
Thanks, so I still cannot get a better improved solution?
August 22, 2012 at 3:34 pm
I think Greg meant not sargable is because I use Isnull function on the left of the comparison.
August 22, 2012 at 2:59 pm
Evil Kraig F (8/22/2012)
sqlfriends (8/22/2012)
can I use isnull(student.mailingaddress,'')<>isnull(esis.mailingaddress,'')Yep, that's the usual workaround, just realize the entire query will be non-SARGable.
I would like my query to be sargable.
So what other good...
August 22, 2012 at 2:46 pm
Because I have quite a few <> comparisons in my sql, ( in my post it is just a part of them), if I write something like :
...
August 22, 2012 at 1:53 pm
Thanks, I don't mean I will do it quite often. I will certainly make it correctly at the first place.
It just happens sometimes.
So I guess it is better not to...
August 20, 2012 at 1:06 pm
Did you try to restore it? That will give you your answer... HINT: Can you restore a backup from 1 instance to a different one even though the backupset name...
August 20, 2012 at 12:55 pm
It turns out everything works fine.
We did a DBCC check on each database, there is no error.
So not sure what happened.
Thanks,
August 19, 2012 at 6:30 pm
franco (8/14/2012)
I think that Ola's index maintenance have a default of PageCountLevel=1000.In your scripts it's = 8 and that 's why you get so many records.
yes, I figured out that...
August 14, 2012 at 9:21 am
Viewing 15 posts - 841 through 855 (of 1,640 total)