Welcome to MSDN Blogs Sign in | Join | Help

La bodeguita de Nacho

SQL Server Troubleshooting Stories - "y una ración de bravas"

November 2007 - Posts

Por acaso voçê nao esta a lêr o meu blog so porque nao esta traduzido ao português?
Se for assim, so tem que me deixar um comentário para eu saber. Desde o início do blog, eu já pensei na posibilidade de fornecer o conteúdo tudo nao só em inglês mais também em português. Mas só estou com vontade Read More...
¿Hay alguien que esté dejando de leer este blog porque no está traducido al español?
Si es así, por favor, házmelo saber mediante un comentario. Desde el principio he barajado la posibilidad de proporcionar el mismo contenido en inglés y español, pero sólo si esto va a ser de ayuda a la comunidad hispanoparlante Read More...
Is it possible to configure SQL Server Agent to connect to SQL Server using SQL Server authentication?
KB Article 943525 (You cannot start the SQL Server Agent service of a failover cluster of SQL Server 2005 if the build of SQL Server build is 3179 or a later build), in its first revision (November 21, 2007), it enumerated three different workarounds, Read More...
Is SQL Agent manipulating the errors raised by SQL Server, before dumping them to the output file?
One customer reported that when he was executing the following batch use master exec sp_updatestats from SQL Server Management Studio (SSMS) he was getting different results than when the same stored procedure was ran from a SQL Server Agent's Job. Specifically Read More...
Multiple Core and Hyper-Threading enabled CPUs and SQL Server 2005
One colleague recently asked me, is the information in this article 914278 (How SQL Server 2005 Express Edition determines the CPU count and uses the CPUs during processing) was also applicable to the Standard Edition of SQL Server 2005? And following Read More...
How much Virtual Address Space can my SQL Server 2000 process see when running under WOW in an x64 OS?
One colleague asked me that question in order to answer one of his customer's multiple questions. The answer is four gigs (4GB), no matter whether boot.ini includes /3GB or not. In fact in x64 OS, that switch is simply ignored by the OS. In case what Read More...
ExecuteCaptureLog doesn't work with ErrorConfiguration
One colleague reported to me that the following code snippet (as it was being used by a customer) failed as explained in Connect -> AMO - ExecuteCaptureLog doesn't work with ErrorConfiguration :   namespace MySamples.SqlServer {     Read More...
Unexpected "Tuning indexed views requires SQL Server 2005 Enterprise Edition"?
One day this week, I received the following query from a colleague. Run ScriptToPrepareRepro.sql in order to backup and drop a couple of indexes AdventureWorks. Start the Database Tuning Advisor and create a new tuning session. Select the Workload.sql Read More...
Flat File Provider and Decimal/Numeric data
Last week I received the following message from a colleague:   From: <Intentionally_Removed> Sent: Tuesday, November 13, 2007 2:30 PM To: <Intentionally_Removed> Subject: Flat File Provider and Decimal/Numeric data Hi All, I hope someone Read More...
Order in which DTS Packages are displayed from SQL Server 2005 GUI
Earlier this year somebody raised the following concern:   From: <Intentionally_Removed> Sent: Wednesday, April 18, 2007 10:23 PM To: <Intentionally_Removed> Subject: SQL 2005 : DTS Packages order of display... We noticed the following Read More...
Are you suffering from random AdomdConnectionException thrown when trying to connect to a named instance?
This is fixed starting with CU6. More info in this post . I recently analyzed an issue reported by one customer who had an SSIS package which was repeatedly opening connections against an existing and working named instance of Analysis Services 2005, Read More...
You cannot alter one table using Visual Database Tools (VDT) unless you are either a member of db_dbowner or sysadmin
Members of db_ddladmin fixed database role or users who have explicitly been granted CREATE TABLE permissions cannot alter the table using VDT. If you are connected to an instance of Yukon with a login whose mapped user in a given database is either a Read More...
Unable to connect to the registry on the Server (MyOLAPServer) or you are not a member of OLAP Administrators group
This is the story of a case which took me some time to diagnose, and which I considered worth sharing, not because it's potential to become a common problem in many customer scenarios, but more because how interesting the troubleshooting steps could be. Read More...
I'm logging it!
Yeap! Believe or not, I started blogging here. :-) Read More...
Page view tracker