↓ Skip to Main Content

Blackcat Software

Main Navigation

  • Home
  • What We Offer
  • Products We Support
  • Contact Us

Tag: SQL server

MS SQL Server Copy Field Data from Another Table without SELECT

By Dave Posted on 24-Jan-2017 Posted in SQL No Comments Tagged with Another table, DATA, SELECT, SQL, SQL server, UPDATE

Had to try this without a SELECT statement. UPDATE Designs SET Designs.ParentCompanyName = C.CompanyName FROM Designs D INNER JOIN Customers AS C ON D.ParentCustomerID = C.CustomerID

Parallel.For vs BackgroundWorker

By Dave Posted on 29-Dec-2013 Posted in .NET, SQL Server No Comments Tagged with BackgroundWorker, Parallel.For, speed, SQL server

A number of jobs I get are fairly processor intensive so I decided to take a look at .Net’s new Parallel library, wondering how performant it’d be in my (not necessarly your) environment. Implementation is fairly straightforward, with a minor …

Parallel.For vs BackgroundWorker Read more »

© 2025 Blackcat Software | Powered by Responsive Theme