-
Continue reading →: Work Ethics/Morals
Work ethic is a set of values based on hard work and diligence. It is also a belief in the moral benefit of work and its ability to enhance character. An example would be the protestant work ethic. A work ethic may include being reliable, having initiative, or pursuing new skills. – Extracted from…
-
Continue reading →: Could not load package “\File System\Test” because of error 0x80070002.
Well, today I had a very funny/annoying/frustrating Issue where I was getting the below Error message when I tried to Run a Package from SSMS connecting to SSIS. TITLE: SSIS Execution Properties —————————— Could not load package “\File System\Test” because of error 0x80070002. Description: Could not find file ‘C:\Program Files\Microsoft…
-
Continue reading →: SQL Server Error Logs??
Couple of days ago, I had conversation with a Jr.DBA regarding SQL Server Error Logs! She was confused with “Error Logs” under SQL Server Agent Node and “SQL Server Logs” under Management Node. In Fact, she was assuming that both are same which is not the case!!! Also, I heard…
-
Continue reading →: Connecting to the Integration Services service on the computer “mirrorstand” failed with the following error: “The RPC server is unavailable. “.
Couple of days ago we’ve seen how to fix DCOM permissions issue while connecting to SSIS remotely. See here. In this Blog Post let’s see one more annoying error(RPC Server unavailable) we see developers complaining about, while connecting to SSIS 2008 Server from there client machines. Connecting to the Integration…
-
Continue reading →: Few Useful(often Ignored) DBCC Commands…
Thought of compiling all the useful DBCC Commands for DBA related to Memory Management within SQL Server. Well, I’ve seen many DBA’s unaware of the below very useful commands staying under assumption, CHECKDB is the only DBCC Command we’ve in SQL Server. Okay! Let’s see what do SQL Server offer…
