Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Sort column without ORDER BY

    if this is to get around the issue of "CANNOT USE ORDER BY IN A VIEW WITHOUT TOP CLAUSE", use

    SELECT TOP 100 PERCENT

    [...]

    ORDER BY [...]

  • RE: Free Tools for the SQL Server DBA

    two additions (to a useful list):

    1. SQuirreL - a true multi platform SQL Client. Supports SQL Server, Oracle, Access, MySQL, Firebird, PostgreSQL, Sybase,Informix, Excel, text files, and more....from ONE interface....

Viewing 2 posts - 1 through 2 (of 2 total)