| 
 Posted by pankaj_wolfhunter on 11/11/05 08:21 
Greetings, 
 
When i log onto sql server using tsql i get the following line of 
information: 
 
locale is 
"/en_US.ISO8859-1/en_US.ISO8859-15/en_US.ISO8859-15/en_US.ISO8859-15/en_US.ISO8859-15/en_US.ISO8859-1" 
locale charset is "ISO8859-1" 
 
Is there any way that i can omit this message appearing all the time? 
 
Secondly, i have written a unix script that gets all the user defined 
tables from sql server. 
When i open the file after running the script, i get the table names 
but along with that 
i also get some numbers. like 
 
Query: SELECT name FROM sysobjects WHERE type='U' 
 
Output as in file after the script: 
 
1> 2> 3> 4> name 
stores 
emplyoee 
------------ 
 
In unix i can apply some command to get rid of these numbers but Is 
there any way to do this thro sql-server only? some parameter or 
something? 
 
Help will be greatly appreciated 
 
TIA
 
  
Navigation:
[Reply to this message] 
 |