Quantcast
Channel: Latest Questions by thatismatt
Browsing latest articles
Browse All 14 View Live

How do you create a non clustered index?

I need a non clustered index on a column in one of my databases, what is the T-SQL to create that?

View Article



[meta] Do you think this site is a useful resource for SSC users?

As a user of SSC do you think that the new ask.sqlservercentral.com site will add to the community?

View Article

Indexes and Stored Procedures

Is is possible to add an index to improve the performance of a stored procedure and accidently cause performance problems for another stored procedure?

View Article

SSMS Shortcut Keys

What is your favourite shortcut key for SSMS?One shortcut per answer please

View Article

Is there a free edition of Oracle that I can use as a hobbyist?

I'm a web developer and in my spare time I'd like to try out Oracle on a toy web app that I'm working on. I've used SQL Sever Express Edition, and I wondered if there was an equivalent in the Oracle...

View Article


ORMs from a DBA's perspective

As a developer ORMs can be a real benefit, they can speed up development time significantly, and they offer a proven, standardised structure to your data access layer, if used well you can even write...

View Article

Distributed SELECT and DELETE performance

Why is it that the following distributed select query (returning about 2,500 rows) takes almost 2 minutes:SELECT * FROM dbo.Calls c LEFT JOIN LINKEDSERVER.GM.dbo.cal gc ON c.GMID = gc.LOPRECID COLLATE...

View Article
Browsing latest articles
Browse All 14 View Live




Latest Images