Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Sunday, March 30, 2008

SQL#: Enabling more powerful SQL

One of the new features in SQL Server 2005 is CLR integration. And here is a class library called SQL# claiming it is to enable more powerful and more functional SQL. If you simply look at its homepage or feature list, I guess you are same as me, still confusing of the purpose of SQL#. Is it a query language like LINQ? Is it enabling you to write CLR store procs more easily?

Everything becomes clear until I read its documentations. It is in fact a bunch of CLR stored procs and CLR user defined functions / aggregates which are to be install into your SQL Server 2005 databases. And you can use CLR stored procs and UDFs to help you or make easier to write SQL statements. There are a lots of useful functions included in the class library. I feel excited now.

Go to SQL# website to find out more. SQL# comes with a free version and a paid version costing USD$25.

Sunday, March 9, 2008

Best resources for Web developers and designers

* denotes new links added on 28th March

CSS



Data Management

Design > Guidelines

Design > Icons
Design > Photoshop


Javascript

Security

Testing
  • Browsershots - Free online service to test your web design in different browsers with just a few mouse clicks

Other great lists..

Wednesday, January 9, 2008

SQL Server 2005 Backup / Restore Troubleshooting






Some information on troubleshooting SQL Server 2005: Click here.

Resources on Data Modeling

Even though the resources aren't quite useful to me by now, it is a great reference for students who are learning data modeling or database schema design. Check it out: http://databaseanswers.org/