﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Design suggestion / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 14:52:59 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Design suggestion</title><link>http://www.sqlservercentral.com/Forums/Topic1399809-391-1.aspx</link><description>I like your suggestion. Thank you very much.</description><pubDate>Wed, 26 Dec 2012 11:53:23 GMT</pubDate><dc:creator>TommyF</dc:creator></item><item><title>RE: Design suggestion</title><link>http://www.sqlservercentral.com/Forums/Topic1399809-391-1.aspx</link><description>Let's assume you can get all that information.You have conflicting needs: you don't want to slow down the login process, but you also don't want to store full string descriptions for everything for the entire historyYou could consider a two-level system: the initial logging captures everything with full strings.  Then another process periodically pulls that data into a permanent history table, assigning identifiers in place of strings as required.  Then the initial log data is deleted.This allows you to have a minimal effect on logins but still save space and enhance analysis by assigning codes later.</description><pubDate>Mon, 24 Dec 2012 09:36:47 GMT</pubDate><dc:creator>ScottPletcher</dc:creator></item><item><title>Design suggestion</title><link>http://www.sqlservercentral.com/Forums/Topic1399809-391-1.aspx</link><description>Hi,I have to keep in a login history table the user's operating system / operating system version / browser / browser version / device type (mobile/pc etc) / device.In case there are around a million entries a month and I have to keep two years of data,should I use dictionary tables or should I keep the full strings descriptions in the login history table?Thank you.</description><pubDate>Sun, 23 Dec 2012 23:20:13 GMT</pubDate><dc:creator>TommyF</dc:creator></item></channel></rss>