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 |
|
satishbeh
Starting Member
3 Posts |
Posted - 2005-09-04 : 13:54:27
|
| I am executing a Stored Procedure which has start date and end date as parameter every month. For example I give start date to be the first day of the month and the end date to be the last day of the month. Now when I execute the stored procedure I get the following error message:"EXTENT CHAIN FOR OBJECT 1026870775 IS NOT CORRECTLY LINKED. SQL SERVER IS TERMINATING THE PROCESS"The Stored procedure works when I execute for each day separatelyie '01/08/2005','01/08/2005' '02/08/2005','02/08/2005' '03/08/2005','03/08/2005'When I execute the same for the following date:'01/08/2005','03/08/2005'I get the same error.Can any one help me how I can overcome the above error messageI am using SQL Server 6.5versionSatish |
|
|
nr
SQLTeam MVY
12543 Posts |
|
|
|
|
|