Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
JohanL
Starting Member
2 Posts |
Posted - 2009-10-01 : 12:34:31
|
Hello I have a strange error, in MS SQL 2005 one of the tables is re-created it has data and then the next day it is completely empty. Any suggestions on where I can look for the problem? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
JohanL
Starting Member
2 Posts |
Posted - 2009-10-01 : 13:23:02
|
Thanks I am busy running Profiler, any other suggestions as it does not happen at specific times it happened twice today though |
 |
|
gvphubli
Yak Posting Veteran
54 Posts |
Posted - 2009-10-01 : 13:50:39
|
If profiler output is filling up and you are having issues in managing the profiler output size, configure the filter appropriately.How about having a trigger on a table, also look at using the DDL triggers that were introduced in SQL 2005, so that you can track the table DROP and CREATE as and when it happens.TechnologyYogihttp://gvphubli.blogspot.com/ |
 |
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|