Viewing 15 posts - 32,116 through 32,130 (of 49,552 total)
Excellent.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 30, 2010 at 2:19 am
DDL trigger (filtered to drop index) or a server-side trace.
A well-written DDL trigger shouldn't have much if any impact. DDL should be a relatively infrequent operation (other than stats...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 30, 2010 at 1:42 am
Michael Valentine Jones (6/29/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 30, 2010 at 1:33 am
Lowell (6/29/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 30, 2010 at 1:25 am
n00b (6/29/2010)
I'm trying to find out how to delete this post but can't seem to find the button. Sorry for this.
Threads can't be deleted. Don't worry about it.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 30, 2010 at 1:09 am
From Books Online:
When you use the IDENTITY property to define an identifier column, consider the following:
* A table can have only one column defined with the IDENTITY property, and...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 30, 2010 at 1:08 am
digdave7 (6/29/2010)
Hi Gail,I ran
ALTER DATABASE [VSD] MODIFY FILE ( NAME = N'VSD', SIZE = 29864824 MB )
29 Terabytes? That's what the alter database you have there sets the...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 30, 2010 at 1:04 am
*
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 29, 2010 at 12:14 pm
How much memory on the server? How much allocated to SQL?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 29, 2010 at 12:06 pm
hl6a (6/29/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 29, 2010 at 11:49 am
weitzera (6/29/2010)
Extent Fragmentation is a measure of page fullness
No it's not, and neither is logical_fragmentation (which is what SSMS displays). The column avg_page_used_in_percent is a measure of page fullness. Logical...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 29, 2010 at 11:47 am
Are there any entries in the log? Long duration for checkDB can be a sign that it's encountered a potential or actual corruption.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 29, 2010 at 11:42 am
Steve Jones - Editor (6/29/2010)
You can also detach the dbs, and then restore a backup using the WITH MOVE option.
If you detach the DB, why not move the files and...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 29, 2010 at 11:33 am
stricknyn (6/29/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 29, 2010 at 9:19 am
Apologies, that should have read sys.dm_exec_requests. Post edited.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 29, 2010 at 9:17 am
Viewing 15 posts - 32,116 through 32,130 (of 49,552 total)