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 SkipVought 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. breemermatta

    Connect to an external sql server

    thank you very much! it works fine!
  2. breemermatta

    Connect to an external sql server

    Hi, I am workin' on a small windows application in Visual studio .net using c# and I want to access a ms sql server over the internet... How can I do this? What should my connection string look like?? The servers ip is "skylab1.te.hik.se" port 25000. the server name is...
  3. breemermatta

    delete multiple posts using DateDiff()

    Oh, so easy! thanks alot!!
  4. breemermatta

    delete multiple posts using DateDiff()

    Hi, I want to create a stored procedure that deletes none, one or multiple posts from a table if the date in the table is older then 10 minutes. how do I do this? The table (Users) contains UserID, Username and loginDateTime. I have tried this code: DELETE FROM Users WHERE (SELECT...

Part and Inventory Search

Back
Top