Skip to main content

Tagged: sql

  • Query across servers in Microsoft SQL Server 2005
    Tags:

    If your organization/project has data repositories spread across more than one database server, chances are that you will eventually want to pull data from more than one server instance in a single query. If you want to perform these …

  • Backup automation and emailing attachments in Linux
    Tags:

    Any programmer who's ever been burned by data loss can tell you—you've got to have backups of your work. If it's code, perhaps they use a version control system such as Subversion. If it's something a little less-readily available, such …

  • Using the ConnectionStrings element in ASP.NET web.config
    Tags:

    If you are building a series of web applications that may rely on duplicate data (such as connection strings for pages that query databases), or you want to separate certain constants from your other code, you need a centralized method …

  • Prepared SQL statements in VB.NET
    Tags:

    Thousands of websites have been hit lately by the rash of SQL injections being perpetrated en-masse. Most languages (current versions, at least) have a procedure for separating parameters from the query they augment in an effort to …

View all tags