↓ Skip to Main Content
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy
Blackcat Software Multiplatform Software, Hardware, Administration

Main Navigation

  • Home
  • What We Offer
  • Products We Support
  • Contact Us
Blackcat Software Multiplatform Software, Hardware, Administration

Off Canvas Menu

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

Category: SQL Server

Home › Windows › Archive for SQL Server
.NET, SQL Server

Parallel.For vs BackgroundWorker

Dave Dec 29, 2013 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 →

SQL Server

How to create an Autonumber field in SQL Server 2012

Dave Dec 14, 2013 Tagged with alter, autonumber, Identity, SQL

Same as it was in the last version. The task can either be performed through the Server Management Studio designer to code In the designer, select the field ensure it’s an int Set the Column Properties as IsIdentity   Or …

How to create an Autonumber field in SQL Server 2012 Read more →

SQL Server

Make changes to SQL Server without dropping and recreating table

Dave Dec 14, 2013 Tagged with data type, DROP tables, modify, SQL, SSMS

Allowing SQL Server to accept changes to tables through the designer is not recommended. Use Transact-SQL statements to make the changes to the metadata structure of a table. I you must: To change the Prevent saving changes that require the …

Make changes to SQL Server without dropping and recreating table Read more →

Copyright © 2026 Blackcat Software | Powered by Responsive Theme
Copyright © 2026 Blackcat Software | Powered by Responsive Theme