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 Westi 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: *

  • Users: mccdo
  • Order by date
  1. mccdo

    Hate to sound like an idiot but

    Yes, I am working on SQL Server. I thank you for the info. I had seen this before in different queries but did not know it's exact usage. Thank you again. Dan
  2. mccdo

    Hate to sound like an idiot but

    Actually, I am still learning about SQL and I was reading an example as follows: USE tempdb GO SET NOCOUNT ON CREATE TABLE #testts (c1 int identity, c2 int DEFAULT 0, changelog timestamp) INSERT #testts DEFAULT VALUES And the example query continues........... It's the first part, where...
  3. mccdo

    Hate to sound like an idiot but

    could someone please explain to me using the word "USE" in a query statement?

Part and Inventory Search

Back
Top