Author: SSWUG Research

Community

Google Maps and ASP.NET

(Jeevan Murkoth) I am sure that most of you have heard about or have had a chance to use Google Maps. It’s a great service and I was really impressed by the responsiveness of the application and the ease with which users could drag and zoom maps from a Web browser. It has in many ways heralded the a

Community

Multiple-Valued Parameters

(Peter DeBetta) So I was doing some research on which is the best way to pass multiple-valued parameters into a stored procedure or user-defined function when I found some interesting results. I had always used a string-based user-defined function to parse a delimited list of values and I knew I cou

Community

Getting a Handle on Indexes

(Steve Callan) So much has been written about indexes that you practically need an index to keep track of things. Performance is the number one reason why indexes are needed. However, there are situations where indexes are not needed, so how do you know when and where to index? To index or not to in

Community

T-SQL identifiers

All databases, servers, and database objects in SQL Server (such as tables, constraints, stored procedures, views, columns, and data types) must have unique names, or identifiers. They are assigned when an object is created, and used thereafter to identify the object. The identifier for the object m