2011-07-21 13 views

Odpowiedz

9

lub

select name from sys.sysdatabases 
where dbid=db_id() 

lub

select DB_NAME(db_id()) 
Powiązane problemy