-
Microsoft® SQL Server ® 2012 High-Performance T-SQL Using Window Functions
Una ottima guida all’uso efficiente delle window function dell’SQL. La guida è aggiornata alla versione 2012 di SQL server, ma buona parte delle indicazioni sono utili anche per SQL Server 2005 e SQL Server 2008. Infatti la prima introduzione delle window function in SQL Server risale alla versione 2005. Microsoft® SQL Server® 2012 High-Performance T-SQL…
-
SQL Server 2008 Query Performance Tuning Distilled
One of the finest book on SQL Server Perf Tuning. A great reference book as I was expecting. Lot of theories and matching examples make this book stand out from the rest. SQL Server is just not SQL Tuning. It includes Database System tuning. This book has given a dedicated chapter in making you understand…
-
MICROSOFT SQL SERVER 2008 A BEGINNER’S GUIDE
If you are new to Microsoft SQL Server and relational databases or have been away from the technology for a while, this book will be very helpful. The author takes time upfront to start you off with the basics of SQL and work his way through most of the functionality in the current version of…
-
Limits of EXEC and SP_EXECUTESQL
One thing that is not clear from MSDN documentation is the limits of 8000 byte for query input of EXEC and SP_ECECUTESQL. If you execute this query: declare @query1 as varchar(max) set @query1= replicate(‘ ‘,7951)+ ‘ select top 1 object_id,name from sys.all_columns’ exec (@query1) declare @query2 as nvarchar(max) set @query2= replicate(N’ ‘,3951)+ N’ select top…
-
Empty data file on SQL Server 2005
If you have the following error while empting a data file (with DBCC SHRINKFILE (N’datafilename’ , EMPTYFILE)): Msg 2555, Level 16, State 2, Line 1 Cannot move all contents of file “xxxxxx” to other places to complete the emptyfile operation. Check that the file do not contain tables with no clustered index. If a table…
-
SQL e lock
Un ottimo articolo http://www.sql-server-performance.com/2004/advanced-sql-locking.
-
Huawei E586 Linux driver
Download from here: http://download-c.huawei.com/tcpsdownload/downLoadCenter?category=&flay=software&downloadID=NDcwMzU= unpack and cd to the right directory type sudo ./install restart the computer plug off and plug in the device Driver founded here. Updated: link do not work, try this.
-
Ciclocomputer AREO A8 manuale
Oggi mi sono deciso a vole riutilizzare un vecchio ciclocomputer AREO A8, di cui non ho potuto ritrovare il libretto delle istruzioni. Ho cercato on-line, ma niente. La ditta che lo produce/distribuisce crede che il sito web aziendale serva a distribuire il catalogo prodotti in formato PDF, nulla di più, assistenza zero. Ho cercato di…
-
La FIAT e il WEB
Alla FIAT hanno deciso che il termine da associare sul WEB alla nuova Panda sia: Panda stronza.
-
Corel VideoStudio Pro X4 e Common.msi
Dopo aver disinstallato il programma Corel VideoStudio Pro X4 è cominciato a comparire un avviso del windows installe che cercava il file Common.msi per completare una fantomatica installazione. Il problema si manifestava appena veniva selezionato un disco. Il problema era dato dalle seguenti estensioni della shell non correttamente disinstallate: HKEY_CLASSE_ROOT\Drive\shellex\ContextMenuHandlers\Ulead UDF Driver HKEY_CLASSE_ROOT\Drive\shellex\PropertySheetHandlers\Ulead UDF Driver…