<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7419502620955533368</id><updated>2024-10-25T13:34:20.716+02:00</updated><category term="Tipps"/><title type='text'>Micha&#39;s Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.webattacks.de/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7419502620955533368/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://blog.webattacks.de/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7419502620955533368.post-4810143349665002278</id><published>2012-02-21T15:29:00.001+01:00</published><updated>2012-02-22T12:28:38.006+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tipps"/><title type='text'>How to change the collation of an SQL Server Database</title><content type='html'>ALTER database DBNAME set Single_User with Rollback Immediate&lt;br /&gt;
GO&lt;br /&gt;
ALTER DATABASE DBNAME COLLATE NEW_COLLATE --Latin1_General_CI_AS&lt;br /&gt;
GO&lt;br /&gt;
ALTER DATABASE DBNAME set multi_user&lt;br /&gt;
GO</content><link rel='replies' type='application/atom+xml' href='http://blog.webattacks.de/feeds/4810143349665002278/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://blog.webattacks.de/2012/02/how-to-change-collation-of-sql-server.html#comment-form' title='3 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7419502620955533368/posts/default/4810143349665002278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7419502620955533368/posts/default/4810143349665002278'/><link rel='alternate' type='text/html' href='http://blog.webattacks.de/2012/02/how-to-change-collation-of-sql-server.html' title='How to change the collation of an SQL Server Database'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry></feed>