SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tags Miscellaneous, ASP Rss

Refine your search with one of the following additional tags (with number of items):

Programming (3)     Performance Tuning and Scaling (1)    
ADO (2)     T-SQL (1)    
SQL Server 7, 2000 (2)    

Search for any content tagged Miscellaneous & ASP

   Items 1 to 3 of 3   
 

A Look at GUIDs

Not many people enjoy using Globally Unique Identifiers (GUIDs), partly because they are cumbersome to type and work with for humans. However they fill a need and can provide some interesting benefits. SQL Server expert Andy Warren takes us through what a GUID is and how you can use it easily in your code.   Read more...
By Andy Warren 2006/07/27 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 13,822 reads

Work Around Errors in Database Web Apps

ne of the issues you face when building Web applications is handling the errors you encounter when interacting with a back-end database. I was recently working with someone to create a new Web site with SQL Server™, ActiveX® Data Objects (ADO), and ASP. Lots of little things came up that I thought were worth sharing with MIND readers, so I'll focus this column on what I learned from this experience and the solutions to many of the problems I faced.   Read more...
By Additional Articles 2001/07/13 | Source: Microsoft MSDN | Category: Miscellaneous
Rating:  Rate this |  Briefcase | 837 reads

Taming the Stateless Beast: Managing Session State

Running a Web farm means managing session state across servers. Since session state can't be shared across a Web farm with Internet Information Services 5.0, a custom solution is required. One such solution using a tool called the session manager is described here.   Read more...
Rating:  Rate this |  Briefcase | 816 reads
   Items 1 to 3 of 3