April, 2008

Posts
  • Make it Simple

    A few common SQL scripts

    • 0 Comments
    A few command SQL script (1) Insert multiple records of Table_A to a new Table_B SELECT * INTO Table_B FROM Table_A (2) Insert multiple records of Table_A to an existing table Table_B INSERT INTO Table_B ( Col1 , Col2 , Col3 )...
  • Make it Simple

    Backward Compatiblitity

    • 0 Comments
    A few months ago I read two articles on MSDN about the compatibility One is http://msdn2.microsoft.com/en-us/library/58bc9k67(VS.71).aspx The other is http://msdn2.microsoft.com/en-us/library/58bc9k67(VS.80).aspx The first link said, “Backward compatibility...
Page 1 of 1 (2 items)