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 Mike Lewis 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. sniper34

    How to get data from function?

    I want to get all data from this function with all date not only for one parametr. Is this possibe?
  2. sniper34

    How to get data from function?

    Hello I need to get data from this function: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER FUNCTION [dbo].[getitemsavailableqtywithdatets] (@ItemNo VARCHAR(20), @Location VARCHAR(10), @Date DATETIME) RETURNS TABLE AS -- Declare the return variable here RETURN SELECT * FROM...

Part and Inventory Search

Back
Top