SQL Performance

Technical Article

RE: Drill Down Problems

  • Reply

The sample was not showing hidden when I would go through the "Edit Group" route, so this was how I setup my report.  But when I went into the XML, it listed the hidden and toggle item properties.  I didn't know they wee separate items and thought the Wizards (Edit Group, etc) read and wrote […]

You rated this post out of 5. Change rating

2005-05-25

Technical Article

RE: higher reads when using ADO.NET thatn when using Query Analyzer

  • Reply

I ran the example given (added bigger table to give reads but almost exact) and I could not reproduce the behavior.  .Net SqlClient Data Provider RPC:Completed exec dbo.myProc @myparam = 'ALL' 358 readsSQL Query Analyzer SQL:BatchCompleted exec dbo.myProc @myparam = 'ALL' 358 reads   kay brought up a good tip also, but it's hard to say what actually […]

You rated this post out of 5. Change rating

2005-01-15

Technical Article

RE: DBCC DBREINDEX and MDF file size

  • Reply

I have done the DBCC DBREINDEX on a 180+ GB database. It did not increase the database (.mdf) file. It DID increase the log (.ldf) file by quite a lot.The end result was that the .mdf file was SMALLER and the .ldf was LARGER. Why? Well the .mdf has the index data and the reason […]

You rated this post out of 5. Change rating

2004-10-22

Technical Article

T-SQL works in QA but fails when part of a job

  • Topic

HI, the title says it all really, the update statement is below and i would be greatful for any comments on why this happens. thanks, ade --Change Links from class to course UPDATE t1 SET t1.e_parent = t2.e_id FROM dbo.capd_moduleenrolment t1 LEFT OUTER JOIN dbo.capd_examsubjectentry t6 ON t6.ese_id = t1.e_id LEFT OUTER JOIN dbo.capd_moduleenrolment t5 […]

You rated this post out of 5. Change rating

2004-10-19

Blogs

T-SQL Tuesday #176 One piece of advice that you wish Past you had

By

This month’s T-SQL Tuesday is hosted by a dear friend, long time SQL Server...

T-SQL Tuesday #176: One piece of advice for Past Steve

By

I almost missed this month, so this is also a good #SQLNewBlogger post. I...

Deleting Old Local Git Branches–#SQLNewBlogger

By

I had a lot of local branches for a repo (actually a few repos)....

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers