DotNetShoutout - Stories tagged with internet
3
Shouts

Reading RSS and Atom Syndication Feeds

published 692 days, 2 hours, 49 minutes ago posted by BlackWaspBlackWasp 695 days, 12 hours, 6 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Thursday, June 30, 2011 10:57:23 PM GMT
RSS and Atom feeds provide a standardised means of providing syndicated content via the Internet. The feeds publish XML documents that can be downloaded by web sites that aggregate stories from several places or into feed reader software. (more)
category: How To | clicked: 21 | comment | | source: www.blackwasp.co.uk
tags: internet, C#, network, rss
13
Shouts

Tips and Tricks for Error Handling in ASP.NET Web Applications - Jacob's Blog

published 1015 days, 21 hours, 16 minutes ago posted by jacobsebastianjacobsebastian 1018 days, 1 hour, 49 minutes ago
Saturday, August 14, 2010 1:48:04 PM GMT Thursday, August 12, 2010 9:14:56 AM GMT
This post highlights some of the most common Error Handling techniques in ASP.NET Web Applications.. (more)
category: Web Dev | clicked: 22 | comment | | source: beyondrelational.com
tags: .NET, internet, error handling, ASP.NET
10
Shouts

SQL Server FILESTREAM feature and Differential Backups - Jacob's Blog

published 1017 days, 22 hours, 59 minutes ago posted by jacobsebastianjacobsebastian 1018 days, 7 hours, 34 minutes ago
Thursday, August 12, 2010 12:04:44 PM GMT Thursday, August 12, 2010 3:29:22 AM GMT
This post tries to explain the behavior of differential backups on a FILESTREAM enabled database. A number of times, I see questions looking for a confirmation whether Differential Backups will correctly backup the NTFS (FILESTREAM) files and restore them correctly when a differential backup is restored. (more)
category: Data | clicked: 9 | 2 comments | | source: beyondrelational.com
tags: Databases, internet, DBA, TSQL, Microsoft, SQLServer, Technology, FILESTREAM
10
Shouts

SQL Server - Quick and Easy auditing using host_name() and user_name() functions - Madhivanan's TSQL Blog

published 1017 days, 22 hours, 59 minutes ago posted by jacobsebastianjacobsebastian 1018 days, 22 hours, 53 minutes ago
Thursday, August 12, 2010 12:04:44 PM GMT Wednesday, August 11, 2010 12:11:04 PM GMT
This post demonstrates a few quick and easy methods to audit the data modifications on your SQL Server Database using the hostname() and username() system functions. (more)
category: Data | clicked: 3 | comment | | source: beyondrelational.com
tags: SQL Server, Databases, internet, DBA, user_name, host_name, TSQL, Microsoft
7
Shouts

Getting started with PIVOT Queries in SQL Server 2005/2008 - Jacob's Blog

published 1018 days, 20 hours, 44 minutes ago posted by jacobsebastianjacobsebastian 1019 days, 8 hours, 41 minutes ago
Wednesday, August 11, 2010 2:19:45 PM GMT Wednesday, August 11, 2010 2:22:18 AM GMT
This post intends to help TSQL developers get started with PIVOT/CROSS TAB queries. Most business applications will need some sort of PIVOT queries and I am sure many of you must have come across pivoting requirements several times in the pas (more)
category: Data | clicked: 7 | 1 comment | | source: beyondrelational.com
tags: SQL Server, Databases, internet, TSQL, pivot, Microsoft, Cross Tab