Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

Toshiya TSURU

@Toshiya TSURU
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • filtering Bulk data
    T Toshiya TSURU

    In many cases, "NOT IN" takes a lot of time. If the table has key column, I suggest following steps. 1. Insert key value, to be filtered, into temporary table. 2. Query with "NOT EXISTS" like "select .. from table where not exists ( select ... temporary_table where table.key = temporary_table.key )"

    ToshiyaTSURU turutosiya@gmail.com http://www.google.com/profiles/turutosiya

    C# database mysql tutorial

  • convert data in LINQ?
    T Toshiya TSURU

    int.Parse(str)

    ToshiyaTSURU turutosiya@gmail.com http://www.google.com/profiles/turutosiya

    .NET (Core and Framework) csharp question database linq

  • During installation of a setup build in vs2005, what are the things happened in registry entry?
    T Toshiya TSURU

    Also, this tool may be helpful. http://technet.microsoft.com/en-us/sysinternals/bb896652.aspx[^]

    ToshiyaTSURU turutosiya@gmail.com http://www.google.com/profiles/turutosiya

    C# windows-admin tutorial question workspace
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups