dbTalk Databases Forums  

does a database change for differential backup purposes if no usertables have seen insert/update/delete activity?

microsoft.public.sqlserver.server microsoft.public.sqlserver.server


Discuss does a database change for differential backup purposes if no usertables have seen insert/update/delete activity? in the microsoft.public.sqlserver.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
timo
 
Posts: n/a

Default does a database change for differential backup purposes if no usertables have seen insert/update/delete activity? - 08-28-2009 , 09:10 AM






I am trying to understand why a differential backup finds changes when
none of the user tables has had any data inserted/updated/deleted nor
any functions/sps/views etc have been created/modified. If the database
is only being queried, what objects change?

Thanks

Reply With Quote
  #2  
Old   
Tibor Karaszi
 
Posts: n/a

Default Re: does a database change for differential backup purposes if no user tables have seen insert/update/delete activity? - 08-28-2009 , 11:43 AM






Perhaps some background process deleting ghost records, for instance?
Or some job, you didn't think about, modifying data? Is the diff
backup large? You should always expect some meta-data...

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi


"timo" <timo (AT) thatsmy (DOT) biz> wrote

Quote:
I am trying to understand why a differential backup finds changes
when none of the user tables has had any data
inserted/updated/deleted nor any functions/sps/views etc have been
created/modified. If the database is only being queried, what
objects change?

Thanks

Reply With Quote
  #3  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: does a database change for differential backup purposes if no user tables have seen insert/update/delete activity? - 08-28-2009 , 01:01 PM



What about reindexing processes? They certainly will make changes that need
to be backed up.

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


"timo" <timo (AT) thatsmy (DOT) biz> wrote

Quote:
I am trying to understand why a differential backup finds changes when none
of the user tables has had any data inserted/updated/deleted nor any
functions/sps/views etc have been created/modified. If the database is
only being queried, what objects change?

Thanks

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.