Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/01/2009, 09:40
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 20 años, 1 mes
Puntos: 38
Respuesta: restricciones CHECK

Código:
CREATE RULE rlSoloMayusculas
AS 
Case When @string COLLATE SQL_Latin1_General_CP1_CS_AS = upper(@string) Then 1 Else 0 End = 1
go
Saludos!
__________________
La sencillez y naturalidad son el supremo y último fin de la cultura...
--
MCTS : SQL Server 2008, .NET Framework 3.5, ASP.NET Applications.