Viewing 10 posts - 1 through 10 (of 10 total)
Thank you guys for your replies.
the application that I'm working on is using classic asp. what I'm doing is that I created a user login in sql server for this...
July 16, 2007 at 2:58 pm
I can see the difference now. Thank you very much ALZDBA. that was really helpful.
Regards
March 30, 2007 at 7:05 am
the problem before was that sql server ignores case. when you make everything upper case, evrything is at the same level. it sorts normally.
March 29, 2007 at 3:39 pm
select upper(col_name) as myColName from table order by MyColName
this should do it. If you have any questions, please let me know.
Thanks
March 29, 2007 at 3:16 pm
Yeah I used upper and lower and it works perfect.
Thank you guys
March 29, 2007 at 1:45 pm
Thank you for replying.
Yes, I did end up with continuation lines for every line, because the file that I'm reading from is huge.
Yes I can use the xp_CmdShell.
I used exactly...
March 13, 2007 at 7:10 am
Jeff,
I have used your method and it worked perfect. I massaged the data, but I'm having some trouble writing that created table into a text file with putting back the...
March 12, 2007 at 7:37 am
Thank you very much guys. That was really helpful. I really appreciate all your help.
March 7, 2007 at 7:43 am
Yes trusted connection worked too. I just added -T to the statement and I ommited login ID and PWD.
Thanks to everybody
Bakr
February 27, 2007 at 9:31 am
Thank you guys for your replies. I really appreaciate it.
it is automated. I run it from a stored procedure.
ex: bcp "select rights from appl where order by rights" queryout \\'+@servername+'\file.txt...
February 27, 2007 at 9:03 am
Viewing 10 posts - 1 through 10 (of 10 total)