Viewing 15 posts - 3,016 through 3,030 (of 11,678 total)
I would skip the 2008 exams as they are expired. I think you can still take them, but they won't give you a certification.
The 2012 exams are the way to...
May 20, 2014 at 12:20 am
If you display the value of the parameter in a text box, does it look normal?
May 19, 2014 at 12:10 pm
mario17 (5/19/2014)
Thanks much Koen,So looks like it not deterministic, I think our biz should take care of it.
M
The only thing you can rely on is that the output will...
May 19, 2014 at 10:17 am
What is the data type of the parameter?
May 19, 2014 at 10:07 am
The final sort order has something to do with all the UNIONs. Since UNION filters out duplicates, merge joins are used in the execution plan.
This has some impact on the...
May 19, 2014 at 10:05 am
Grant Fritchey (5/19/2014)
May 19, 2014 at 7:35 am
rodjkidd (5/19/2014)
GilaMonster (5/19/2014)
Grant Fritchey (5/19/2014)
jcrawf02 (5/19/2014)
May 19, 2014 at 7:27 am
Nice question, thanks.
I always find it a bit strange when I read something like this:
"what are the optimal settings" <> "may be optimal"
Too bad the documentation doesn't really explain why...
May 19, 2014 at 12:39 am
Do you know by any chance which 2 records it is losing? At the beginning, at the end, somewhere random?
May 17, 2014 at 6:11 am
rocky_498 (5/16/2014)
Thank you for your reply.Data Flow >> Ole DB Dource >> SQL Commands/ Exec My Store Procedure.
You have multiple queries/result sets in your stored procedure, that might give...
May 17, 2014 at 6:07 am
chandan_jha18 (5/16/2014)
May 16, 2014 at 3:14 am
Richard Warr (5/16/2014)
Easy one, thanks.
You have the only working copy of SQL Server 2012 where CTRL+SHIFT+D actually does something?
May 16, 2014 at 2:23 am
How about this:
WHERE NOT((T1.Branch = T2.Branch)
AND (T1.Branch = T3.Branch)
AND (T1.Branch = T4.Branch)
)
May 16, 2014 at 2:21 am
It is an Excel add-in and is part of the Power BI offering of Microsoft.
That means the data is read into Excel, which you'd have to read in with SSIS.
You...
May 16, 2014 at 2:15 am
Viewing 15 posts - 3,016 through 3,030 (of 11,678 total)