Sql 2000 SP4 ETA | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Sql 2000 SP4 ETA

anyone have any ideas about how to determine the estimated time of arrival for
SQL Server sp4? Joe E O
Still few fixes and KBA releases are effective for SP3a and I don’t see any near date or beta nominations for SP4, I think its early to guess a date. _________
Satya SKJ
Moderator
SQL-Server-Performance.Com

Run this query on your machine to get the answer…<pre>SELECT @SP_Date FROM Microsoft<br />WHERE @Product = ‘SQL Server'<br /> AND @Version &gt; @@VERSION<br /> AND @Type = ‘SP'</pre>Hope you’ll find the answer…. [<img src=’/community/emoticons/emotion-5.gif’ alt=’;)‘ />]<br /><br />Please let me know the answer as this query is going in indefinate loop on mu mahine [<img src=’/community/emoticons/emotion-1.gif’ alt=’:)‘ />]<br /><br />Hope you didn’t mind my little joke ( incase you haven’t realized it as yet)<br /><br />Gaurav<br /><i>Moderator<br /><font size="1">Man thrives, oddly enough, only in the presence of a challenging environment- L. Ron Hubbard</i></font id="size1">
very funny! <img src=’/community/emoticons/emotion-5.gif’ alt=’;-)’ />
[<img src=’/community/emoticons/emotion-2.gif’ alt=’:D‘ />][^]<br /><br />Jo, you can refer to this page<a target="_blank" href=http://support.microsoft.com/default.aspx?scid=fh;en-gb;CNTACTMS>http://support.microsoft.com/default.aspx?scid=fh;en-gb;CNTACTMS</a> and ask PSS.<br /><br />_________<br />Satya SKJ<br />Moderator<br />SQL-Server-Performance.Com<br />
]]>