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
"SQL Execution Error: Timeout expired. The timeout period elapsed..." while opening view from SSMS
Posted
over 6 years ago
by
Nacho Alonso Portillo
3
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
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
"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
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
TMP/TEMP/USERPROFILE environment variables: the closer they point to, the better
Posted
over 5 years ago
by
Nacho Alonso Portillo
1
Comments
One recent discovery I wanted to eventually share here. Many more programs than you would expect, store information in temporary files. If you configure your environment so that those temporary files get created in a remote location, you will suffer the...
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
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
Does larger TEMPDB log file affect the performance of startup of SQL Server?
Posted
7 months ago
by
Nacho Alonso Portillo
2
Comments
I invested some time today investigating what SQL Server does with the initialization of TEMPDB’s log file, because a question was raised last week during Robert Davis session on TEMPDB at SQL PASS Summit in Seattle, and I wasn’t sure about what the answer...
La bodeguita de Nacho
Can I install SQL Server 2012 Standard Edition to run in a server with more than 4 sockets or more than 16 cores? Are there any limitations?
Posted
9 months ago
by
Nacho Alonso Portillo
2
Comments
I’ve found myself answering these questions more than three times only during the the last week. All those questions coming from very different people with different profiles. Some being our customers, some being partners, and even from some coworkers...
La bodeguita de Nacho
Error 22022: SQLServerAgent Error: Network problems are preventing connection to the Microsoft Exchange Server computer.
Posted
over 6 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 Server Profiler 2008 (or 2008 R2) not showing expected columns for given events while setting up the definition of a new trace
Posted
over 3 years ago
by
Nacho Alonso Portillo
0
Comments
This week, while working in a customer, they showed to me a weird (an somehow inconsistent) experience with SQL Server Profiler. The story was like this: In a laptop that was running Windows 7 (x64) when they launched Profiler.exe (the one installed with...
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
Unable to connect to the registry on the Server (MyOLAPServer) or you are not a member of OLAP Administrators group
Posted
over 6 years ago
by
Nacho Alonso Portillo
0
Comments
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...
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
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
SQL Server 2005 hotfix, Cumulative Update or Service Pack installation fails with error 1053
Posted
over 6 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
Multiple Core and Hyper-Threading enabled CPUs and SQL Server 2005
Posted
over 6 years ago
by
Nacho Alonso Portillo
3
Comments
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...
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
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
Understanding the value of the Enterprise Edition, one feature at a time
Posted
over 2 years ago
by
Nacho Alonso Portillo
0
Comments
This is something I planned to start a while ago and never found the time to do it properly. The idea behind this series of posts is to highlight what are all those benefits which are only available in the Enterprise Edition. Not only the ones well renown...
La bodeguita de Nacho
How to set the default transaction isolation level server wide?
Posted
6 months ago
by
Nacho Alonso Portillo
0
Comments
Last week I was involved in a discussion about the default transaction isolation level used by the transaction objects in WCF’s services (Serializable) versus the one used by the transaction objects in Entity Framework for SQL Server (ReadCommitted) whose...
La bodeguita de Nacho
Is SQL Agent manipulating the errors raised by SQL Server, before dumping them to the output file?
Posted
over 6 years ago
by
Nacho Alonso Portillo
3
Comments
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...
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
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
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...
Page 1 of 6 (148 items)
1
2
3
4
5
»