C# Builder
Monday, March 2, 2009
How to change the SQL Server 2005 - Engin Collation
it's easy to change the database collation by using alter database but must of the time we want to change the sql-engin collation.
to do this:
detache all database
copy the mdf & ldf files
go SQL-Server CD--> setup folder
run : setup.exe /qb INSTANCENAME=MSSQLSERVER REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD=xxxxx SQLCOLLATION=
attach the databases again
Sunday, March 1, 2009
Vertical Label in ASP.NET
a simple code to change the label direction to vertival:
style="writing-mode:tb-rl;"
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)