Tempdb | Madeira
Madeira  
תגית: tempdb

Changing location of tempdb files

תאריך: 7 פברואר, 2012 | מאת: דודי רוזנטל

Imagine a situation in which your tempdb database (data and log files) needs to be relocated from its current location to a new one as part of a planned relocation or due to data files gone large. Lets see how its done.



Thirty Things You didn't Know about SQL Server

תאריך: 5 אוגוסט, 2010 | מאת: גיא גלנצר

בתחילת אוגוסט העביר גיא גלנצר את הקורס "30 דברים שלא ידעת על SQL Server" במסגרת כנס Expert Days 2010. בואו לראות את החומרים ולגלות כמה נתונים מפתיעים



Cursor Types

תאריך: 8 פברואר, 2010 | מאת: גיא גלנצר

If you ask any SQL Server DBAs about cursors, they will tell you it’s a big no-no. But for the times that we just have to use them- here are some insights.



Moving System Databases in SQL Server 2005/2008

תאריך: 13 ינואר, 2010 | מאת: נטלי ברג

This article may be useful when you want to relocate your system databases to another disk on the same server (same instance). There could be a few reasons to do this: Not enough space on the current disk for system databases, disk maintenance or hardware failure.



Troubleshooting tempdb Space Usage

תאריך: 6 ינואר, 2010 | מאת: גיא גלנצר

In the past two weeks I encountered 3 different scenarios in which tempdb has grown very large. Here's a post about troubleshooting such scenarios.