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 |
|
ankurgupta26
Starting Member
32 Posts |
Posted - 2002-11-27 : 08:30:19
|
| Can some one give me a pointer to a page which list down the known bugs in sql server. for some reason i coudn't find it at msdn site.Thanks !AnkuR. |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-11-27 : 09:26:46
|
Bugs? In SQL Server? HA! Those are FEATURES! Actually, if you search for the phrase "known issues" you'll find links that identify various bugs documented by Microsoft. Any Knowledge Base article with a tag of "INFO:" is probably detailing a bug and a workaround for it (if one exists). Anything tagged with "FIX:" indicates that the bug has been fixed and will describe the necessary patch or settings to fix it. In any case I don't believe there is a comprehensive list of these bugs; Microsoft is not likely to ever provide one (most software companies don't, it's not just them) Basically if you have a problem you search for that particular problem and look for any KB articles on it. The only time I've seen a list of SQL Server bugs is the fixlist for a service pack. |
 |
|
|
|
|
|