Sign In
MSDN Blogs
Microsoft Blog Images
More ...
December, 2007
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Common Tasks
Email Blog Author
About
RSS for posts
Atom
Archives
Archives
February 2012
(4)
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
>
December, 2007
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
La bodeguita de Nacho
What's special with the BULK provider when loading LOB character columns using OPENROWSET?
Posted
over 5 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 5 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 5 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 5 years ago
by
Nacho Alonso Portillo
1
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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 years ago
by
Nacho Alonso Portillo
5
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 5 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 5 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 5 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...
La bodeguita de Nacho
Were you aware of the existence of Microsoft Connect portal?
Posted
over 5 years ago
by
Nacho Alonso Portillo
0
Comments
Have you ever wished you could get closer to Microsoft products' development teams? Would you like to submit any issue you have found while using our products, whether it is a bug, a product limitation, a given feature you would like us to add, or a certain...
La bodeguita de Nacho
Cannot patch an instance of SQL Server 2005 if there is a mounted drive under the Data folder
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
In the following example, I tried to apply Service Pack 2 on top of an existing instance of SQL Server 2005 which had one mounted point under the instance's Data folder. In such case, setup failed and SQL9_Hotfix_KB921896_sqlrun_sql.msp.log revealed the...
La bodeguita de Nacho
SQL Server 2005 setup fails if network name of the NIC includes a comma
Posted
over 5 years ago
by
Nacho Alonso Portillo
0
Comments
Is your SQL Server 2005 installation blowing out while trying to install a clustered instance? And are you seeing the following output in setup's log file? ********************************************** Running: InstallSqlAction at: 2006/1/16 19:50:38...
La bodeguita de Nacho
SQL Server 2005 hotfix, Cumulative Update or Service Pack installation fails with error 1053
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
You may be trying to apply one hotfix, one Cumulative Update or one Service Pack on top of your SQL Server 2005 instance and it fails, showing the following information in the setup log, and ERRORLOG, respectively: From setup log: <Func Name...
La bodeguita de Nacho
Conflict Viewer's UI becomes practically unusable when run from a French SQL installation on a French Operating System
Posted
over 5 years ago
by
Nacho Alonso Portillo
0
Comments
When running Conflict Viewer (C:\program files\microsoft sql server\90\Tools\Binn\VSShell\Common7\IDE\ConflictViewer.exe) on a French SQL Server 2005 installed on a French OS (Windows Server 2003 SP1 in my tests), the user interface for the Conflict Viewer...
La bodeguita de Nacho
Would you like to share with us your experience with Microsoft's Customer Support Services?
Posted
over 5 years ago
by
Nacho Alonso Portillo
2
Comments
Have you had the opportunity to ever use our support services? How would you score the service you received? What part of the whole experience would you like us to improve? Any comments in this area are more than welcome. Thanks for your feedback on this...
La bodeguita de Nacho
Error 22022: SQLServerAgent Error: Network problems are preventing connection to the Microsoft Exchange Server computer.
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
Another troubleshooting story to share... Customer was using SQL Server 2000 (build 8.00.2162). They use SQL Agent mail for sending notifications about job completion. They upgraded their Exchange Server 5.5 to Exchange Server 2003, and since then...
La bodeguita de Nacho
"SQL Execution Error: Timeout expired. The timeout period elapsed..." while opening view from SSMS
Posted
over 5 years ago
by
Nacho Alonso Portillo
2
Comments
Another recently answered question from a colleague. My colleague posted the following question (modified a bit to leave relevant information only): From: <Removed_Intentionally> Sent: <Removed_Intentionally> To: <Removed_Intentionally>...
La bodeguita de Nacho
Another good reason why I think we should deprecate AutoRun setting from Command Processor
Posted
over 5 years ago
by
Nacho Alonso Portillo
0
Comments
The cause for this nasty to diagnose behavior was that in customer's machine, when you ran "cmd.exe /c cd" with "c:\program files\debugging tools for windows" as the current directory, it was returning "c:\" as the actually...
Page 1 of 1 (25 items)