Tag: sql server

Community

Using NEWID to Randomly Sort Records

From SQLTeam – We’ve got a quite a few articles on randomly selecting and ordering rows. I’m still amazed how popular that topic is. I recently stumbled across a post in the forums that led me to a better way to accomplish this. This has actually been posted a few times before. I’m just finally catc

Community

Whip Your Queries Into Shape

(Andy Clark) Much of the data you work with is probably hierarchical, and hierarchical cursors are a convenient tool you can use to work with data organization. In this column, I’ll show you how to use hierarchical cursors to develop programs quickly that access data the way your users think about i

Community

Inserting Images into Database

In this tutorial you are going to learn everything in detail step by step you’ll ever want to know about inserting binary data ( images, zip files etc ) into database. This is actually first of the three articles I am going to write on manipulating binary data in the database. After this article you

Community

SQL Commands – Introduction

SQL statements are used by Access, ADO, Oracle, Informix, and not suprisingly, MS SQL server. In short, if you use databases, be it in VB, ASP, FoxPro, Access or anything else, at some stage you will need to know SQL. SQL, or Structured Query Language gives you complete control over databases, creat