Sign in
Mat Stephen's SQL Server WebLog
All things SQL Server. Complied by Matthew Stephen - SQL Server Product Specialist, Microsoft UK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
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
Archive
Archives
January 2006
(4)
November 2005
(4)
October 2005
(3)
September 2005
(9)
August 2005
(14)
July 2005
(14)
June 2005
(29)
May 2005
(19)
April 2005
(18)
March 2005
(9)
February 2005
(18)
January 2005
(7)
December 2004
(18)
TechNet Blogs
>
Mat Stephen's SQL Server WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mat Stephen's SQL Server WebLog
Blogcasts: SQL Server 2000 - Configuring System Monitor & Monitoring SQL Server performance & Configuring alerts
Posted
over 8 years ago
by
Mat_Stephen
1
Comments
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...
Mat Stephen's SQL Server WebLog
Reporting Services: Calling an aspx page from a report and passing a parameter
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Mat Stephen's SQL Server WebLog
Microsoft SQL Server 2005 Preview Software for UK customers
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
If you're in the UK and you'd like to get your hands on the 'Microsoft SQL Server 2005 Preview Software' then please visit: http://www.microsoft.com/uk/windowsserversystem/sql/2005/evaluate.aspx
Mat Stephen's SQL Server WebLog
SQL Server Reporting Services Report Packs - looking for suggestions
Posted
over 8 years ago
by
Mat_Stephen
7
Comments
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...
Mat Stephen's SQL Server WebLog
Follow up on XPs and SQLiMail question from SQL Server™ 2005 Management and Admin TechNet evening 28/7/05
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
Sorry for the delay in getting these answers posted but my trip to the US and some hols have got in the way. I was asked if SQL Express could handle Extended Stored Procedures unlike msde. The answer is msde can handle XPs and so can SQL Express. However...
Mat Stephen's SQL Server WebLog
Letter from America 3 - Mischievous reports and feeding the 5000
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Mat Stephen's SQL Server WebLog
Letter from America 2
Posted
over 8 years ago
by
Mat_Stephen
6
Comments
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...
Mat Stephen's SQL Server WebLog
Letter from America 1
Posted
over 8 years ago
by
Mat_Stephen
2
Comments
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...
Mat Stephen's SQL Server WebLog
New Microsoft SQL Server 2005 Upgrade Advisor - CTP June Refresh
Posted
over 8 years ago
by
Mat_Stephen
2
Comments
Last night at the TechNet evening in Reading I was asked if we are planning an upgrade event. I couldn't say last night, but now I'm glad to say yes we are. In the week starting 5th Decemer we are planning a SQL focus day - during which we will cover...
Mat Stephen's SQL Server WebLog
Get Ready for SQL Server 2005 with Free Microsoft E-Learning Courses.
Posted
over 8 years ago
by
Mat_Stephen
1
Comments
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...
Mat Stephen's SQL Server WebLog
SQL Server Marketing present 'Escape from Yesterworld'
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
The US marketing people for the Visual Studio and SQL Server product teams are pleased to announce the “Escape from Yesterworld” site has launched. In their own words: "Through the fun and interesting links below, people can learn about the benefits...
Mat Stephen's SQL Server WebLog
Blogcast: Using SQL 2000 Profiler
Posted
over 8 years ago
by
Mat_Stephen
1
Comments
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
Mat Stephen's SQL Server WebLog
Serialising an ADOMD.net CellSet object
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Mat Stephen's SQL Server WebLog
SQL Server 2000 Analysis Services Cube Security
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Mat Stephen's SQL Server WebLog
Are you still using @@IDENTITY?
Posted
over 8 years ago
by
Mat_Stephen
3
Comments
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...
Mat Stephen's SQL Server WebLog
How Do You Deploy SQL Server Reporting Services?
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Mat Stephen's SQL Server WebLog
SQL Server 2005 JDBC Driver Beta 1 Now Available
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Mat Stephen's SQL Server WebLog
Reporting Services: Two New (Free) Report Packs Released for Sharepoint and Axapta
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Mat Stephen's SQL Server WebLog
SQL Server 2005 Integration Services - Top Reference Site
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
SQL Server 2005 Integration Services - Top Reference Site From the people that brought you www.SQLDTS.com we now have www.SQLIS.com . This is a top website for examples, information, news and links to MSDN, MSDNTV and blogs etc covering Integration...
Mat Stephen's SQL Server WebLog
Blogcast: SQL Server 2000 - Using the Index Tuning Wizard
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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
Mat Stephen's SQL Server WebLog
UK SQL Server User group meeting 12TH July :: SQL Server 2005 The Home Stretch Euan Garden, Group Program
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
Tony Rogerson of the UK SQL User group has asked me to publicise the following User Group meeting 12TH July :: SQL Server 2005 The Home Stretch Euan Garden, Group Program Manager, Microsoft, Redmond. Session 1 (6.15pm - 7.30pm) Come and see/learn...
Mat Stephen's SQL Server WebLog
TechEd Amsterdam: If you want to come and say hello, here's my schedule - and a cautionary note regarding Jay Walking here in Amsterdam
Posted
over 8 years ago
by
Mat_Stephen
6
Comments
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...
Mat Stephen's SQL Server WebLog
Roger Sessions ObjectWatch: TechEd USA - his digest - insight from a true sage that can't be ignored
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
This issue’s feature article is “Tech-Ed 2005; The Elephant That Wasn’t There”. This article reports on Microsoft’s major Tech-Ed 2005 conference in Orlando earlier this month. This was the conference at which Microsoft laid out its strategy for redefining...
Mat Stephen's SQL Server WebLog
The QFE for SQL Server 2000 Reporting Services Service Pack 2 is now available.
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Mat Stephen's SQL Server WebLog
SQL Server Reporting Services: Custom colour in charts
Posted
over 8 years ago
by
Mat_Stephen
0
Comments
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...
Page 2 of 7 (160 items)
1
2
3
4
5
»