Viewing 15 posts - 36,781 through 36,795 (of 49,562 total)
If not, start with this, and check out the blog posts it links to as well.
http://sqlinthewild.co.za/index.php/2007/12/30/execution-plan-operations-joins/
August 27, 2009 at 11:59 am
Lynn Pettis (8/27/2009)
GilaMonster (8/27/2009)
I love these kinds of questions. http://www.sqlservercentral.com/Forums/Topic778499-146-1.aspxMaybe I'll elaborate later on what it depends on...
Personally, looks like a good reseearch topic for some one. I'd just...
August 27, 2009 at 11:40 am
Yes, it's nuts, unless you've verified that the NAS supports write order preservation and write-through guarantees
August 27, 2009 at 11:36 am
Query sys.databases (use sysdatabases and the DATABASEPROPERTYEX function on SQL 2000 and below)
August 27, 2009 at 11:33 am
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic778508-146-1.aspx
August 27, 2009 at 11:32 am
I love these kinds of questions. http://www.sqlservercentral.com/Forums/Topic778499-146-1.aspx
Maybe I'll elaborate later on what it depends on...
August 27, 2009 at 11:25 am
Yup, but that's only for errors in sys.sql_dependencies. Fixing this kind of error if it's in sys.objects or any other system table is a massive amount harder.
August 27, 2009 at 11:24 am
Did you listen to the podcast I recommended?
August 27, 2009 at 11:23 am
From what I can tell it's deleted 4 rows from the table (a heap, if I'm not mistaken) and their corresponding off-row (lob columns or row overflow) data.
These are the...
August 27, 2009 at 10:38 am
I would suggest either SSIS or bcp (if it's to be a repeated task) or the import/export wizard if it's once-off.
With bcp you'd have to bcp the data to a...
August 27, 2009 at 9:49 am
Anytime an index is moved to another filegroup all the pages that comprise that index are moved, root, intermediate ane leaf levels. This applies to clustered and nonclustered indexes alike
August 27, 2009 at 9:45 am
A restart of the service or the execution of sp_cycle_errorlog. Easy to tell which, check the beginning of the error log, if the SQL startup messages are there then it's...
August 27, 2009 at 8:52 am
Lynn Pettis (8/27/2009)
This time an OP took exception to Gail's answer.
I wonder how long he's going to protest.
August 27, 2009 at 8:46 am
thomas.garay(8/27/2009)
It must be able to be done some how...
It's not possible. Files and filegroups are intrinsically linked to the databases that they are part of and there is no...
August 27, 2009 at 8:39 am
Viewing 15 posts - 36,781 through 36,795 (of 49,562 total)