Sign In
Welcome to Sql Developer's world
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
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
Tags
Pages
Archive
Archives
October 2011
(1)
March 2011
(1)
January 2011
(2)
July 2010
(2)
March 2010
(2)
January 2010
(1)
October 2009
(1)
July 2009
(1)
March 2009
(1)
December 2008
(2)
November 2008
(2)
October 2008
(1)
August 2008
(1)
January 2008
(2)
MSDN Blogs
>
Welcome to Sql Developer's world
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Welcome to Sql Developer's world
Could not initiate the EventLog Service for the key 'MSSQLSERVER', last error code is 5. Startup error: Unable to initialize error reporting system (reason: 5) in cluster
Posted
7 months ago
by
kagana
0
Comments
Hi everyone, I have come across following issue and wanted to share resolution with you. When you install Sql Server 2008 on to windows 2008 cluster, sql server agent might fail with following error message and resource may not become online. ...
Welcome to Sql Developer's world
SSAS Performance Monitor Counters
Posted
over 1 year ago
by
kagana
0
Comments
Just want to share a frequently asked question about SSAS perf counters. About key counters, here is list below: Performance Object Counter Logical Disk All/All Process Private Bytes – msmdsrv.exe MSAS:Memory Memory Usage Kb MSAS...
Welcome to Sql Developer's world
How to cancel long running queries in Analysis Services 2005
Posted
over 1 year ago
by
kagana
0
Comments
Here are steps to kill spid. 1-Open management Studio. 2-Connect AS instance 3-Choose XMLA command (shown below) 4-Execute following xmla command to find out spids <Discover xmlns="urn:schemas-microsoft-com:xml-analysis"> ...
Welcome to Sql Developer's world
How to Configure HTTP Access to SQL Server 2008 Analysis Services on IIS7
Posted
over 1 year ago
by
kagana
1
Comments
Client applications communicate with Analysis Services using XML for Analysis (XMLA) over TCP/IP or HTTP. Analysis Services provides an XMLA listener component that handles all XMLA communications between Analysis Services and its clients. The...
Welcome to Sql Developer's world
Analysis Services 2005 Log File (msmdsrv.log) Readability
Posted
over 2 years ago
by
kagana
0
Comments
Question:You may want to know why msmdsrv.log file is not easy readable and includes extra spaces between each characters in log file? Answer:This happen because the SSAS 2005 RTM version run first and create the Unicode file without the...
Welcome to Sql Developer's world
Defragmentation Best Practices for Analysis Services
Posted
over 2 years ago
by
kagana
0
Comments
One of my customer asked about best practice for Analysis Services about defragmentation. Answer is, yes we recommend defragmentation if you see fragmentation when using analysis services or after processing. There isn’t really anything special...
Welcome to Sql Developer's world
<Format>Tabular</Format> property causes different resultset to Reporting Services
Posted
over 2 years ago
by
kagana
0
Comments
I have two ways of executing same statement. In following two scenarios, both returns different result. Basically my query runs against AdventureWorks DW. select {[Measures].[Reseller Sales Amount]} on columns, [Geography].[Country].[All Geographies]...
Welcome to Sql Developer's world
Connection Pooling for Analysis Services Datasource in Reporting Services
Posted
over 2 years ago
by
kagana
1
Comments
Problem description ==================== I just wanted to write about how reporting services manages connections with Analysis Services Data Source. Reporting Services, when connecting to Analysis Services as a data source initiates a separate connection...
Welcome to Sql Developer's world
As 2005/AS 2008 /Vista/win7/win2k8/SSPI=Anonymous behaves differently
Posted
over 2 years ago
by
kagana
1
Comments
I hope that you are doing well. I have found out that when using SSPI=Anonymous keyword in connection string to connect Analysis Services which is hosted on Vista or later versions like Windows 7, Windows 2008 etc.., you get following error message: Either...
Welcome to Sql Developer's world
How to: Verify path for SQL Server Error Log Files
Posted
over 3 years ago
by
kagana
0
Comments
In this post, you can find how to find out sql server error logs files. SQL SERVER 2005 Using SQL Server Configuration Manager: SQL Server Configuration Manager is a tool to manage the services associated with SQL Server. The features however are more...
Welcome to Sql Developer's world
DNS SRV Record Support for SQL Connectivity
Posted
over 3 years ago
by
kagana
2
Comments
PROBLEM DESCRIPTION =================== You may want to use DNS SRV record for your global name to resolve to an SQL server instance SERVERX\INSTANCE1. In internet I saw some sites are talking about it was possible to achieve this using a DNS SRV record...
Welcome to Sql Developer's world
ASP.NET Development Server is not working with IPV6
Posted
over 3 years ago
by
kagana
2
Comments
When you use Visual Studio 2008 on vista ( or windows 2008) machine, when you try to run your project by using Visual Studio asp.net development server, you may experience "Page can not be displayed" or similar error messages and as a result of this,...
Welcome to Sql Developer's world
Learn LinqToSql Part 1
Posted
over 4 years ago
by
kagana
1
Comments
In this blog, I am going to give an example how to use linq to sql in your application Let's create a c# console application first: -File->New Project-> Visual C#->Console Application Next step should be creating Linq to Sql Classes -Right Click...
Welcome to Sql Developer's world
You may get System.StackOverflowException in your asp.net application if your filter condition has too many "or" in your DataTable.Select function
Posted
over 4 years ago
by
kagana
0
Comments
In your application, if you add too many filter options with "or" condition in your datatable, you may get StackOverflowException exception in your application. Queries: In the DataTable.Select method the below queries are executed. If you have a condition...
Welcome to Sql Developer's world
DateTime values supported by Oracle but not Entity Framework
Posted
over 4 years ago
by
kagana
1
Comments
In scenario of OracleDatabase and entity framework with third party driver, In oracle database there might be some invalid date values (like 00-000-00) which cannot be accepted by Entity framework (system.datetime specifications doesn't meet with this...
Welcome to Sql Developer's world
DSNs are listed in registry key but some of them not showing in the ODBC Administrator
Posted
over 4 years ago
by
kagana
1
Comments
Summary ============================= When you try to create a system dsn, you may not able to see all dsns listed in DSN list. This might be the fact that default value of ODBC DataSources is edited and set to a value different than "value not set" by...
Welcome to Sql Developer's world
MSJET 4.0 in 64 bit environment
Posted
over 4 years ago
by
kagana
2
Comments
Question:Way of connecting to xls files from 64 bit sql server. Answer: There is no direct way of doing this action however we have different ways of workaround this issue since we don’t have JET provider for 64 bit Here are more details and possible...
Welcome to Sql Developer's world
SqlGetData function returns SQL_NO_TOTAL (-4) for "StrLen_or_IndPtr " argument in SNAC ODBC
Posted
over 4 years ago
by
kagana
1
Comments
Here is a blog entry about retrieving xml data size from sql server by using ODBC and Sql Native client -Create following stored procedure in sql server 2005 -Create a system DSN with name testxml and use SQL Native Client as provider -Open Visual c+...
Welcome to Sql Developer's world
Coming soon..
Posted
over 4 years ago
by
kagana
0
Comments
You will see some interesting content here soon... Cheers Kagan-
Page 1 of 1 (19 items)