Viewing 15 posts - 16 through 30 (of 38 total)
But the Explination dose not even support the question. I don't mind getting stuff wrong if I lean something from it but I do not appricate being told I'm...
October 5, 2012 at 8:57 am
Not listed as an excuss. I'm in a shop where we have not moved any critcal systems to SQL 2008R2 let alone thinking about 2012. The fact is...
November 30, 2011 at 6:32 am
Since the version is not specified if this is run on SQL Server 2005 then the Answer needs to be None of the above. Why do we ask.... Time...
November 30, 2011 at 5:55 am
If you comment out Select ISNULL(@Money,'') you get the error on Select ISNULL(@Decimal,'')
Error converting data type varchar to numeric.
So shouldn't the answer be more then 1?
November 23, 2011 at 6:03 am
No source control? At this point I would simply say that evrything in Prod is correct and the most recent (that is what you are using so it must...
October 17, 2011 at 1:25 pm
I would avoid the SCD transform in SSIS personally.
Look at these blogs:
http://sqlblog.com/blogs/michael_coles/archive/2010/11/29/try-n-save-ssis-packages.aspx
and
They give other options to for this,.
June 2, 2011 at 1:50 pm
No that will complete what I want to show for basic column information on the tab. The are other areas that show Parent- child relationships, indexes, views against the...
May 25, 2011 at 8:43 am
I only showed a peice of what I am doing this is the whole query:
SELECT
COLUMN_NAME AS [Field Name] ,
DATA_TYPE AS [Data Type]...
May 25, 2011 at 8:31 am
Just a poorly worded question.. Poor choice for selection type and to me just a plain wrong answer.
March 11, 2011 at 5:57 am
Good question... Proves you need to read the question completely before you answer. I didn't read the part that says in a table with a clustered index
February 3, 2011 at 6:54 am
Have you looked at MergeJoin task with Conditional Split?
You supply a flow from two sources and check for the links. Then use a conditional split task to...
January 19, 2011 at 11:10 am
Thankfully I read Kimber's blog and remember seeing this.
January 7, 2011 at 12:39 pm
I don't mind getting a question wrong, but only when the answer i give is the wrong one. The third choice is clearly incorrect as true when read in...
September 30, 2010 at 7:31 am
Viewing 15 posts - 16 through 30 (of 38 total)