Hi-jacking your post...DECLARE @x varchar(8000)SELECT @x = 'The town of West Orange, NJ, has a very convenient service entitled “Midtown Direct Shuttle Bus Service”.' + ' The service has several Morning & evening runs with several stops in the Valley, Gregory and' + ' St. Clouds sections of town. For areas outside these sections, a park and ride has been established' + ' in the Valley at the corner of Valley Road and Main Street. Not only is the service a boon for an' + ' ever overcrowding Essex County, it is also the environmentally right thing to do. Add to the mix the' + ' fuel problems that we face today and you have a service that should grow to encompass the entire town,' + ' and add additional runs. It is such a popular service that all of the surronding towns also supply the' + ' same service.'SELECT left(@X, 150-CHARINDEX(' ', REVERSE(LEFT(@X, 150))))