Viewing 15 posts - 3,796 through 3,810 (of 5,356 total)
quote:
Of course, I mean that I want to print data on a printer with a barcode etc.
October 9, 2003 at 4:42 am
Hi,
quote:
I am a novice in sql. i have problems understanding the precedence of operators in...
October 9, 2003 at 4:38 am
quote:
Is there anybody out there who knows how to create a report in SQL Server 2000??
October 9, 2003 at 4:02 am
There is a data type introduced in SQL2K called sql_variant, but it would yield you nothing, because AFAIK those variants allocates the space for the biggest possible data type. Well,...
October 9, 2003 at 3:50 am
quote:
I'm working on a database (SQL Server 7) that stores values for historical insight.The problem is that there are two types...
October 9, 2003 at 3:28 am
October 9, 2003 at 2:44 am
It might also be a good idea to change DDL for those columns to NOT NULL, maybe with a DEFAULT <blabla>
Frank
October 9, 2003 at 2:39 am
quote:
i want to change the owner of my few tables at a time .how can i do that for all.
October 9, 2003 at 1:00 am
quote:
I need to get up to date on using the SQL language.
So if you are...
October 9, 2003 at 12:19 am
Hm...seems to be fixed
Thanks!
But what this time was new, was that some mails got through but without any content, no mail body!
Are you trying to keep this issue interesting
October 8, 2003 at 11:56 pm
Hi tyang,
combine both suggestions and you should be fine.
SP3A seems to be once again sligthly different in information.
Frank
October 8, 2003 at 11:53 pm
October 8, 2003 at 10:32 am
p:\sql\ntdbms\storeng\drs\include\record.inl looks like a bug in some inline function deep inside SQL Server.
If it is reproducable ?!? I would call MS support.
Frank
October 8, 2003 at 10:24 am
quote:
Is it better to install EM on developers desktops or just install QA? Are there benefits (security, etc.) by only providing...
October 8, 2003 at 9:27 am
Another way could be
SELECT
*
FROM
INFORMATION_SCHEMA.COLUMNS
WHERE
TABLE_NAME ='mails_header'
Frank
Damm, I should get used to this to promote my site ![]()
http://www.insidesql.de/scripts/sqlserverfaq.php?id=19
Edited by...
October 8, 2003 at 7:57 am
Viewing 15 posts - 3,796 through 3,810 (of 5,356 total)