Sign In
Sql Stuff
Ramblings of all kinds of Sql related tasks - usually related to customer questions, problems, etc. (that's what I do and all)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
October 2007
(1)
August 2007
(2)
July 2007
(6)
May 2007
(5)
April 2007
(4)
March 2007
(6)
February 2007
(7)
January 2007
(4)
February, 2007
MSDN Blogs
>
Sql Stuff
>
February, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sql Stuff
What is a hobt_id in Sql 2005?
Posted
over 5 years ago
by
boydc7
1
Comments
The same customer that promted the post of mine titled "How can I get sysindexes information in Sql 2005?" posed a follow-up question - what is the hobt_id column in the sys.partitions catalog view and how does it relate to other catalog views/structures...
Sql Stuff
How can I get sysindexes information in Sql 2005?
Posted
over 5 years ago
by
boydc7
1
Comments
A customer asked me today how they could retrieve information similar to that available in the "sysindexes" system table from Sql Server 2000 in Sql Server 2005 using the new catalog views. Though in Sql 2005 there is a dbo.sysindexes and sys.sysindexes...
Sql Stuff
Row sizes exceeding 8060 bytes in Sql 2005
Posted
over 5 years ago
by
boydc7
3
Comments
A customer I work with questioned me today in regards to hearing that in Sql 2005 you can now have rows that exceed 8060kb in size, the limit of a single row in Sql 2000 (not counting text/blob data). Here's some information on how this works in 2005...
Sql Stuff
SP2 Rollback requires complete reinstallation
Posted
over 5 years ago
by
boydc7
1
Comments
With the releast of SP2 for Sql 2005, a customer asked me today what they need to consider as a rollback plan when applying SP2 to an existing Sql 2005 instance. The answer is outlined in the ReadMe file for the Sql 2005 SP2 release - snipped and pasted...
Sql Stuff
NULL database name values? Database ID of 32,767? What is going on here?
Posted
over 5 years ago
by
boydc7
0
Comments
I had a customer inquire as to why they would see results from queries like the following where the database ID value was null in Sql Server 2005 DMV's: select distinct db_name(database_id) from sys.dm_os_buffer_descriptors b with(nolock); If you change...
Sql Stuff
sys.dm_os_buffer_descriptors aggregations
Posted
over 5 years ago
by
boydc7
3
Comments
Lots of customers I visit are frequently interested in determining what objects/structures/files/etc. are consuming the largest amount of space at a given time (or over time) within the Sql Server buffer pool. In Sql 2000, this was a bit complicated to...
Sql Stuff
How to determine service-related priviledges for Sql Server service account
Posted
over 5 years ago
by
boydc7
1
Comments
I had a customer inquire as to how to verify service-related permissions for the Sql Server service account...i.e., Books Online indicates the Sql Server service account requires permission to start the following related services (amoung many other requirements...
Page 1 of 1 (7 items)