Getting Started with Web applications development with servlets and JSP - Part 5: Filters
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.

Friends

My Badges

Request Friendship



Upload Image

Bucharest
Male

My Sections

My Activities

Just Learned9
Blogs6
Puzzles57
Quiz2
Razvan Socol
146 · 1% · 273

Razvan Socol's Home

My name is Razvan Socol.
  • SQL Server - GROUP BY ALL to include all the group values which doesn't match the filter criteria

    Razvan Socol Commented 4 Months ago through Just Learned
    The GROUP BY ALL syntax is a non-ISO compliant syntax that is deprecated and will be removed from a future version of SQL Server. See [GROUP BY and ALL][1] in MSDN. The same result can be obtained by moving the WHERE clause in a SUM aggregate (which als...
    rajasekhar
    212 · 1% · 159
  • SQL Server - Attach a DB when LDF is not available

    Razvan Socol Commented 5 Months ago through Just Learned
    Books Online says: "Use `sp_attach_single_file_db` only on databases that were previously detached from the server by using an explicit `sp_detach_db` operation or on copied databases." So you shouldn't use this as a recovery method; it only works when...
    rajasekhar
    212 · 1% · 159
  • SQL Server - Attach a DB when LDF is not available

    Razvan Socol incorrect 5 Months ago through Just Learned
    By using sp_attach_single_file_db, we can bring suspect database into online, when LDF file is not available sp_attach_single_file_db : Attaches a database having only one data file to the current server. [code] sp_attach_single_file_db [ @dbna...
    rajasekhar
    212 · 1% · 159
  • Question of the month November 2011 - What is pseudocolumn in SQL Server?

    Razvan Socol Commented 6 Months ago through Blogs
    Try this: CREATE TABLE t(x INT IDENTITY, y UNIQUEIDENTIFIER ROWGUIDCOL) SELECT $IDENTITY, $ROWGUID FROM t I'm not aware of any other pseudocolumn, except $IDENTITY and $ROWGUID. $PARTITION looks more like a special keyword needed for a function ca...
    Madhivanan JR
    4 · 39% · 8849
  • Fun with ORDER BY clause

    Razvan Socol Commented 7 Months ago through Blogs
    The behaviour is logical in most queries. I'm only puzzled by the following: SELECT d FROM (SELECT 2 AS d UNION ALL SELECT 1) t ORDER BY (SELECT 1) /0 SELECT d FROM (SELECT 2 AS d UNION ALL SELECT 1) t ORDER BY 1/0 Why does the first one work a...
    Madhivanan JR
    4 · 39% · 8849
  • Fun with ORDER BY clause

    Razvan Socol Commented 7 Months ago through Blogs
    The behaviour is logical in most queries. I'm only puzzled by the following: SELECT d FROM (SELECT 2 AS d UNION ALL SELECT 1) t ORDER BY (SELECT 1) /0 SELECT d FROM (SELECT 2 AS d UNION ALL SELECT 1) t ORDER BY 1/0 Why does the first one work a...
  • Quickest way to SELECT All Columns from a Table

    Razvan Socol Commented 8 Months ago through Just Learned
    I use something else: after typing "SELECT * FROM TableName", I select the query and press Ctrl+Shift+Q ("Design in query editor") then select OK....
    dattatreysindol
    43 · 5% · 1080
Previous 1 | 2 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Beyondrelational.com