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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.