changing records in tables
Hi,
I was just wondering... Is there any built-in function in MS SQL, which will
allow me to do rows' "capitalisation"?
Lets say that in database.table.name I've got:
"FOO BAR LTD.", which I want to change to "Foo Bar Ltd."
"Foo bar LTD.", which I want to be "Foo Bar Ltd.".
Is there any way of doing this or do I have to read it from database, change
in some script, and then insert it back into the table?
Hope it's all clear ;-)
Thank you,
Martin
.
Relevant Pages
- Re: Cannot Open SQL Server Table in Access.ADP File.
... I dont think that SQL Server will take 'veiw dependencies' into effect; ... Generate Script Wizard did not work on my original database, ... After fixing some of my tables and a few stored procedures and views, ... (microsoft.public.access.adp.sqlserver) - Re: Enterprise Manager Newbie Question
... a SQL backup is not a simple copy of the database files. ... Is it possible to write a script that one could run from a workstation and ... (microsoft.public.sqlserver.tools) - Re: SQL Security
... except I'm having problems making it work in a script. ... ;Set properties of DB objects and open connection to database ... > from Books Online (within the SQL Server program group): ... > communicate with SQL Server. ... (microsoft.public.sqlserver.server) - Re: Vista hosting XPe tools/db
... Are you running this script on the machine that actually has the SQL server ... machine hosting the database. ... i don't know if you can install a second instance of SQL ... (microsoft.public.windowsxp.embedded) - Re: FORCE DB Corruption
... This script from Sharon Dooley should do the trick - be careful with it ... I haven't tried it on SQL 2000, ... /* this script works on a database that is a copy of pubs. ... How can I force a database to become corrupt to a point> that DBCC CHECKDB will report errors? ... (microsoft.public.sqlserver.server) |
|