Viewing 15 posts - 16 through 30 (of 37 total)
Jeff,
That's exactly what I'm up against. I have to do everything in t-sql to create a .csv that's formatted properly. Oldhand's solution is what I needed. I just concatonated a '$'...
April 22, 2006 at 11:44 am
Thanks Oldhand that's perfect!
Jeff
April 21, 2006 at 8:23 am
What language are you using for yor web development. I do this all the time with php/ado but like others have said it's a pretty broad subject.
April 20, 2006 at 12:09 pm
Thanks Bert that was exactly how I ended up.
Thanks everyone else for the replies. After the first reply as soon I I saw the single 'INTO' duhhh
April 14, 2006 at 8:06 am
Thanks you're right I just wrote a query to put the table in the correct normalized form......
December 20, 2005 at 12:53 pm
Thanks Guys. Andy, doesn't my SET CONCAT_NULL_YIELDS_NULL OFF do the same as you recommentd for null first names? Is it better not to use a global setting like that?
Thanks, Jeff
November 29, 2005 at 7:10 am
Thanks Govinn that was exactly what I was looking for. I didn't think of the doing it that way but it's perfect.
Jeff
November 23, 2005 at 1:21 pm
I always look to BOL first but can't find what I need. I guess what I really want is to know where I can find a list of system cursors...
October 13, 2005 at 8:36 am
Thanks to all replies, the select case is what I needed.
October 19, 2004 at 7:56 am
First make sure that you can log on the the computer with the same account that the SQL service uses to log on as a service. You also need a...
August 20, 2004 at 8:01 am
Thanks for all the help guys. This is a real pain in the butt to set up. It was all in the setup nothing wrong with the code. It must...
August 19, 2004 at 3:41 pm
Thanks alot for the temp table suggestion I will definatley do that.
As far as the startmail parameters that was a omission on my part. The code I'm using has...
August 19, 2004 at 11:36 am
Thanks alot guys. Everything worked great. Scott thanks for the addition I ran into the multi-row probkem at first. Once again this Forum has made my life easier and saved...
August 13, 2004 at 9:08 am
Crap. Thanks I got it. Thanks for the direction on the job log details.
I'm trying to do a differential backup of dbs listed in sysdatabases right after I do...
July 28, 2004 at 11:08 am
Viewing 15 posts - 16 through 30 (of 37 total)