Viewing 15 posts - 3,376 through 3,390 (of 5,843 total)
searching for strings is often best accomplished by using Full Text Search. I note that the 2008+ versions are much better than the 2005 one.
May 20, 2011 at 6:48 am
jamessdba (5/19/2011)
My manager asked me to track the Backend db correction
Ho to track the changes in the Db
example
suppose if i did not go to the office...
May 20, 2011 at 6:46 am
azhar.iqbal499 (5/17/2011)
Thanks for proper Explanation.Pl Tell me, Whether table partition improve select query performance or not?
Thanks
Partitioning is a VERY complex scenario with MANY ways you can screw it up. ...
May 19, 2011 at 6:23 am
Robert Pepin (5/18/2011)
May 19, 2011 at 6:17 am
sqlapprentice (5/18/2011)
TheSQLGuru (5/18/2011)
May 18, 2011 at 4:29 pm
Extra space is also required for the intermediate sorting during index build unless you specify the SORT_IN_TEMPDB option. IIRC rebuiding an index requires something like 1.3X size for the...
May 18, 2011 at 1:48 pm
Hope you are aware that when you defrag your indexes the size of your database will expand back out some.
May 18, 2011 at 11:26 am
Robert Davis (5/18/2011)
My minimum reccommendation for...
May 18, 2011 at 11:09 am
sqlapprentice (5/17/2011)
Steve Jones - SSC Editor (5/16/2011)
This (http://www.sqlservercentral.com/Forums/Topic993883-146-6.aspx#bm1008735) seems to indicate this is by design. I would shrink the file, looking to deallocate the LOB extents.
I finally solved this issue...
May 18, 2011 at 11:04 am
SQL 2008 R2 release was almost all about either extreme scale stuff or BI stuff. Not much at all for us relational engine types. 🙁
May 17, 2011 at 11:50 am
1) Federated databases, where you have data spread across different physical servers, was NEVER a fully functional and useful thing in SQL Server. If you need to be able...
May 17, 2011 at 11:49 am
LutzM (5/15/2011)
May 17, 2011 at 11:45 am
There are a number of causes for what you are seeing. If you need to QUICKLY get this resolved, find a good performance tuning consultant and get them on...
May 17, 2011 at 11:20 am
Jeff Moden (5/15/2011)
TheSQLGuru (5/3/2011)
That is by far the biggest shortcoming SQL Server has IMNSHO.
Unless you count the fact that there is no split function, no function to generate sequential numbers...
May 16, 2011 at 7:33 am
That is the third time in a week I have seen this CRITICAL flaw in trigger code. Scary how common this is...
May 16, 2011 at 7:18 am
Viewing 15 posts - 3,376 through 3,390 (of 5,843 total)