Archive

Posts Tagged ‘Microsoft’

DEVLINK 2008 – Registration Open

May 13th, 2008 No comments

devLink 2008 Technical Conference August 22-23, 2008

I have attended the DevLink conferences for the past two years. I have been blown away with the conference sessions. It is well organized. There are only 300 or so slots left for registration and at $50.00 before July 4th 2008 and $75 after until cut off August 1, 2008. You really should not miss this conference.

Speakers Page :              Here
Agenda:                         Here
Get You Pass/Register:  Here
@Twitter:                       Here

Read more…

SQl Server 2005 Reporting Services – Charts

March 21st, 2008 No comments

Found this link that give a deep-dive into fomat and functionality of charts in SSRS 2005.  Adds a lot to making charts meaniningful and jumps to details.

TechNet Article:
More

SQL Server Data Services (SSDS)

March 16th, 2008 No comments

SQL Server Data Services (SSDS) are highly scalable, on-demand data storage and query processing utility services. Built on robust SQL Server database and Windows Server technologies, these services provide high availability, security and support standards-based web interfaces for easy programming and quick provisioning.

From : Main SSDS Site

InfoWeek: InformationWeek Site

Detailed Blog with Info From Mix08

http://davidhayden.com

Query Syntax – Etc

http://dunnry.com/blog/

A Bit More

http://dev.live.com/blogs/devlive/archive/2008/03/12/220.aspx

Categories: t-sql Tags: , , ,

Linked Server Example from Original Site

February 28th, 2008 No comments

Older article/post on Linked Server functionality in SQL Server 200-2005 and 2K8.

http://jackdonnell.com/articles/linked_Serv.htm

I mostly  use the OpenQuery() select statments to get to MySQL and other platforms. Watch your security Model!