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 strongm 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. DawleyWeb

    Syntax re-arrangement

    I agree with SQLSister ... GETDATE() is a SQL Server intrinsic function and is most likely the cause of your error. If you are using a "known" application or language to send the sql statement to your 3rd party s/w then perhaps you could build the sql statement dynamically and use the...
  2. DawleyWeb

    Crosstab in SQL Server

    This article is a little old but does reference the RAC tool mentioned in hmscott's post and provide additional informatio you may find useful to solve your delima. http://www.fawcette.com/vsm/2002_04/online/online_eprods/c_rjennings_4_29/
  3. DawleyWeb

    Creating Temporary Table

    From BOL "If a local temporary table is created in a stored procedure or application that can be executed at the same time by several users, SQL Server has to be able to distinguish the tables created by the different users. SQL Server does this by internally appending a numeric suffix to...

Part and Inventory Search

Back
Top