Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nljoco

    RemoveSelectionPath Problem

    After a removeSelectionPath from a tree, how will I redisplay my tree panel?
  2. nljoco

    Recommended setting for ANSI_PADDING.

    Why is it recommended that ANSI_PADDING always be set to ON?
  3. nljoco

    Recommended setting of ANSI_PADDING

    Why is it recommended that ANSI_PADDING always be set to ON?
  4. nljoco

    How to refer to a variable inside the table?

    If I have the following code: DECLARE @recordItem TABLE( field1 int, field2 int) How will I refer to field1?
  5. nljoco

    SQL Server version of this Oracle statement

    How will I convert the following oracle statement into a SQL Server? TYPE RecordItem IS RECORD( Field1 INT, Field2 INT );
  6. nljoco

    Oracle to SQL Server Code Conversion

    How will convert the following Oracle statement into an SQL Server? TYPE array_of_double IS VARRAY(10) OF DOUBLE PRECISION;

Part and Inventory Search

Back
Top