Tag Archives: DB

Tool: SQLBackupAndFTP

image OK, sometimes a tools comes around that is so easy to use that you kinda wonder why anyone would do it otherwise.

To do backups on SQL Server, highly recommend: http://sqlbackupandftp.com/

Leave a comment

Filed under Stuff I Use, Tools

Getting Random Values in TSQL

After a bit of research, finally found the answer to how to set up random values for each record in SQL Server:

rand( CAST( NewID() AS varbinary) )

Continue reading

Leave a comment

Filed under Tech