Welcome to Sign in | Help

Re: Cum aflu lista collation-urilor?

  •  06-10-2009, 2:21 PM

    Re: Cum aflu lista collation-urilor?

    Dacă ai nevoie de lista completă a collation-urilor, poţi să foloseşti:

    SELECT * FROM ::fn_helpcollations()

    Dacă vrei o listă asemănătoare cu cea menţionată, poţi să încerci ceva de genul:

    SELECT DISTINCT
     REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
       name
     ,'_CI',''),'_CS',''),'_AI',''),'_AS',''),'_KS',''),'_WS',''),'_BIN2',''),'_BIN','')
    FROM ::fn_helpcollations() WHERE name NOT LIKE 'SQL%' ORDER BY 1

    Răzvan

View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems