Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Security > How to see SQL database date

Reply
Thread Tools Display Modes

How to see SQL database date

 
 
ginger
Guest
Posts: n/a

 
      05-28-2010
I am not a sqlDBA, I want to find out how old the database dated? We want to
keep 3 years Data on a sql box but I am not sure it is 3 years or 5 years of
the database for now.

How to clean up database , only keep 3 years data and get rid of older than
3 year?

Someone told me to use DTS tool but I am not a DBA so I am not sure how to
do it but I am eager to learn and practice on a test DB.
 
Reply With Quote
 
 
 
 
Chris M
Guest
Posts: n/a

 
      05-31-2010
On 28/05/2010 17:26, ginger wrote:
> I am not a sqlDBA, I want to find out how old the database dated? We want to
> keep 3 years Data on a sql box but I am not sure it is 3 years or 5 years of
> the database for now.
>
> How to clean up database , only keep 3 years data and get rid of older than
> 3 year?
>
> Someone told me to use DTS tool but I am not a DBA so I am not sure how to
> do it but I am eager to learn and practice on a test DB.


You'd be better off asking this in microsoft.public.sqlserver.server.

Unless the tables include date created/date modified columns (or similar
timestamps) that are updated by the application using the database, I
don't think there's any way of finding out how old the data is on a
row-by-row basis. I could be wrong though.

--
Chris M.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SBS Monitoring 4GB (2008) Now what? Bobby Janow Windows Small Business Server 16 02-24-2010 11:40 PM
Does WSUS 3 support SQL Express SP2? Michael Kincaid Update Services 6 01-08-2010 12:11 PM
Re: WSUS 3, empty sql datafile due to tbXml table Lawrence Garvin [MVP] Update Services 0 11-18-2009 03:50 PM
MSDE Database move to a new Server - any SQL guru's out there? Lesa H. Windows Small Business Server 5 11-14-2009 09:59 PM
DhcpServer error 1014 please help John Windows Small Business Server 28 11-13-2009 12:32 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59