Viewing 15 posts - 44,236 through 44,250 (of 49,552 total)
matt stockham (9/23/2008)
1) why do inserts scale so much better than updates and deletes on a workstation? A page is a page,...
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
September 24, 2008 at 12:36 am
Jeff Moden (9/23/2008)
GilaMonster (9/23/2008)
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
September 24, 2008 at 12:35 am
Jeff Moden (9/23/2008)
Heh... I still want to know why the op wants to do this. :hehe:
Dunno about the OP, but I had a very similar piece of code in one...
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
September 24, 2008 at 12:25 am
Wilfred van Dijk (9/23/2008)
Thanks for your input. Thus: forwarding pointers can only occur on heaps, while page splits only occur on indexes?
Pretty much.
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
September 24, 2008 at 12:22 am
Ahmad Osama (9/23/2008)
GilaMonster (9/23/2008)
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
September 24, 2008 at 12:21 am
Wilfred van Dijk (5/26/2008)
Hi,AFAIK, A heap table can be fragmented because of page splits, which results in forward lookups.
Is there a way to calculate this fragmentation?
Heaps don't suffer page...
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
September 23, 2008 at 3:34 pm
The main problem I would see is the learning curve. MySQL can run on windows, but it will still require some time to get familiar with the admin requirements 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
September 23, 2008 at 2:34 pm
fais (9/23/2008)
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
September 23, 2008 at 2:27 pm
Not using the native backup tools.
You can always bcp the table out, or make a copy of it in another DB with select .. into
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
September 23, 2008 at 1:34 pm
Pleasure
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
September 23, 2008 at 12:57 pm
YSLGuru (9/23/2008)
Is there an easy way to ask SSMS to locate any column in any able of a database that is setup with the data type unique identifier?
Why not ask...
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
September 23, 2008 at 12:55 pm
If you define an explicit transaction, and do the appropriate error handling, you can roll the whole lot back. I suggest using Try..Catch as @@error requires a check after every...
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
September 23, 2008 at 12:20 pm
To recover in this scenario you need a full backup from before the table was dropped and an unbroken log backup chain from that full backup up until just before...
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
September 23, 2008 at 12:16 pm
sqldba (9/23/2008)
Instead of creating two new file groups, Can I add two files to the same primary filegroup point to new disks, then use dbcc shrinkfile(filename, empty)...
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
September 23, 2008 at 12:14 pm
Do you have a reason for wanting the queries to not run paralleled?
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
September 23, 2008 at 11:35 am
Viewing 15 posts - 44,236 through 44,250 (of 49,552 total)