Tag: sql server

Community

Randomizing a Recordset

By Edward Myers – Shuffling a recordset so that it can be displayed in random order is very useful when programming dynamic Web pages. A database table containing a list of supported vendors or links to advertisers may need to be displayed in a different order each time so that none complain about a

Community

OmniAudit

OmniAudit allows you to automatically and transparently track changes to any column of any table in your Microsoft SQL Server 7.0 or 2000 databases. Not only capture before and after values for each changed column, but also identify the user making the change, the date and time they changed it, the

Community

Using FTP in Transact-SQL

From SQLTeam – I’ve seen a few posts asking “How do I ftp a file into SQL” Well, if you have 6.5 or 7.0 this article should be helpful. Unfortunately it’s not an easy answer, but it’ll work great once you’ve set it up. The answer is that there isn’t a function in SQL to let you do this, you […]