March 2, 2008 at 11:40 am
hi all
i need to quote my columns into strings like
'"'+cast(columnname as data type())+'"' so that if the column name is FristName
to be displayed in notepad as "FirstName" ie within quotes
any one pls help me out
and i need to add or read the firstname if exists continue or break (skip) and go to next
March 3, 2008 at 11:36 am
Is this thread supposed to be about something posted by Jeff Moden? What is the link to it?
March 3, 2008 at 8:22 pm
This is the second time I've seen this and I don't know how folks are doing it... I don't know how or why it says "Discuss Content Posted By Jeff Moden".
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2008 at 8:24 pm
salinasalina2001 (3/2/2008)
hi alli need to quote my columns into strings like
'"'+cast(columnname as data type())+'"' so that if the column name is FristName
to be displayed in notepad as "FirstName" ie within quotes
any one pls help me out
and i need to add or read the firstname if exists continue or break (skip) and go to next
Lookup QUOTENAME in Books Online and a WHERE clause would be the best to skip things that don't have a first name...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 1:59 pm
Jeff Moden (3/3/2008)
This is the second time I've seen this and I don't know how folks are doing it... I don't know how or why it says "Discuss Content Posted By Jeff Moden".
It's really easy - if you click "add topic" while in (say - reading it) a thread - it seems to create the new topic in the SAME folder. So - if I were to click "add thread" right now - I too would have threads under Content Posted by Jeff Moden.
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
March 4, 2008 at 4:01 pm
Guess I should be pretty happy then... apparently some of my articles inspire people to ask questions. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply