Insertin Fonts
Nov 30, 2006Is it possible to store my specific font insql 2k and if yes then how?
View 1 RepliesIs it possible to store my specific font insql 2k and if yes then how?
View 1 RepliesHi All...
I made a small ASP page that gets some data from an MS SQL 2000 Table.. The data is not English characters .. The output on the browser was just question marks (????) .. Is this a font problem? or Code pages problem? Do I have to install some software to make SQL server understand my language ?
Thanks to all
Hello all
Using hindi fonts in the asp.net, is that possible...
admin area adding a new data in the database and when the save and all value save on the database
HINDI FONTS Using in backends..............................
Hi guys,
I have the query below (running okay):
Code Block
SELECT DISTINCT Field01 AS 'Field01', Field02 AS 'Field02'
FROM myTables
WHERE Conditions are true
ORDER BY Field01
The results are just as I need:
Field01 Field02
------------- ----------------------
192473 8461760
192474 22810
Because other reasons. I need to modify that query to:
Code Block
SELECT DISTINCT Field01 AS 'Field01', Field02 AS 'Field02'
INTO AuxiliaryTable
FROM myTables
WHERE Conditions are true
ORDER BY Field01
SELECT DISTINCT [Field02] FROM AuxTable
The the results are:
Field02
----------------------
22810
8461760
And what I need is (without showing any other field):
Field02
----------------------
8461760
22810
Is there any good suggestion?
Thanks in advance for any help,
Aldo.
So this is my first time using the Profiler.
I tried to create a new trace as instructed by Books Online. As soon as I click 'Run' , an error message shows "Only TrueType Fonts are supported. This is not TrueType Font." So I click Tools and option and there seems to be no TrueType Fonts. How can I solve this problem?
Sorry I only started learning this thing by my self 2 weeks ago.
Hallo, this is my first post, i need to add arabic fonts to mssql 2000 server, there is an existing fonts for arabic such as tahoma(arabic), the problem is that when i insert data with arabic fonts, when i retrieve it it appears as question marks, ?????,
is there a way to solve this,
thanks in advance,
We have this problem?
View 5 Replies View RelatedThere is a rendering issue for some columns and fonts in our report.
Here is a shot showing Report Builder and Sharepoint Rendering for the same report / page:
Excel export from the Sharepoint site renders OK:
$900,000
10/02/15
08/31/15
04/01/2016
Fed Phase(s): Env PE
[code]....
I installed Postscript fonts on my local machine and they show up in the font dropdown for Office applications, but when I open a report in Visual Studio 2005 report designer, the Postscript fonts do not display in the font dropdown. How do I get the new fonts to be accessible in the report designer?
Thanks,
Brian