Getting Started with ASP.NET MVC - Part 6: ASP.NET MVC and Entity Framework
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.
  • SQL Compare

    Posted: Mar 29 2000 12:39PM | anil | 2
    anil
    95 · 2% · 472
    • SQL Server : Order of Operators

      Posted: Jan 8 2007 8:37AM | Jack Vamvas | 24

      Something which may seem basic, but in many SQL statements I analyse for performance optimisation, the same mistakes are recurring. When a WHERE cl...

      Jack Vamvas
      2 · 54% · 12238
    • SQL 2005: OPTIMIZE FOR

      Posted: Jan 10 2007 8:33AM | Jack Vamvas | 24

      Recently, I had the following problem to consider. Two similar SELECT statements, the one difference being the WHERE clause. If you notice the...

      Jack Vamvas
      2 · 54% · 12238
    • Setting Remote Auditing For SQL Server

      Posted: Jan 15 2007 8:18AM | Jack Vamvas | 24

      Recently , I had to use osql for some remote auditing which I found useful. For those who don't know ,osql is a standard app that comes with SQL Se...

      Jack Vamvas
      2 · 54% · 12238
    • List Foreign Key Constraints -MS SQL

      Posted: Mar 12 2007 8:07AM | Jack Vamvas | 24
      select 
          c_c_u.table_name sr_c_table, 
          c_c_u.constraint_name sr_c_constraint, 
          c_c_u.column_name sr_c_col, 
          ...
                              
      Jack Vamvas
      2 · 54% · 12238
    • SQL Server Database size Check

      Posted: Mar 17 2007 7:04AM | Jack Vamvas | 24

      SQL Server database and file size is returned in this script, compared to total and free disk space. It also displays the number of Kb that each ...

      Jack Vamvas
      2 · 54% · 12238
    • SQL Server Log Check

      Posted: Mar 19 2007 7:03AM | Jack Vamvas | 24

      Returns records form the error log based on search terms

      DECLARE @SERVER NVARCHAR(50)
      SET @SERVER = 'SERVER1\INSTANCE'...
                              
      Jack Vamvas
      2 · 54% · 12238
    • OpenXML - more than 8000 characters

      Posted: Mar 26 2007 7:01AM | Jack Vamvas | 24

      An excellent script to deal with XML documents that are greater than 8000 characters

      Use it like:

      DECLARE @hDoc...
                              
      Jack Vamvas
      2 · 54% · 12238
    • SQL Pagination

      Posted: May 12 2007 6:55AM | Jack Vamvas | 24

      Pagination is a regular technique used for developing web applications. There are numerous methods of implementing pagination. Below, I'm creating ...

      Jack Vamvas
      2 · 54% · 12238
    Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next

    Managed Windows Shared Hosting by OrcsWeb

    Copyright © Beyondrelational.com