Tag Archives: windows

SaveToSQLServer method error | Communication Link Failure

Last week one of our team members was implementing a Change Control to create a Maintenance Plan on a SQL Server 2005 instance. Since this instance was getting backed up using a Third Party tool, it did not have any … Continue reading

Posted in SQLServerPedia Syndication, Troubleshoot | Tagged , , | 6 Comments

Find SQL Server version details from the Registry

Last week, the customer wanted to know the Edition information of a Non-Production SQL Server instance. We can easily get this information by executing the following query in SSMS. SELECT SERVERPROPERTY(‘productversion’), SERVERPROPERTY (‘productlevel’), SERVERPROPERTY (‘edition’)   This article discusses various … Continue reading

Posted in SQLServerPedia Syndication | Tagged , , | 3 Comments