Viewing 15 posts - 1 through 15 (of 212 total)
I know this question is 2 years old, but thought I would answer it anyway.
I don't think you can 'ignore' the namespace, and your best bet may be to use...
May 8, 2013 at 7:35 am
Very cool solutions. Great article.
January 30, 2013 at 7:08 am
Toby Harman (6/26/2012)
None, and None unless the rest of the command specifies one.
Shame I picked the wrong one!
Edit: I stand corrected. The...
June 27, 2012 at 9:10 am
paul.knibbs (6/26/2012)
I'd agree with Michael--this question seemed to be unnecessarily obfuscated and was more about reading comprehension than anything SQL related, IMHO.
Agreed. The question is poorly constructed, with part...
June 26, 2012 at 7:09 am
Russel is right. You can't SELECT the results of an XML DML modify method... you should extract the values to a variable, or simply update the XML values directly.
http://stackoverflow.com/questions/5087950/sql-xquery-how-to-replace-text-in-update-query
June 11, 2012 at 11:32 am
You were right in that the syntax requires the preceding line to be terminated with a semi-colon. The way it is presented implies the line containing THROW must lead with...
June 7, 2012 at 10:06 am
I think a text box inside of a list object may give you the solution. Have you googled this at all? I found a couple of links that...
June 4, 2012 at 12:53 pm
set @p1.modify('replace value of (/Data/Datas/Item[@primaryKeyId = ("12")]/ExtraDetails/Column/@salary)[1] with 1200')
set @p1.modify('replace value of (/Data/Datas/Item[@primaryKeyId = ("14")]/ExtraDetails/Column/@salary)[1] with 1200')
June 4, 2012 at 8:50 am
Yes. Can you show me the complete XML string, including the namespace?
June 1, 2012 at 8:37 am
There is no way to override that security feature. You could put an application between whatever program the users are using to log into SQL Server with, and have...
June 1, 2012 at 8:27 am
asm1212 (5/30/2012)
I am not sure how I will move forward but I will somehow someway! lol
Thanks to all that have...
May 30, 2012 at 1:08 pm
Actually, it seems like your immediate error is resulting from not converting the result of the KEY_GUID() function. Convert the value to VARCHAR:
OPEN SYMMETRIC KEY Key_01
DECRYPTION BY CERTIFICATE DatabaseA01
UPDATE...
May 30, 2012 at 12:20 pm
Ok I ran the above statement when I was trying to figure out how to decrypt the existing values before I posted on here...But I kept getting an error...however, I...
May 30, 2012 at 12:16 pm
She can use her own copy of Visual Studio, and develop reports locally, and connect to the production Reporting Services server to upload the new reports.
May 30, 2012 at 9:52 am
Viewing 15 posts - 1 through 15 (of 212 total)