Quantcast
Channel: Alltop RSS feed for enterprise.alltop.com
Viewing all 58520 articles
Browse latest View live

How to create/restore a slave using GTID replication in MySQL 5.6

$
0
0

MySQL 5.6 is GA! Now we have new things to play with and in my personal opinion the most interesting one is the new Global Transaction ID (GTID) support in replication. This post is not an explanation of what is GTID and how it works internally because there are many documents about that: http://dev.mysql.com/doc/refman/5.6/en/replication-gtids-concepts.html One [...]

The post How to create/restore a slave using GTID replication in MySQL 5.6 appeared first on MySQL Performance Blog.


Facebook Bug 'Breaks the Internet'

$
0
0
Many websites were temporarily inaccessible due to a problem with Facebook Connect.

Making Sense of an ERP Failure

$
0
0
In December we wrote about the inadequate leadership and mismanagement that led to the $1B U.S. Air Force ERP failure. Surely, poor communication and dishonesty were at fault but what else can be said about this IT disaster? As with any ERP failure, disaster can be traced back to a number of early warning signs.

Adobe Issues Emergency Patch for Zero-Day Flash Vulnerability

$
0
0
The attacks related to the vulnerability are impacting Windows and OS X users.

Twitter Enables Search for Old Tweets

$
0
0
However, search capabilities will be limited to top tweets.

Millennials and Cybersecurity

$
0
0

This long report looks at risky online behavior among the Millennial generation, and finds that they respond positively to automatic reminders and prodding. No surprise, really.

May I Recruit Your Help in a Knowledge Management Research Project?

$
0
0

Late in 2011 I conducted my first market research project on Knowledge Management. I wanted to get an idea of what was going on in the world, what projects you (royal you, not you personally) were working on, what projects you were going to invest money in, and (more than anything) what was affecting your [...]

May I Recruit Your Help in a Knowledge Management Research Project? is copyrighted by . If you are reading this outside your feed reader, you are likely witnessing illegal content theft.

Enterprise Irregulars is sponsored by Salesforce.com, Workday and Zoho.

Surface Pro Demand: Don't Believe The Hype

$
0
0
More workers want a Windows tablet than want an iPad, Forrester Research says. This doesn't mean Surface Pro will realign the industry.

Add to Twitter Add to Facebook

Surface Pro Demand: Don't Believe The Hype

$
0
0
More workers want a Windows tablet than want an iPad, Forrester Research says. This doesn't mean Surface Pro will realign the industry.

NextGen Data Center Solutions From NextiraOne

$
0
0
NextiraOne Austria is busy designing and implementing new data center infrastructure for HTBLVA, a school, in Vienna. The solution is being implemented in response to the school’s need for better management of data. The school has to manage files of different kinds for over 1700 users who deal with data about 1500 students. There is

CRM Is Most Wanted Mobile Enterprise App: Survey

$
0
0

Executives want customer relationship management (CRM) apps in the palm of their hands, according to an enterprise mobility study from ISD and IDC.

Robots and Jobs: Freud and Tenure?

$
0
0
I normally like Catherine Rampell’s economics reporting and blogging at the New York Times a lot, but I had a problem with her article in last week’s Sunday Review. It was called “Raging (Again) Against the Robots,” and it made the accurate point that concerns about technological unemployment are nothing new. Where Rampell lost me [...]

Facebook Connect Glitch Caused Website Outages

$
0
0
Facebook Connect problem created a domino effect on Thursday as companies that use the service saw visitors redirected from their sites.

Add to Twitter Add to Facebook

The Business Need for CRM for Large and Medium Sized Enterprises

$
0
0
The software for business market developed in response to large organizations’ need to manage their assets and main activities. Be it customer relationship management (CRM), human capital management (HCM), or enterprise resource planning (ERP), initially only large enterprises were able to commission and acquire such products. But as with anything else that grows successfully in [...]

Family Physicians Lead In EHR Adoption

$
0
0
More than two-thirds of family doctors had EHRs in 2011, and that number is rising, new research says.

Add to Twitter Add to Facebook

I Seem to Be a Physical Security Expert Now

$
0
0

This seems so obviously written by someone who Googled me on the Internet, without any other knowledge of who I am or what i do.

Which version of SSDT Database Projects do I have installed?

$
0
0

SQL Server Data Tools (SSDT) is released on a very regular cadence (note that I’m talking about the database projects part of SSDT, this is nothing to do with SSIS/SSAS/SSRS). Since the first release in March 2012 there have been releases in September 2012, November 2012, & December 2012. I personally have found it difficult to keep track of not only which particular version I am using but also that which are my colleagues are using – quite simply I didn’t know how to discover the current version number. I assumed that the answer would lie within Visual Studio 2012 in the Help->About Microsoft Visual Studio menu option, when I checked there I saw this:

SNAGHTML339e96a2

A version number – 11.1.21208.0. What does that mean though? To understand more we have to go to Add/Remove programs:

SNAGHTML42d8efe8

There are many different items listed there, let’s look at them in turn:

  • Microsoft SQL Server 2012 Data-Tier App Framework. This is fairly self-explanatory if you know what the Data-Tier App Framework (aka DACFx) is. If you don’t, see the notes at the end of this blog post*. The reason that you see two entries in the list above is due to my having the 32bit & 64bit versions installed – the fact that there is no differentiation between the two in the title is a bug.
  • Microsoft SQL Server 2012 Express LocalDB. LocalDB is the small server-less version of SQL Server that now gets deployed with SQL Server proper. LocalDB also gets installed with SSDT if you do not already have it, but you should consider it part of SQL Server itself.
  • Microsoft SQL Server Data Tools 2010. This was described to me as the “installation chainer” – it is the installation component that manages SSDT and its dependencies. I think of it as the SSDT shell within Visual Studio 2010.
  • Microsoft SQL Server Data Tools 2012. This was described to me as the “installation chainer” – it is the installation component that manages SSDT and its dependencies. I think of it as the SSDT shell within Visual Studio 2012. Note that the version number is the same as in the Help->About screenshot at the top of this article – that is because they are one and the same.
  • Microsoft SQL Server Data Tools – Database Projects – Web installer entry point. A stub project that gets installed when you install SQL Server. Its the SSDT database project entry point.
  • Microsoft SQL Server Data Tools – enu (10.3.21208.0) & Microsoft SQL Server Data Tools – enu (11.1.21208.0). These are the things we’re interested in. These *are* SSDT database projects, for Visual Studio 2010 & Visual Studio 2012 respectively. The version numbers are those for the December 2012 release; note that the build numbers are the same (X.X.21208.X), only the major and minor numbers are different.
  • Microsoft SQL Server Data Tools Build Utilities – enu (10.3.21208.0) & Microsoft SQL Server Data Tools Build Utilities – enu (11.1.21208.0). Everything you need to do a headless (i.e. without having Visual Studio installed) build/deploy of an SSDT database project.

So at the end of all that we have determined the following version numbers for SSDT database projects are:

Release

 

Visual Studio 2010 version number

 

Visual Studio 2012 version number

September 2012

 

10.3.20905.0

 

11.1.20905.0

November 2012

 

10.3.21101.1

 

11.1.21101.1

December 2012

 

10.3.21208.0

 

11.1.21208.0

I do not know the version numbers for the March 2012, September 2012 & November 2012 releases (if anyone out there does know please let me know in the comments) however I shall update this blog post for future releases. September 2012 and November 2012 releases now added!

I have requested that any blog post to announce future releases should contain the version numbers. Let’s hope that happens.

@Jamiet 

 

* DACFx is described here as:

The Microsoft® SQL Server® 2012 Data-Tier Application Framework (DACFx) is a component which provides application lifecycle services for database development and management for Microsoft® SQL Server® and Windows Azure SQL Databases.
DacFX supports various database deployment and management scenarios for SQL Server and Windows Azure SQL Databases including extracting/exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premise SQL Server to Windows Azure. This functionality is exposed via the DACFx managed API. DACFx can target SQL Server 2005 SP4, 2008 SP1, 2008R2, 2012, and Windows Azure SQL Databases. DACFx also provides the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages. DACFx supports scenarios provided by SQL Server client tooling including SQL Server Data Tools and SQL Server Management Studio 2012.

Classroom Technology Faces Skeptics At Research Universities

$
0
0
Professors at research universities prefer teaching with old-fashioned whiteboards, one study says.

Add to Twitter Add to Facebook

IBM announces advances on big data and cloud to its PureSystems family

$
0
0
Two new offerings will be added to IBM’s PureSystems family, the PureData System for Analytics and a smaller PureApplication System to accelerate cloud deployments. The new PureData System for Analytics, powered by Netezza technology, will address large amounts of data at high speed to assist organizations in the analysis of large volumes of information. The PuraData System [...]

Information: The Third Pillar Of Business

Viewing all 58520 articles
Browse latest View live