Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Search
Common Tasks
About
RSS for posts
Atom
Archives
Archives
January 2013
(1)
December 2012
(1)
November 2012
(4)
October 2012
(5)
September 2012
(4)
July 2012
(13)
June 2012
(7)
May 2012
(3)
April 2012
(2)
March 2012
(2)
February 2012
(8)
January 2012
(8)
December 2011
(14)
November 2011
(7)
October 2011
(5)
September 2011
(3)
August 2010
(1)
July 2010
(3)
June 2010
(4)
May 2010
(4)
May 2008
(1)
February 2008
(6)
January 2008
(3)
December 2007
(25)
November 2007
(14)
Visitors log
Where you folks come from?
MSDN Blogs
>
La bodeguita de Nacho
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
La bodeguita de Nacho
Next week (Tue 26th/Wed 27th), you cannot miss it! See you at Microsoft TechDays {The Evolution Show} in Madrid
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
I'll be there, morning to evening, both days (26th and 27th) responsible for an area we have called "Rincón técnico de SQL Server" (SQL Server Technical Corner) where "Ask The Expert" sessions will be running virtually non...
La bodeguita de Nacho
What does it mean that BACKUP TABLE / RESTORE TABLE are not "yet" implemented?
Posted
over 5 years ago
by
Nacho Alonso Portillo
2
Comments
Say you are one of those users who have been using SQL Server since 6.x days. And say you remember that in those versions there was the possibility to backup or restore a single table. Let's try hard to imagine your memory is good enough to be able to...
La bodeguita de Nacho
I just had to re-publish a previous post because I had made an important mistake
Posted
over 5 years ago
by
Nacho Alonso Portillo
0
Comments
In red I highlighted the changes I've introduced to explain what was wrong in the original version of A tale about solving "Cannot generate SSPI context" and later "[DBNETLIB][ConnectionRead(recv()).] General network error. Check your network...
La bodeguita de Nacho
A tale about solving "Cannot generate SSPI context" and later "[DBNETLIB][ConnectionRead(recv()).] General network error. Check your network documentation" in a shot
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
I had a customer who was receiving the "Cannot generate SSPI context error" when one, and only one, of his users with a specific domain account tried to log into a SQL Server 2005 using TCP network library and Windows Authentication. It ended...
La bodeguita de Nacho
How an apparently innocent antivirus could kill your SSIS package performance?
Posted
over 5 years ago
by
Nacho Alonso Portillo
3
Comments
Interesting story this one. I've been working with a customer who had a very simple package which consisted of a Sequence Container including an Execute SQL Task (which truncates the destination table) followed by a Data Flow Task. The Data Flow Task...
La bodeguita de Nacho
SQL Server performance counters' library improvement
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
It seems Cumulative Update 6 (due in mid Feb 08) for SQL Server 2005 Service Pack 2 will include a code change so that performance counters show current performance values while the service is running, no matter what the service state was when perfmon...
La bodeguita de Nacho
Good News!
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
I've just discovered that Cumulative Update 6 (due in mid Feb 08) for SQL Server 2005 Service Pack 2 will include a fix for the Analysis Services Redirector reliability issue I explained in my previous post.
La bodeguita de Nacho
How to rebuild your master database in MSDE when it became corrupted?
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
Let's imagine that your instance of MSDE cannot be brought online because of any reason, like when your master database became corrupted or the their files are unavailable. Under such circumstances, if you try to rebuild the master database with a command...
La bodeguita de Nacho
Scared because SQL Server seems to be running a DBCC CHECKDB on some of your databases on every startup?
Posted
over 5 years ago
by
Nacho Alonso Portillo
0
Comments
A colleague approached me yesterday because he was finding the following entry ( marked in red below ) in his ERRORLOG, and he was worried because he thought the recovery of the ABC database was taking longer because a CHECKDB was run on it during the...
La bodeguita de Nacho
What's special with the BULK provider when loading LOB character columns using OPENROWSET?
Posted
over 6 years ago
by
Nacho Alonso Portillo
3
Comments
This is another problem I've been working on recently, whose resolution I felt could be interesting to share here. Let's first reproduce the errors, before trying to explain anything. So, please, connect to your instance of SQL Server 2005 and run this...
La bodeguita de Nacho
SQL Server 2005 Service Pack 2 failing to install due to an error in Do_sqlGroupMember custom action
Posted
over 6 years ago
by
Nacho Alonso Portillo
2
Comments
One colleague reported to me that one of his customers was getting the following error message when trying to install SQL Server 2005 Service Pack 2: Func Name='RestoreSetupParams'> Failed to find installation media path due to datastore exception...
La bodeguita de Nacho
Is there any way you can execute an SSIS package whose TransactionOption property is set to Required, without having the MSDTC service running?
Posted
over 6 years ago
by
Nacho Alonso Portillo
0
Comments
That was the question one develepment consultant asked me. My initial answer, was what I typically answer when I'm asked any of these questions: "I dunno, but let me check it for you." :-) After reviewing the source code of SSIS runtime in SQL Server...
La bodeguita de Nacho
Msg 1013: The object "%s" and "%s" in the FROM clause have the same exposed names. Use correlation names to distinguish them.
Posted
over 6 years ago
by
Nacho Alonso Portillo
2
Comments
Have you ever experienced this error in SQL Server 2005 and under the same circumstances, but using SQL Server 2000 instead, you never "suffered" this problem? This issue was recently raised to my attention. And its resolution I found it of general...
La bodeguita de Nacho
Why my SQL Server performance counters are showing zeroes when current values are higher?
Posted
over 6 years ago
by
Nacho Alonso Portillo
5
Comments
A colleague reported to me what she considered a weird behavior, she was experiencing while trying to monitor her SQL Server 2005 instances' performance counters. Her main concern was this: Why do my SQL Server 2005 counters do not report actual values...
La bodeguita de Nacho
SQL Server Import and Export Wizard blowing up due to an unexpected error
Posted
over 6 years ago
by
Nacho Alonso Portillo
2
Comments
Somebody was trying to run the SQL Server Import and Export Wizard (DTSWizard.exe) in one of his machines, but when he clicked Next on the first (welcome) dialog, it showed the following error: ===================================...
La bodeguita de Nacho
Be careful with using RegEx on x64 bit boxes
Posted
over 6 years ago
by
Nacho Alonso Portillo
1
Comments
I have been working on a case where a customer reported that, once he plugged in his custom assembly which implemented a set of SqlFunctions and he invoked those functions from T-SQL, SQL Server started eagerly eating all memory and performance dropped...
La bodeguita de Nacho
Would you like to be part of what is coming next with Connect?
Posted
over 6 years ago
by
Nacho Alonso Portillo
1
Comments
Then go and participate in the Connect Beta program. Be among the pioneers to discover and enjoy this new release, featuring many improvements and new experiences which have been build out based on your inestimable feedback. Thanks in advance for...
La bodeguita de Nacho
SQL Server Agent failing to start because "The EventLog service has not been started" (Second Part)
Posted
over 6 years ago
by
Nacho Alonso Portillo
4
Comments
First part of this post is available at SQL Server Agent failing to start because "The EventLog service has not been started" . I've just confirmed an improvement has been already checked-in into SQL Server 2008's code which keeps up calling...
La bodeguita de Nacho
Raw device support and trying to move the data files of a database to a local disk in failover clustered environments
Posted
over 6 years ago
by
Nacho Alonso Portillo
1
Comments
Even though the documentation doesn't explicitly explain the existence of this limitation, a failover clustered instance of SQL Server (whether it is 2000 or 2005) doesn't support loading data or log files of any database from disks other than those which...
La bodeguita de Nacho
"Query timeout expired" when trying to Preview the data from the OLE DB Source Editor in BIDS
Posted
over 6 years ago
by
Nacho Alonso Portillo
5
Comments
If you have an OLE DB Source within a Data Flow in your SSIS package, and you click on the Preview button to get a sample (max of 200 rows) of the data returned by the statement you have configured, and the server takes more than 30 seconds to return...
La bodeguita de Nacho
Decreasing the size of a database file through the Management Studio GUI?
Posted
over 6 years ago
by
Nacho Alonso Portillo
1
Comments
Somebody told me today that he was using SQL Server Management Studio Database Properties (Files Page) to try to set the Initial Size property of a database file to a value lower than the one currently set for that file on the server. And even though...
La bodeguita de Nacho
SQL Server Agent failing to start because "The EventLog service has not been started";
Posted
over 6 years ago
by
Nacho Alonso Portillo
7
Comments
( This post has been extended with SQL Server Agent failing to start because "The EventLog service has not been started" (Second Part) ) One customer reported to us that their SQL Server 2000's SQL Server Agent services, recently started to...
La bodeguita de Nacho
Is it possible to set MSDB's recovery model to Full?
Posted
over 6 years ago
by
Nacho Alonso Portillo
1
Comments
The following topic in SQL Server 2000's documentation “Backing Up the model, msdb, and distribution Databases” ( http://msdn2.microsoft.com/en-us/library/aa173541(SQL.80).aspx) , and the equivalent in SQL Server 2008 “Backing Up the model and msdb Databases...
La bodeguita de Nacho
Are these IO statistics correct?
Posted
over 6 years ago
by
Nacho Alonso Portillo
1
Comments
After a long time, I had the opportunity to meet again my colleague and friend Eladio , who is a well recognized Mentor working at Solid Quality Mentors . He was delivering some training sessions to Microsoft customers in our premises today. In one of...
La bodeguita de Nacho
Internationalization issue with the implementations of IErrorLookup::GetErrorDescription in SQLOLEDB and MSDASQL OLE/DB Providers
Posted
over 6 years ago
by
Nacho Alonso Portillo
0
Comments
One customer reported that he was running SQL Server 2000 Enterprise Edition build 8.00.2187. His System's default language setting was Russian (but it happens that it could be reproduced with any locale different than US English.) He was running one...
Page 5 of 6 (148 items)
«
2
3
4
5
6