2 resultados
Ordenar por fecha - Ordenar por pertinencia
Todos (2)
Foros (2)
 
SELECT DATABASEPROPERTYEX( db_name(), 'collation ')
This line doesn't work on SQL2005: SELECT DATABASEPROPERTYEX( db_name(), 'collation ') Please notice the extra space at the end of the string: 'collation ' . (without the space everything works fine) It worked on SQL2000. The extra space is a ...
Mensaje publicado en el 28/05/2006 - 17:41
Averiguar Collation en SQL 7 ?
Hola, quería saber como averiguo la collation de una bd en sql 7 ??, ya que al ejecutar: 1)Select databasepropertyex ('NomBase','Collation') 'databasepropertyex' is not a recognized function name. 2)Select databaseproperty ...
Mensaje publicado en el 23/06/2006 - 16:44