|
|
|
|
Browse by Tags
All Tags » Database Admini... » Internals (RSS)
-
This post is part of the monthly community event called T-SQL Tuesday started by Adam Machanic (blog|twitter) and hosted by someone else each month. This month the host is Sankar Reddy (blog|twitter) and the topic is Misconceptions in SQL Server. You can follow posts for this theme on Twitter by looking at #TSQL2sDay hashtag.
It is fairly ...
-
This post is part of the monthly community event called T-SQL Tuesday started by Adam Machanic (blog|twitter) and hosted by someone else each month. This month the host is Sankar Reddy (blog|twitter) and the topic is Misconceptions in SQL Server. You can follow posts for this theme on Twitter by looking at #TSQL2sDay hashtag.
Next to SQL Server ...
-
In my last post Does the tempdb Log file get Zero Initialized at Startup? I questioned whether or not tempdb is actually created from the model database or not at startup. There is actually an easy way to prove that this statement, at least internally to the tempdb database is in fact TRUE. Many thanks go out to Bob Ward (Blog | ...
-
While working on a problem today I happened to think about what the impact to startup might be for a really large tempdb transaction log file. Its fairly common knowledge that data files in SQL Server 2005+ on Windows Server 2003+ can be instant initialized, but the transaction log files can not. If this is news to you see the ...
-
In case you missed it, Bob Dorr from the PSS Team posted an amazing blog post today yesterday with all of the slides and speaker notes from his SQL Server I/O presentation. This is a must read for and Database Professional using SQL ...
-
Its funny to see this new technical note posted by the SQLCAT team today because we just recently had a discussion about this on Twitter. My good friend Sankar Reddy (Blog/Twitter) sent me an IM with the link to this page based on the twitter discussions.
Essentially, the problem deals with inserts into a table with a identity column ...
-
I guess this could be considered a continuation of my last post about SQL Server Memory, Understanding the VAS Reservation (aka MemToLeave) in SQL Server, but for a long time I have noticed that when people don’t understand how SQL Server uses memory on their server, they immediately begin to think that SQL Server has a memory leak. So in ...
-
I've seen this one confuse people in the past, and the topic came up today on the forums so I thought I'd punch out a quick blog post about it. In general, I'd say that most people know about database compatibility levels in SQL Server. However if you don't know, the compatibility level provides partial backwards compatibility with ...
|
|
|
|
|