Viewing 15 posts - 37,156 through 37,170 (of 49,566 total)
TECHBABU (8/11/2009)
From the above understood it is Enterprise Edition not evaluation edition.
Yup.
I'd still suggest applying SP3 to it when you have a maintenance window.
August 11, 2009 at 5:43 am
Index 255 is the table's LOB data (text, ntext, image, varchar(max), nvarchar(max), varbinary(max)). It's not a real index.
p.s. since you're on 2005, perhaps start using sys.dm_db_index_physical_stats, ALTER INDEX ... REBUILD...
August 11, 2009 at 5:30 am
akm_1k (8/11/2009)
can i recover data which is deleted.
Restore a backup taken before the data was deleted.
August 11, 2009 at 5:23 am
RTM means 'Release to Manufacturing' (or 'release to market'). It's the first release of a product pre service pack or patch.
One of our clients is in Microsoft SQL Server 2005...
August 11, 2009 at 5:22 am
They'll be the same. As part of the parsing/algebratisation that SQL does, IN with a list of values is converted to OR. Easy to test for yourself, write a query...
August 11, 2009 at 2:17 am
Duplicate post. No replies to this thread please. Direct replies to:http://www.sqlservercentral.com/Forums/Topic768408-146-1.aspx
August 11, 2009 at 2:14 am
What recovery model is the database in? Are log backups been done? What's the recovery requirements for this database should something fail (lose a day's daya, lost 5 minutes data,...
August 11, 2009 at 1:55 am
Grant Fritchey (8/10/2009)
August 11, 2009 at 1:41 am
Gianluca Sartori (8/11/2009)
Barry is leading a new wave...
A boring one.... 😉
Now where's that pic of Qui-gon I had lying around.....
August 11, 2009 at 1:15 am
Paul White (8/10/2009)
August 11, 2009 at 1:12 am
Tuning advisor is used to get recommendations for indexes. It doesn't offer suggestions on rewriting code.
You can either submit a single query to DTA, or take a trace (a representative...
August 11, 2009 at 1:05 am
Hemantjemmy (8/11/2009)
One more lesson to be learned from above story to add the Maintenance Job of Truncating Transactional log files regularly so that you dont run out of...
August 11, 2009 at 1:01 am
You've got SQL 2005 RTM there (unpatched). I would suggest that you apply service pack 3 as soon as you can. Once that's applied you shouldn't see these errors any...
August 11, 2009 at 12:45 am
mtassin (8/10/2009)
But who watches the watchers? Then we have a cabal where if they like each other's articles then nobody can stop them.
And who determines who should be in...
August 10, 2009 at 3:30 pm
I'd probably use the built-in date functions, like dateadd. They've been sufficiently tested that there should be no edge cases left.
August 10, 2009 at 3:05 pm
Viewing 15 posts - 37,156 through 37,170 (of 49,566 total)