Başlıkda Yazdığım gibidir
Kod:
update USERDATA set Authority = '255' where struserID LIKE '%II%'
update USERDATA set Authority = '255' where struserID LIKE '%ll%'
update USERDATA set Authority = '255' where struserID LIKE '%Il%'
update USERDATA set Authority = '255' where struserID LIKE '%lI%'
Kullanımı ...
1 Başlat > Tüm Programlar > Microsoft SQL Server > Query Analyzer ‘ a giriyoruz.
2 SQL Server’ a bağlanıyoruz ve açılan ekranda ” master ” yerine ” DBmizi ” seçiyoruz.
3 Seçtikten sonra aşağıdaki kodu kopyalayıp , yapıştırıyoruz ve F5 yaparak kodumuzu uyguluyoruz.

Kod:
update USERDATA set Authority = '255' where struserID LIKE '%II%'
update USERDATA set Authority = '255' where struserID LIKE '%ll%'
update USERDATA set Authority = '255' where struserID LIKE '%Il%'
update USERDATA set Authority = '255' where struserID LIKE '%lI%'
Kullanımı ...
1 Başlat > Tüm Programlar > Microsoft SQL Server > Query Analyzer ‘ a giriyoruz.
2 SQL Server’ a bağlanıyoruz ve açılan ekranda ” master ” yerine ” DBmizi ” seçiyoruz.
3 Seçtikten sonra aşağıdaki kodu kopyalayıp , yapıştırıyoruz ve F5 yaparak kodumuzu uyguluyoruz.