Viewing 15 posts - 2,116 through 2,130 (of 11,678 total)
Got it right by selecting one of the two correct options. I wonder if if the other option also leads to success.
August 8, 2014 at 12:57 am
I don't think it uses TDE, as TDE would encrypt everything in the database, while the SSIS catalog only encrypts sensitive data and parameters using a database master key.
August 7, 2014 at 6:41 am
gstarsaini (8/7/2014)
Thanks for the reply.All I want to know is whether it will affect the query execution time?
It might. Depends on the queries and how often they are executed.
August 7, 2014 at 2:54 am
They do not block each other, but they compete for the same resources of course (mainly IO I guess).
August 7, 2014 at 2:48 am
Any filters in the data source view?
August 7, 2014 at 2:33 am
jonidotcodotuk (8/7/2014)
Jeff Moden (8/6/2014)
Ed Wagner (8/6/2014)
Please write the T-SQL code to count from 1 to 10.
There are many correct answers and how they answer can...
August 7, 2014 at 2:05 am
twin.devil (8/7/2014)
Create a Derive Column data flow, place all the logic in the expression by doing so you will get the updated column you wanted, just use that column in...
August 7, 2014 at 1:22 am
Maybe just for enlarging the row count for performance testing?
August 7, 2014 at 1:01 am
happycat59 (8/6/2014)
ericjlawson (8/6/2014)
We have a LKP table that we will use to decode incoming codes from multiple sales feeds to link to the relevant surrogate key for the ultimate dimension...
August 7, 2014 at 12:52 am
You really should do some research on how to work with CTEs.
Into what object do you want to insert the rows?
August 7, 2014 at 12:21 am
Junglee_George (8/6/2014)
August 6, 2014 at 4:27 am
ronan.healy (8/6/2014)
ISNULL([Fixed Rate]) || [Fixed Rate] == "" ? "0.00" :...
August 6, 2014 at 3:50 am
ronan.healy (8/6/2014)
its coming from text file so its a string
Any errors when running the package?
How do you verify if the NULL values have been replaced?
August 6, 2014 at 3:45 am
Viewing 15 posts - 2,116 through 2,130 (of 11,678 total)