Viewing 15 posts - 61 through 75 (of 76 total)
Thanks a lot Jeff. This is a good solution for well formatted html. Thanks a lot again Jeff.
October 31, 2011 at 8:51 am
Jeff Moden (10/30/2011)
Understood. Let's nail the requirements right to the floor now. If you have the following string, what precisely do you want to get back?
<data1>somedata1a</data1><data2>somedata2a</data2>
<data1>somedata1b</data1><data2>somedata2b</data2>
<data1>somedata1c</data1><data2>somedata2c</data2>
If these strings...
October 30, 2011 at 8:49 pm
Thanks jeff. Yes I just need the string with no HTML tags. IF there is new line I do not need another line, but need one string for each...
October 30, 2011 at 7:18 pm
thanks Jessie... In my desktop, I have SQL 2008 R2 installed and I can see Integration Services in the menu (it has Data Profiler View and Execute Package Utility). I...
August 29, 2011 at 10:51 am
thank u jessie for your response. Need to confirm couple of things.. sorry I am new to this...
To create/edit/deploy SSIS packages you will need to have BIDS (Business Intelligence ..etc)...
August 29, 2011 at 9:44 am
Hmm in that case you have to read the row which has column names and then parse..
I think the better way to do is... read first record from each...
August 29, 2011 at 9:33 am
Hi rhlangley your writeup and scripts are really good. I cannot thank you enough for your help. Thanks for the book names too.. I will certainly get one.
August 3, 2011 at 9:51 am
Lowell say if we encrypt the column of data in production and if we want to refresh dev environment using prod data how can we implement the same encryption/decryption in...
August 2, 2011 at 1:35 pm
when creating Symmetric key with Certification do I have to create certificate for every users who will access the data column?
August 2, 2011 at 10:02 am
thanks guys. I found this encrypting using ASCII characters, but I don't think this adds any security...
http://www.sql-server-helper.com/functions/string-encryption.aspx
August 2, 2011 at 8:07 am
Thanks Srikant have you used this method? What are the different db objects that I need to create?
Thanks,
Laura
August 2, 2011 at 7:35 am
Thanks lowell. Have you used symmetric encryption with certificate? What are the db objects I need to create to facilitate that? Thanks!
Laura
Lowell (8/1/2011)
August 2, 2011 at 5:48 am
Thanks lowell for your response. Actually I will be doing this on SQL 2005 and SQL 2008. I do not have to implement that on SQL 2000 as we will...
August 1, 2011 at 9:02 pm
Lol final weeks are going on for summer classes in many schools 🙂
August 1, 2011 at 7:22 pm
Viewing 15 posts - 61 through 75 (of 76 total)