Sign in
Mat Stephen's SQL Server WebLog
All things SQL Server. Complied by Matthew Stephen - SQL Server Product Specialist, Microsoft UK
Tags
Analysis Services 2005
Architects Corner
Blogcasts
Business Intelligence
Code samples
Free SQL Server Tools, Utilities and Addins
High Availability
High Availability and Disaster Recovery
Oracle
Pages
Performance
Performance Top Tips
Post Event Follow Up
Replication
Reporting Services
SAP
Service Broker
SQL 64 bit
SQL Server 2000
SQL Server 2005
SQL Server Integration Services
SQL Server Security
T-SQL
Webcasts
Browse by Tags
TechNet Blogs
>
Mat Stephen's SQL Server WebLog
>
All Tags
>
sql server 2000
Tagged Content List
Blog Post:
Free SAP Customer Workshops "How Microsoft Runs SAP" Munich on February 7, 2006 and in Brussels on February 9, 2006.
Mat_Stephen
These courses rarely come to Europe - so if you're interested be quick! From the blurb:- We would like to invite you to attend the upcoming SAP Customer Workshop about How Microsoft Runs SAP. The same session will be held in Munich on February 7, 2006 and in Brussels on February 9, 2006. The...
on
4 Jan 2006
Blog Post:
Feature Pack for Microsoft SQL Server 2005 - November 2005
Mat_Stephen
Overview The Feature Pack is a collection of standalone install packages that provide additional value for SQL Server 2005. It includes: Latest versions of redistributable components for SQL Server 2005 Latest versions of add-on providers for SQL Server 2005 Latest versions of backward...
on
28 Nov 2005
Blog Post:
Changing Job
Mat_Stephen
It is with sadness that I have to announce that I am changing jobs and moving back into my old role as a Product Specialist, working with our Enterprise customers in a pre-sales capacity. Alas, I won’t have as much time to blog now, but I’ll do my best to share interesting SQL info as I come across it...
on
6 Oct 2005
Blog Post:
OLAP, Darwin and Evolution
Mat_Stephen
Edited 21st Sept 05 to include picture of herbarium sheet. In my article 'Business Intelligence (BI): The way it is without the blah blah' , I mention that I was aware of some exiting research using the SQL Server OLAP engine, the results of which where hopefully about to hit Nature magazine. I...
on
19 Sep 2005
Blog Post:
64 Bit performance v 32 bit performance - some compelling evidence
Mat_Stephen
More and more ITPros are looking for help in deciding between 64 bit and 32 bit boxes, often they are looking for evidence that 64 bit is worth the investment and worth the risk (of adopting a new platform). This link http://www.microsoft.com/sql/64bit/productinfo/winhecdemo.mspx takes you to a compelling...
on
25 Aug 2005
Blog Post:
Fame at last: Ten Useful Microsoft Blogs
Mat_Stephen
Redmond mag .com have published an article 'Ten Useful Microsoft Blogs' @ http://www.redmondmag.com/columns/article.asp?EditorialsID=1044 Guess who's number 2? Also at number 10 is the UKs own Industry Insiders blog http://blogs.technet.com/industry%5Finsiders/ . So as promised all of you who submitted...
on
19 Aug 2005
Blog Post:
Blogcasts: SQL Server 2000 - Configuring System Monitor & Monitoring SQL Server performance & Configuring alerts
Mat_Stephen
Three new SQL Server 2000 blogcasts out of Redmond: Demo 4-1 Configuring System Monitor http://www.microsoft.com/winme/0506/24231/TNT1-160_Demo_4-1.asx Demo 4-2 Monitoring SQL Server performance http://www.microsoft.com/winme/0506/24231/TNT1-160_Demo_4-2.asx Demo 4-3 Configuring alerts http://www...
on
19 Aug 2005
Blog Post:
Reporting Services: Calling an aspx page from a report and passing a parameter
Mat_Stephen
Sudhi recently asked me how to call an aspx page from a report and pass a parameter held in a textbox, or other control. My solution is: Drag a textbox control on to the report and enter the value "2005/07/28/408325" (without the the quotes) in to it. If this is a new report the textbox should...
on
19 Aug 2005
Blog Post:
SQL Server Reporting Services Report Packs - looking for suggestions
Mat_Stephen
when I was over in the US recently, I attended a 'Bill Baker and team unplugged' session, (Bill is the GM for SQL Server Business Intelligence). Reporting Services Report packs came up as a topic for discussion. The team asked the audience if the Report Packs had been well recieved, to which I quickly...
on
16 Aug 2005
Blog Post:
Letter from America 3 - Mischievous reports and feeding the 5000
Mat_Stephen
After all my messing around yesterday, I've decided to create this post in pocket word. I attended a securty session yesterday and was reminded of an issue that can send DBAs scuttling from the room when they learn of it's presence, the 'trojan report'. Reporting Services (RS) reports can use Windows...
on
3 Aug 2005
Blog Post:
Letter from America 2
Mat_Stephen
I've had a really hard time with my iPaq today. First thing this morning I couldn't get it to connect to anything. For ages I poked about - everything looked fine. Then eventually I found, in the asset viewer, that I had no IP address. I Poke about some more but to no avail, then decided to reset the...
on
2 Aug 2005
Blog Post:
Letter from America 1
Mat_Stephen
I'm in Seattle this week at Microsoft's first TechReady conference. What's more I'm totally mobile; I didn't bring my laptop. Instead I'm relying on my iPaq with built in wireless and bluetooth.1 To help me type I'm trialing a software keyboard I downloaded from pocketgear.com. It's not bad I have to...
on
1 Aug 2005
Blog Post:
Get Ready for SQL Server 2005 with Free Microsoft E-Learning Courses.
Mat_Stephen
More and more people are asking me about SQL 2005 training courses and certification. I believe the exams will be ready in Q1 next year. In the meantme, how about access to the training courses absolutely free until 1st November @ https://www.microsoftelearning.com/sqlserver2005
on
29 Jul 2005
Blog Post:
Blogcast: Using SQL 2000 Profiler
Mat_Stephen
Here's another blogcast in the SQL 2000 performance blogcast series out of the States - this time 'Using SQL 2000 Profiler'. This one's a bit long at 11mins 8secs. http://www.microsoft.com/winme/0506/24231/TNT1-160_Demo_3.asx
on
22 Jul 2005
Blog Post:
Serialising an ADOMD.net CellSet object
Mat_Stephen
I'm grateful to T.K. Anand for this useful code snippet which is useful if you're writing a web services client that consumes OLAP data. The following Adomd.net code can be used for saving and loading cellsets… Save: XmlReader xmlReader = command.ExecuteXmlReader(); string xml = xmlReader.ReadOuterXml...
on
21 Jul 2005
Blog Post:
SQL Server 2000 Analysis Services Cube Security
Mat_Stephen
If you were given an opportunity to create a “cubed” solution for 50,000 different users, would you create one cube with 50,000 roles? Would you create 50,000 cubes – one for each customer? What would you do? This is what Mosha Pasumansky and Dave Wickert from the product team suggest for SQL Server...
on
20 Jul 2005
Blog Post:
Are you still using @@IDENTITY?
Mat_Stephen
Are you still using @@IDENTITY? It seems many people are. If you are, are you aware that it might not always return what you expect? No? then read on. @@IDENTITY will return the last IDENTITY column value inserted across any scope in the current session. This means that if a trigger, or similar, were...
on
19 Jul 2005
Blog Post:
How Do You Deploy SQL Server Reporting Services?
Mat_Stephen
A colleague of mine in the States, Rob Caron, is very keen to learn how our customers are deploying Reporting Services; specifically with respect to IIS. When we launched Reporting Services (RS) it was all too easy to say it was a ‘free’ addition to the SQL stack, indeed it was supposed to add value...
on
18 Jul 2005
Blog Post:
SQL Server 2005 JDBC Driver Beta 1 Now Available
Mat_Stephen
Not many people know we have a SQL JDBC driver at all, well now we've got a beta version for SQL Server 2005. It works for a wide variety of OSs including: HP-UX, IBM AIX, Linux, Solaris, Windows 2000, Windows Server 2003, or Windows XP. Apparently it goes a lot better than the old (SQL 2000) driver...
on
15 Jul 2005
Blog Post:
Reporting Services: Two New (Free) Report Packs Released for Sharepoint and Axapta
Mat_Stephen
Good news for the chap I met on the 'Ask the Experts' desk at TechEd, who was contemplating jumping through all sorts of hurdles to create reports form Sharepoint data. I couldn't really get my head round the (Sharepoint) problems he foresaw, but I was able to tell him that a report pack was in the pipeline...
on
14 Jul 2005
Blog Post:
Blogcast: SQL Server 2000 - Using the Index Tuning Wizard
Mat_Stephen
Another blogcast from the States covering performance tuning in SQL Server 2000, this one covers using index tuning wizard. 6 mins 47 secs http://www.microsoft.com/winme/0506/24231/TNT1-160_Demo_2.asx
on
12 Jul 2005
Blog Post:
TechEd Amsterdam: If you want to come and say hello, here's my schedule - and a cautionary note regarding Jay Walking here in Amsterdam
Mat_Stephen
If you'd like to meet with me to discuss any issues arising from my blog posts, anything SQL, or just to say hello, I will be at the Ask the Experts Info desk, here at TechEd at 11:30 - 2pm. Tuesday. And I'll also be at the Ask the Experts stand at 2-5pm Thursday. Hope to see you there. If you're...
on
4 Jul 2005
Blog Post:
The QFE for SQL Server 2000 Reporting Services Service Pack 2 is now available.
Mat_Stephen
The QFE for SQL Server 2000 Reporting Services Service Pack 2 is now available. The QFE is a generally distributed release that can be obtained from http://www.microsoft.com/downloads/details.aspx?FamilyId=7FFE50D4-AFF8-4C1E-9609-6798190C2D58&displaylang=en . This software patch includes fixes for...
on
28 Jun 2005
Blog Post:
SQL Server Reporting Services: Custom colour in charts
Mat_Stephen
A frequently asked question is, 'how does one customise the colours in a chart?' Below is a link to a blog post from Brian Welcker, which is actually a post on how to overcome the encumberence of the chart legend when it takes up too much space on a chart. The example takes advantage of some code stored...
on
28 Jun 2005
Blog Post:
Querying and Reporting on Report Execution Log Data
Mat_Stephen
Well I didn't realise, or maybe I just plain forgot, that these reports and the necessary support infrastrucuture come with Reporting Services under the extras folder on the CD - all useful stuff for report heads. Longest Running Reports Most Executed Reports Report Exections By Hour Report Parameters...
on
22 Jun 2005
Page 1 of 2 (41 items)
1
2