Viewing 15 posts - 5,056 through 5,070 (of 5,590 total)
Steve Jones - Editor (7/6/2009)
Please drop examples of issues in here.
Steve,
I can read this two different ways, and I can't tell which way you mean:
1. Post all examples of the...
July 6, 2009 at 7:00 pm
This should do it.
declare @test1 table (Tname varchar(1000))
insert into @test1 (Tname) values ('<>Agenda and Minute')
insert into @test1 (Tname) values ('<>Agenda and Minute')
insert into @test1 (Tname) values ('<>Agenda and Minute')
insert into...
July 6, 2009 at 6:53 pm
GSquared (7/6/2009)
... Heck, I once licked a live electrical cord to see what it would feel like.)
Now that explains a few things.:w00t:
July 6, 2009 at 6:24 pm
Lynn Pettis (7/6/2009)
Mario Garcia (7/6/2009)
I have used a function to parse data. It can be altered some to fit your needs.
You may want to search this site a bit....
July 6, 2009 at 8:12 am
Lowell... very good insight there. I had not considered this... I just assumed that they ran here.
July 6, 2009 at 7:57 am
Ghanta (7/5/2009)
July 5, 2009 at 10:38 pm
edl0022 (7/5/2009)
July 5, 2009 at 10:30 pm
The business case helps tremendously. Let's see what we can come up with...
July 5, 2009 at 9:59 pm
@Lutz: Thanks for the additional links.
What brought this to a head for me was that I was contacted by three senior posters (senior, by my definition, being > 1000 points)...
July 5, 2009 at 9:33 pm
Lowell (7/5/2009)
July 5, 2009 at 8:48 pm
kkknawal (7/5/2009)
Thanks for the solution.Appreciate it.
Glad we could help you.
July 5, 2009 at 8:45 pm
paulneyman (7/5/2009)
Ok, can you write a sample how to do that?
No... we're not here to do your work for you. We will, however, guide you to find the solution.
As several...
July 5, 2009 at 1:28 pm
wesigler (7/5/2009)
I am trying to create a stored...
July 5, 2009 at 11:53 am
Jeff Moden (7/5/2009)
July 5, 2009 at 11:38 am
rahul.soni2 (7/5/2009)
I need to store the data in .csv file.
I need to send the Output file in a...
July 5, 2009 at 9:38 am
Viewing 15 posts - 5,056 through 5,070 (of 5,590 total)