Viewing 15 posts - 76 through 90 (of 100 total)
Evil Kraig F (10/27/2011)
Estimated data volume and cost of traversing just the leaf level vs. running the tree repeatedly.One example cause: http://sqlskills.com/BLOGS/KIMBERLY/category/The-Tipping-Point.aspx
I don't think this is the case in...
October 27, 2011 at 7:11 pm
MysteryJimbo (10/27/2011)
Lexa (10/27/2011)
October 27, 2011 at 7:20 am
MysteryJimbo (10/27/2011)
You cannot have schedules which span days.
Also, if you want 8am – 7am your schedule will begin at 8am Monday and finish...
October 27, 2011 at 5:27 am
GilaMonster (10/25/2011)
October 25, 2011 at 9:18 pm
Ninja's_RGR'us (10/18/2011)
Step 2 would be to see where and how that table is used.
Most of the time when you...
October 18, 2011 at 7:44 pm
Can you overwrite Snapshot with ROWLOCK or PAGELOCK?
You can, but why would you want to? If you want a query to not run in snapshot you'd more likely just change...
October 11, 2011 at 2:52 pm
Evil Kraig F (10/11/2011)
SQL Stud (10/11/2011)
IT depends... lol! If you can afford to read data that may not be commited yet, in favor of not locking the table and thus...
October 11, 2011 at 1:55 pm
SQLRNNR (10/11/2011)
October 11, 2011 at 1:46 pm
LutzM (10/8/2011)
If the DBs are in the same instance, use the same collation and security context, have a similar layout of file groups (e.g. in terms of log...
October 8, 2011 at 4:01 pm
Jeff Moden (10/8/2011)
Lexa (10/8/2011)
We're implementing a set of new features for our app and require dynamic creation of tables. My concern is that there will be lots of new...
October 8, 2011 at 3:59 pm
Never mind, had to change the variables too.
October 6, 2011 at 3:26 pm
abrukovsky.v (10/4/2011)
Lexa (10/4/2011)
I can change the database context but I don't like the fact that I need to have the procedure in every database. In case there is a...
October 4, 2011 at 1:18 pm
abrukovsky.v (10/4/2011)
I changed a copy of sp_spaceused and placed it in each DB. But I do not like that solution, I like that sp_spaceused can be called with any...
October 4, 2011 at 11:38 am
george sibbald (10/4/2011)
Lexa (10/3/2011)
george sibbald (10/3/2011)
use the info from table master.sys.master_files and fileproperty.see http://www.sqlservercentral.com/Forums/Topic1182966-149-1.aspx#bm1183474
Thanks, I'm trying to monitor DB growth at database level not at a file level for all...
October 4, 2011 at 9:09 am
Viewing 15 posts - 76 through 90 (of 100 total)