Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > Problem faced with table custareacodeexchangetimezone.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-28-07, 22:04
Aman Singh Aman Singh is offline
Registered User
 
Join Date: Aug 2007
Location: Mumbai,India
Posts: 13
Question Problem faced with table custareacodeexchangetimezone.

Hi,

I am facing a problem that in my database i have table custareacodeexchangetimezone, which we have neither modified nor made any entries into it. But its have some data of around 3500 rows, now i am not aware of how this data entered into this table, is there any way out with which i can find it out anything. I did a small testing where as i installed a new database and checked in it for the same tabe but there were no entries in this table. Means this table was empty at the time of installment of the database.
Reply With Quote
  #2 (permalink)  
Old 11-29-07, 16:25
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 371
Quote:
Originally Posted by Aman Singh
Hi,

I am facing a problem that in my database i have table custareacodeexchangetimezone, which we have neither modified nor made any entries into it. But its have some data of around 3500 rows, now i am not aware of how this data entered into this table, is there any way out with which i can find it out anything. I did a small testing where as i installed a new database and checked in it for the same tabe but there were no entries in this table. Means this table was empty at the time of installment of the database.

You are saying its your database , but not sure about the source of database !!

a) Is this something you inherited ?
b) Is this a canned application? i.e. external vendor provided ? if so, you can probably talk to them.
c) Unless you have audit on this database and saved it somewhere in an archive, I doubt you can figure out where it came from.
d) Can you look at the data and see what it is and talk to the Application folks?
e) Do sp_depends <tablename>, it will tell you what objects depend on this table. That may give you further idea. But again, it will tell you about the objects that reference this table and not in cases if an Application uses it. In that case, you have to do a search on the application to find what may reference it. Whats the app written on?
f) Who wrote/own the install (master copy) scripts?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On