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 |
Hellfire
Starting Member
1 Post |
Posted - 2009-06-10 : 08:01:56
|
In my Application I use the stored procedure sp_helpsubscriberinfo. On a Microsoft SQL Server 2000 this works as it should. But on a SQL Server 2008 it returns me an empty table. This happens also through the SQL Server Management Studio, so it is no error in my Application.Has anything chaged in accessing/using this stored procedure?[Update]The return code of sp_helpsubscriberinfo is 0, means no error.The stored procedure sp_helpmergesubscription returns a non-empty table with the same user account.[/Update]Thanks for your help!Roland |
|
|
|
|