Latest Comments
Gefällt! ;-)
THX Christoph, In a nutshell - and highly recommended: If you had installed hotfix FIX: Data loss in clustered index occurs when you run online build index in SQL Server012 (http://support.microsoft.com/kb/2969896). Service Pack 2 will effectively remove all of the fixes you got from the hotfix! So take care!
Thanks Torsten! SQL Server 2012 SP2 contains fixes to issues that have been reported internally and through the customer feedback platforms and Hotfix solutions provided in SQL Server 2012 Service Pack 1 up to and including Cumulative Update 9. More Details in SQL Server Release Services blog: http://blogs.msdn.com/b/sqlreleaseservices/archive/2014/06/10/sql-server-2012-service-pack-2-sp2-rtm-has-released.aspx
Great News! So I will delay my next order till the 1st of April!
:-) I know.
Great! It was almost one year ago ... ;-)
Merry Christmas and my best wishes for 2014.
It was pleasure to meet you, Johan! And I think, it will be a good investigation to learn more about power shell, like your stuff - http://www.sqlsaturday.com/viewsession.aspx?sat=230&sessionid=14790 CU tosc

It's been great meeting you and SQLSat230 has been fun. Johan

Thx for mentioning my blog post :-)
Hello Henrik, nice merging! THX! If it is for you okay, I'd like to customize the script? cu tosc
Hello Thorsten, great script and nice idea to use Serverproperty instead @@version. I merge my script and yours to a more completer one: --> SQL Server Information <-- SET nocount ON; go USE [master]; go SELECT CONVERT(CHAR(100), Serverproperty('MachineName')) AS 'MACHINE NAME', CONVERT(CHAR(50), Serverproperty('ServerName')) AS 'SQL SERVER NAME', (CASE WHEN CONVERT(CHAR(50), Serverproperty('InstanceName')) IS NULL THEN 'Default Instance' ELSE CONVERT(CHAR(50), Serverproperty('InstanceName')) END) AS 'INSTANCE NAME', @@LANGUAGE as [Language], right(substring(@@version,charindex(' - ',@@version)+17,PATINDEX('%Copyright%',@@version)-27-(charindex(' - ',@@version)+17)),3) as [32,64], CONVERT(CHAR(30), Serverproperty('EDITION')) AS EDITION, substring(@@version,22,(charindex(' - ',@@version)-22)) as [Version], CONVERT(CHAR(30), Serverproperty('ProductVersion')) AS 'BUILD', CONVERT(CHAR(30), Serverproperty('ProductLevel')) AS 'PRODUCT LEVEL', (CASE WHEN CONVERT(CHAR(30), Serverproperty('ISClustered')) = 1 THEN 'Clustered' WHEN CONVERT(CHAR(30), Serverproperty('ISClustered')) = 0 THEN 'NOT Clustered' ELSE 'INVALID INPUT/ERROR' END) AS 'FAILOVER CLUSTERED', (CASE WHEN CONVERT(CHAR(30), Serverproperty('ISIntegratedSecurityOnly')) = 1 THEN 'Integrated Security ' WHEN CONVERT(CHAR(30), Serverproperty('ISIntegratedSecurityOnly')) = 0 THEN 'SQL Server Security ' ELSE 'INVALID INPUT/ERROR' END) AS 'SECURITY', (CASE WHEN CONVERT(CHAR(30), Serverproperty('ISSingleUser')) = 1 THEN 'Single User' WHEN CONVERT(CHAR(30), Serverproperty('ISSingleUser')) = 0 THEN 'Multi User' ELSE 'INVALID INPUT/ERROR' END) AS 'USER MODE', CONVERT(CHAR(30), Serverproperty('COLLATION')) AS COLLATION, Getdate() AS RunTime, substring(@@version,charindex (' ON ', @@VERSION)+4,(charindex (' (Build', @@VERSION))- (charindex (' ON ', @@VERSION)-1)-5) as [OS Version], substring(@@version,charindex ('Build ', @@VERSION) + 6,4) as [OS Build], case when charindex ('Service Pack', @@VERSION) = 0 then '' else substring(@@version,charindex ('Service Pack', @@VERSION) +13,1 ) end as [OS Service Pack], @@SPID AS 'ID', SYSTEM_USER AS 'Login Name?', USER AS 'User Name'; go -- END SQL Server Information --
ups, my fault ... it's done! THX Frank, wish you a nice day!
I would consider making it available as a file to download. :-)
Danke, hat mir sehr viel Spaß gemacht. Die Präsentation findet Ihr unter: Repository - Franken |Regionalgruppentreffen 2013 cu tosc

Toller Vortrag gestern, danke sehr! Gruß aus Nürnberg Robert Glöckner

Installation von SQL Server unter Windows 8
Hier nur ein kurzer Hinweis auf den englischsprachigen Artikel vom Microsoft Support.
Beachtenswert ist sicherlich die Einschränkung, dass SQL Server 2005 unter Windows 8 nicht mehr unterstützt wird.

Good

Support für SQL Server unter Windows Server 2012 oder Windows 8
Seit neuestem ist jetzt beschrieben, welche SQL Server Version unter Windows Server 2012 und Windows 8 unterstützt wird, und was bei der Installation zu berücksichtigen ist:…
It may be a hard discussion, but - "It depends on ...
Tag cloud
backup «best practices» books bug configuration ctp «cumulative update» demo denali dmv ebook humor index indexoptimize integrity kbfix loginproperty maintenance «ms sql server 2008» pass performance php profiler reviews «ross mistry» «service pack» «service pack 2» «service packs» sharepoint «sql 2012» «sql server» «sql server 2005» «sql server 2008 r2» «sql server 2012» «sql server 2014» sqlcat sqlpass «sqlpass franken» ssms ssmstoolspack «stacia misner» sysadmin t-sql technet «technical note» tempdb tools «trace flag» upgrade whitepapers
2017-02-17 @ 10:32:58