Getting Started with Adobe After Effects - Part 6: Motion Blur
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 Learned14
Blogs6
Puzzles57
Quiz2
Razvan Socol
176 · 1% · 278

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 1 Years 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
    211 · 1% · 221
  • SQL Server - GROUP BY ALL to include all the group values which doesn't match the filter criteria

    Razvan Socol Commented 1 Years 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
    211 · 1% · 221
  • SQL Server - Attach a DB when LDF is not available

    Razvan Socol Commented 2 Years 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
    211 · 1% · 221
  • SQL Server - Attach a DB when LDF is not available

    Razvan Socol Commented 2 Years 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
    211 · 1% · 221
  • SQL Server - Attach a DB when LDF is not available

    Razvan Socol incorrect 2 Years 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
    211 · 1% · 221
  • SQL Server - Attach a DB when LDF is not available

    Razvan Socol incorrect 2 Years 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
    211 · 1% · 221
  • Question of the month November 2011 - What is pseudocolumn in SQL Server?

    Razvan Socol Commented 2 Years 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
    3 · 39% · 12430
Previous 1 | 2 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.