mssql Database name grater than 30 characters
am 02.03.2007 18:56:45 von JP
It seems I'm not able to select a MS SQL database that has a name greater
than 29 characters? Is their a work around for this?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: mssql Database name grater than 30 characters
am 03.03.2007 14:52:51 von Haydar TUNA
Hello,
All of objects that you created in SQL Server is in the master
database. In this database, there is a table called sysobjects that put all
of information about tables and so on. You can see table name length in this
table :)
--
Haydar TUNA
Republic Of Turkey - Ministry of National Education
Education Technology Department Ankara / TURKEY
Web: http://www.haydartuna.net
""jp"" , haber iletisinde þunlarý
yazdý:43.85.04700.06568E54@pb1.pair.com...
> It seems I'm not able to select a MS SQL database that has a name greater
> than 29 characters? Is their a work around for this?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php