Viewing 15 posts - 1 through 15 (of 18 total)
EXACTLY! - From the page you quoted
http://msdn.microsoft.com/en-us/library/bb934049.aspx
Transparent Data Encryption and FILESTREAM DATA
FILESTREAM data is not encrypted even when TDE is enabled.
So you typed in the wrong answer for the...
Rick Karpel
June 29, 2011 at 5:48 am
If the data is store outside the database this is true but according to the white paper found at http://msdn.microsoft.com/en-us/library/cc949109%28v=sql.100%29.asp Then the limitation does exist as stated in this...
Rick Karpel
May 20, 2011 at 5:55 am
I am one who selected a wrong answer because I did not remember the following found at what I think may be a better link for this question
'If the...
Rick Karpel
February 3, 2011 at 5:15 am
I did not know about the 1752, though I should have. :hehe: I totally expected it to work after going over the BOL entry on datetime2. It is...
Rick Karpel
December 27, 2010 at 6:15 am
I did not mean to imply that BOL told me what the error would be, and since I was writing this quickly, after testing and breaking up the queries into...
Rick Karpel
December 16, 2010 at 9:28 am
The problem is that when you run the code as is, you will not get to Proc3; If you do, you get the answer that you are looking for....
Rick Karpel
December 16, 2010 at 8:13 am
This is a statement I use all the time in creating Dynamic SQL strings. It is great for use with pivot tables. Something I have been using for...
Rick Karpel
February 16, 2010 at 4:08 am
I was sure I knew the answer to this, but I do believe I am too influenced by Developing T-SQL and PL/SQL at the same time. This information is...
Rick Karpel
January 14, 2010 at 4:19 am
I totally agree that the answer is incorrect and grouping_id is not a sub-clause, the group by subclauses listed at the following link http://technet.microsoft.com/en-us/library/ms177673.aspx did not list Grouping_ID as...
Rick Karpel
October 1, 2009 at 5:35 am
I went to the link posted as an explanation http://msdn.microsoft.com/en-us/library/bb510427.aspx
and the example listed at the top of the page is exactly the same as the question, and it says they...
Rick Karpel
September 23, 2008 at 4:07 am
I must say that even though I was able to select the correct answer I was truly drawn to selecting nepotism as my answer, which I saw that one brave...
Rick Karpel
March 15, 2005 at 4:24 am
The Declare @myDate as Datetime is an invalid statement and will cause an error. The as is used to assign an alias in T-SQL and the declare verb does...
Rick Karpel
February 7, 2005 at 5:28 am
I created the table and used the selection from the question and all that was returned was the message stating that the query was complete. I fully expected that...
Rick Karpel
February 4, 2005 at 4:59 am
There is always DTS, and with multiple methods of sending an e-mail through DTS, I do not see why I cannot attach all four reports to a single e-mail. ...
Rick Karpel
January 12, 2005 at 5:22 am
Viewing 15 posts - 1 through 15 (of 18 total)