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. SaltyTheFrog

    Nearby Share security exposure

    I've been a member here for a while but never posted in the area before. I came across a Windows 10 feature that allows computers within range of each other to share data. It is called "Nearby Share" and can be accessed via the notifications area in the lower left corner of the screen. I'm...
  2. SaltyTheFrog

    Rework process not to use cursor

    I need to string multiple rows into a single row with a key column and dynamic entries. I cobbled something together using a cursor but I was hoping there is a better way. I'm on SQL 2005 set to 2000 SQL compatibility so I can't use some of the newer stuff. Here is the data: If...
  3. SaltyTheFrog

    Help converting deprecated joins

    We are on SQL 2008 but our T-SQL is running at SQL 2000 compatibility level. I'm trying to convert some SQL to be compliant so we can move up the compatibility level. I'm having trouble with this one: SQL 2000 compatibility level: select * From Employers e, Contact c, Location l...
  4. SaltyTheFrog

    Better way to delete application by PID

    VS 2012 I’m looking for a better way to delete an application I started by the PID then this one. This code is pieced together from various posts on Google. It looks for all the WINWORD exes running before I open one putting them in a process list. Then it creates the list again to retrieve the...

Part and Inventory Search

Back
Top