Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
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
Archives
Archives
June 2010
(2)
February 2009
(1)
December 2008
(1)
November 2008
(1)
September 2008
(1)
June 2008
(1)
May 2008
(1)
January 2008
(3)
December 2007
(2)
September 2007
(2)
July 2007
(1)
Blog - Title
MSDN Blogs
>
The philosophy of unexplained..
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The philosophy of unexplained..
Consuming SQL Server Data Service aka “Dallas” Service in SSIS
Posted
over 2 years ago
by
Jay[MSFT]
0
Comments
Lets assume a scenario…You are a BI guy of your team and your company has just started working on a business case where there is a requirement for a non-proprietary data. For example assume that your company is making an asset management system...
The philosophy of unexplained..
Missing Byte Order Mark in Flat file generated with Flat File Connection Manager in SSIS
Posted
over 2 years ago
by
Jay[MSFT]
0
Comments
I have recently worked on a problem where we come across a situation such as the following: You are working on a solution using SQL Server Integration Services(Visual Studio 2005). You are pulling data from your database and trying to place the...
The philosophy of unexplained..
Resolving 'Operating system error code 5' with BULK INSERT - A different perspective
Posted
over 3 years ago
by
Jay[MSFT]
0
Comments
PROBLEM DECRIPTION While executing a BULK INSERT command from a remote connection the following error is reported: Msg 4861, Level 16, State 1, Line 6 Cannot bulk load because the file " \\sqlbox\share\myText.txt " could not be opened. Operating...
The philosophy of unexplained..
DTS xChange
Posted
over 4 years ago
by
Jay[MSFT]
0
Comments
Just came across this great piece of work from PragmaticWorks. Product description @ http://www.pragmaticworks.com/dtsxchange.htm : “The built-in wizard to migrate DTS packages is approximately 40% successful and does not allow you to enjoy the...
The philosophy of unexplained..
Piped away. Importance of named pipe configuration in Server Network Utility
Posted
over 4 years ago
by
Jay[MSFT]
0
Comments
I ran into this error somehow. 'Error accepting connection request via Net-Library 'SSNETLIB'. Execution continuing..' SQL Server error logs have the following logged. ERROR From SQL Server Error Log 2008-11-18 21:57:50.82 server Error: 17882, Severity...
The philosophy of unexplained..
Horror of Closing Connections in Finalize()…
Posted
over 4 years ago
by
Jay[MSFT]
1
Comments
Problem Your ASP.NET Web-site times out during production with the following error: Errors Event Type: Warning Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1309 Date: 8/27/2008 Time: 5:48:43 PM User: N/A Computer...
The philosophy of unexplained..
Latest SQL Injection of <script> components
Posted
over 4 years ago
by
Jay[MSFT]
2
Comments
I just received two back to back cases on the SQL Injection attacks today. I found that attackers have targeted a large number of sites. In both the cases ASP is the targeted technology but I don’t think weakly designed ASP.NET sites are...
The philosophy of unexplained..
VSS Woes!!
Posted
over 4 years ago
by
Jay[MSFT]
1
Comments
I started with a nobel idea of sharing my codes and decided to set the Source Control for Visual Studio 2005. I configuired VSS for Remote (Internet) Access and just when I thought it's over I ended up here: I could open a project and can 'check...
The philosophy of unexplained..
FileNotFoundException: File name: 'Microsoft.EnterpriseManagement.Reporting.Security'
Posted
over 4 years ago
by
Jay[MSFT]
0
Comments
Problem: You may not able to browse Reports after installing and uninstalling the MOM reporting. And you may get the following error message in SQL Reporting Service log files w3wp!extensionfactory!1!01/30/2008-13:37:53:: e ERROR: Exception caught...
The philosophy of unexplained..
Validating an XML against an XSD Schema - for reference
Posted
over 4 years ago
by
Jay[MSFT]
0
Comments
A simple routine to test XML validation of MSXML4 Parser Note: Do include "Microsoft XML, v4.0" in Project --> References Private Function Validate( ByVal strXMLPath As String , ByVal strXSDPath As String ) As Boolean Dim objSchemas...
The philosophy of unexplained..
DYNAMIC BINDING OF REPORTVIEWER CONTROL TO UNTYPED DATASET
Posted
over 4 years ago
by
Jay[MSFT]
1
Comments
PLAN: 1. Drop a ReportViewerControl to your favourite webform 2. Drop a new DataSet in the project (DataSet1) 3. Create a DataTable in DataSet's XSD (DataSet1.xsd) which should define the structure of <Books.xml> I created Table1 which...
The philosophy of unexplained..
SQL Server Reporting Service 2005 - The OK buttons does not respond in . Nothing happens. Even we dont see a post back of the page.
Posted
over 5 years ago
by
Jay[MSFT]
0
Comments
1. Click Start, point to Programs, click to select Administrative Tools, and then click Internet Services Manager. 2. Expand the server name. 3. Expand Default Web Site, 4. Right Click on reports Virtual Directory and go to properties 5...
The philosophy of unexplained..
Creating and viewing a SQL Server 2005 Reports using a dynamic connection string
Posted
over 5 years ago
by
Jay[MSFT]
0
Comments
In this project we will try to make a report which can use a dynamic connection to a Northwind Catalog hosted in different SQL Servers. This report is going to query the Employee Table in Northwind Database for the following fields: · EmployeeID...
The philosophy of unexplained..
SQL Reporting Service - Viewing reports in FULL SCREEN MODE (level-beginner)
Posted
over 5 years ago
by
Jay[MSFT]
0
Comments
There are 2 methods to achieve this 1. Modify ReportingServices.js in "Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager\js" 2. Create a frontend HTML page which forces the Report Manager to Open in Full Screen Mode...
The philosophy of unexplained..
READING CONECTION STRINGS FROM AN APP.CONFIG FILE - (level beginner)
Posted
over 5 years ago
by
Jay[MSFT]
0
Comments
READING CONECTION STRINGS FROM A APP.CONFIG FILE Step1. Add System.Configuration namespace in the add reference section Step 2. Add the following line in the import section using System.Configuration; Step 3. Add the connection...
The philosophy of unexplained..
Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217)
Posted
over 5 years ago
by
Jay[MSFT]
1
Comments
Problem: You may see the following error while browsing the reports in SQL Server 2005 Reporting Service: Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217) We have...
Page 1 of 1 (16 items)