Vivek's SQL Notes

Blog Post

How to change the database collation

To change the collation of an database following commands can be used:

ALTER DATABASE [database name] SET SINGLE_USER WITH ROLLBACK IMMEDIATE
ALTER DATABASE  [database name]  COLLATE Newcollation
ALTER DATABASE  [database name]  SET MULTI_USER

For example , suppose if the name...

2012-01-02

2,278 reads

Blogs

Do Yourself a Favor, Check Out Woodler

By

I recently was privileged to speak at SQLDay in Wroclaw Poland… man, I love...

Vertically scaling SQL Server online in Kubernetes

By

One of the new features in Kubernetes v1.33 is the ability to resize CPU...

Stack Overflow & AI

By

I won’t try to pretend otherwise, I’ve had some mixed feelings about Stack Overflow...

Read the latest Blogs

Forums

https://officialsprinklezshop.com/ BUY WONDER BAR MUSHROOM CHOCOLATE BARS ONLINE

By OnlineChemist

Website: https://officialsprinklezshop.com/ Best online shop to buy wonder bar chocolate bars Order A “Box...

https://officialsprinklezshop.com/ Buy Peeps Marshmallow Strain

By OnlineChemist

Website: https://officialsprinklezshop.com/ The best online shop to buy marshmallow strain online Buy Peeps Marshmallow...

Deadlocks and Backups - Need help

By Mike-342950

Hey everyone, please excuse my ignorance, I'm just .NET developer and have used SQL...

Visit the forum

Question of the Day

Unlimited Text

If I want to get unlimited amounts of data back from a varchar(max)/nvarchar(max) column, what do I run?

See possible answers