Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
kelleyb
Yak Posting Veteran
61 Posts |
Posted - 2004-03-16 : 19:16:50
|
This group seemed like the most logical place for this comment.I remember seeing that script in the script library about the soundex alternative so I thought I'd cut-n-paste and give it a test drive. Turns out when you cut-n-paste it from here, the carriage returns are stripped out. Now, I could go through breaking and tabulating it where I thought it made sense, but I'm a bit too novice to trust that I'd have any success.Is there a way to get the code from the post below with the carriage returns intact?http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=13574PS: please move this topic if I've posted to the wrong forum.ThanksBrian |
|
mohdowais
Sheikh of Yak Knowledge
1456 Posts |
Posted - 2004-03-17 : 00:42:20
|
Wow! I never knew we had a script like this one...very impressive!Where are you pasting it to? When I paste it into Query Analyzer it comes out perfectly. If you want to paste it in the forums with the indentation in all its glory, place the text inside [ code ] [ /code ] tags (without the spaces).OS |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2004-03-17 : 20:08:14
|
I have the same problem with it all showing up on one line when I paste it into QA. So here's what you can do:Click on the Reply with Quote tool button (paper with arrow pointing in). This will show you what the original post code looks like. In there you can copy & paste it into QA and it will come out fine. Just remember to click your browser's back button so you don't actually end up re-posting the whole message.--------------------------------------------------------------Find more words of wisdom at [url]http://weblogs.sqlteam.com/markc[/url] |
|
|
kelleyb
Yak Posting Veteran
61 Posts |
Posted - 2004-03-17 : 22:44:37
|
quote: Originally posted by AjarnMarkClick on the Reply with Quote tool button...[snip]
Yup. Good call man.Brian |
|
|
|
|
|