No announcements
Found 207970 threads
-
0 Votes
UuidCreate replacement
Hi, UuidCreate and UuidToString are not present for metro style apps, is there a replacement for these functions?Answered | 7 Replies | 4307 Views | Created by pepone.onrez - Wednesday, May 2, 2012 3:48 PM | Last reply by Rob Caplan [MSFT] - Tuesday, May 8, 2012 8:54 PM -
1 Votes
Replace
Like for instance, from the last charecter to the last-but third character replace if not-numeral.Answered | 12 Replies | 4917 Views | Created by Suresh.Rwwt - Thursday, February 11, 2010 12:49 PM | Last reply by Ashru - Friday, February 12, 2010 5:38 AM -
0 Votes
Replace
=Replace(Lookup(Fields!Answered | 2 Replies | 929 Views | Created by MLOG - Friday, January 30, 2015 7:46 PM | Last reply by Visakh16 - Saturday, January 31, 2015 7:29 AM -
3 Votes
REPLACE
A typical legacy developer habit writing APPEND BLANK+ several REPLACE, while you can summarize to one INSERT INTO.Answered | 5 Replies | 828 Views | Created by IntenseNJ - Thursday, June 16, 2016 3:00 PM | Last reply by Olaf Doschke - Thursday, June 16, 2016 7:02 PM -
1 Votes
Replace ";" with ;
Try REPLACE( NAME,"\"", "" ) This will strip out all the double quotes in the NAME column.Answered | 10 Replies | 1071 Views | Created by SSIS Replace quotes and other character in String - Monday, October 28, 2019 11:38 AM | Last reply by Tom Phillips - Monday, October 28, 2019 2:17 PM -
1 Votes
Replace and Replace all
use replace() in ReplaceAll button click event. and for remove method use remove() and insert(),to remove only the first ...Answered | 6 Replies | 2084 Views | Created by Welshy10 - Friday, November 25, 2011 12:01 AM | Last reply by Prahalnathan - Friday, November 25, 2011 11:17 AM -
0 Votes
Difference between replace and replace all
Just to add to Naomi's answer, if the REPLACE command has a FOR clause, then ALL is implied as well.Answered | 3 Replies | 11276 Views | Created by hi123456 - Monday, July 12, 2010 3:45 AM | Last reply by James Frye - Tuesday, July 13, 2010 1:28 AM -
1 Votes
Replace #
Even that it is possible with an regex I would use the HttpUtility.HtmlEncode() method to replace ANY characters which may not be properly displayed on a web page.Answered | 2 Replies | 4558 Views | Created by kztn - Wednesday, July 13, 2011 2:03 AM | Last reply by Min Zhu - Monday, July 18, 2011 3:18 AM -
1 Votes
Replace function to replace string array
Hi NET Junkie Have u tried your first way of replacing string method.Answered | 8 Replies | 15226 Views | Created by Himyar AlJabri - Saturday, April 4, 2009 10:44 AM | Last reply by Himyar AlJabri - Monday, April 6, 2009 4:24 AM -
0 Votes
Replacement
How can i get a replacement?Answered | 1 Replies | 5436 Views | Created by littleropes - Sunday, January 22, 2012 4:28 PM | Last reply by Ismet Kocaman - Sunday, January 22, 2012 5:05 PM -
0 Votes
Replace
IN vb.net I want to replace (or just delete) the " char.Answered | 3 Replies | 2959 Views | Created by gano54 - Saturday, March 6, 2010 9:40 AM | Last reply by John Bravo - Saturday, March 6, 2010 10:18 AM -
1 Votes
UuidCreate() Function output
My code: UUID ...Answered | 2 Replies | 8111 Views | Created by Sowjanya R - Wednesday, August 4, 2010 10:54 PM | Last reply by Sowjanya R - Thursday, August 5, 2010 2:10 PM -
0 Votes
Question on UuidCreate return values
Hi, I'm using UuidCreate() to create a uuid for my C++ app.Unanswered | 1 Replies | 3761 Views | Created by Babush - Wednesday, September 9, 2009 7:48 PM | Last reply by Sheng Jiang 蒋晟 - Wednesday, September 9, 2009 11:41 PM -
0 Votes
Replace
but if the column is having null value..it will give comma to the end of the statement how to replace the comma select ...Answered | 2 Replies | 4385 Views | Created by goms - Thursday, June 25, 2009 10:16 AM | Last reply by Plamen Ratchev - Thursday, June 25, 2009 12:24 PM -
0 Votes
replacing vowels
CREATE FUNCTION NoVowels ( @Param1 VARCHAR(40) ) RETURNS VARCHAR(40) AS BEGIN IF LTRIM(RTRIM(RIGHT(@Param1,1))) IN('A','E','I','O','U') OR LTRIM(RTRIM(LEFT(@Param1,1))) ...Answered | 7 Replies | 5947 Views | Created by VJREDDY - Wednesday, April 11, 2012 7:36 AM | Last reply by Joscion - Wednesday, April 11, 2012 12:14 PM -
0 Votes
replace function
Hi SSAS_5000, As Naomi suggested, you may have to loop to replace in a function.Answered | 11 Replies | 999 Views | Created by SSAS_5000 - Tuesday, July 21, 2015 6:49 PM | Last reply by Eric__Zhang - Thursday, July 23, 2015 4:44 AM -
1 Votes
Replacing A String
Replacing means changing items for other items.Answered | 9 Replies | 3155 Views | Created by James Eglington - Tuesday, July 14, 2009 5:18 AM | Last reply by Cor Ligthert - Tuesday, July 14, 2009 11:15 AM -
0 Votes
Replace ' with nothing
You can use the following syntax, CHAR(39) is single quote: SELECT REPLACE('Children''s ',CHAR(39),'') -- Childrens SELECT ...Answered | 4 Replies | 4453 Views | Created by NSG12 - Friday, April 9, 2010 7:00 PM | Last reply by Kalman Toth - Tuesday, April 13, 2010 5:59 AM -
0 Votes
Replace function
One thing, Aaron can you tell me about the final Replace- i did not understand it syntactically and what is vbCrLf.Answered | 5 Replies | 5072 Views | Created by UltraDev - Monday, March 8, 2010 9:16 PM | Last reply by Parry2k - Wednesday, March 10, 2010 8:35 PM -
0 Votes
Replace link
Hi Declare a dictionary variable with all your replacement links(The key is the link you want to replace, the value is the link you want to replace ...Answered | 1 Replies | 3479 Views | Created by AndrisBBB - Sunday, February 1, 2009 1:48 AM | Last reply by Evil and Crazy - Sunday, February 1, 2009 6:21 AM - Items 1 to 20 of 207970 Next ›
No announcements