pomarc

227
Reputation
124 views

Registered User

Name pomarc
Member for 8 months
Seen Oct 23 at 19:59
Website
Location
Age
Sep
25
answered simulate Web Page keystroke
Sep
24
awarded  Necromancer
Jun
17
answered Speed of code execution: ASP.NET-MVC versus PHP
Jun
16
asked kigg & dotnetkicks
Jun
13
answered Are you using the Microsoft Enterprise Library?
Jun
10
comment Optimizing Delete on SQL Server
Question to the power users: this question does not have a single answer, is more a sort of a knowledge base than a simple question-answer. May be it could be turned into a community wiki? (if I well understand what a c.w. is for)
Jun
10
comment correct way to get selected option in jquery from an object
this looks nice! thanks
Jun
10
asked correct way to get selected option in jquery from an object
Jun
5
comment Optimizing Delete on SQL Server
thanks matt. well, my question is quite general, i've had slow deletes in various and different occasions, and this was meant to be a way to gather the tips people could share on the issue.
Jun
5
comment Optimizing Delete on SQL Server
I should have pointed out that destroy-delete-rebuild should be used only when lenghty deletes are done while the db is not used, such as by night, during batch operations, when the db is an enterprise db used only at daytime. obviously destroying indexes on a live and used db is not a good idea.
Jun
5
comment Optimizing Delete on SQL Server
SARGable:In relational databases, a condition (or predicate) in a query is said to be sargable if the DBMS engine can take advantage of an index to speed up the execution of the query (using index seeks, not covering indexes). The term is derived from a contraction of Search ARGument Able. (Wikipedia)
Jun
5
comment Optimizing Delete on SQL Server
"unused" in the delete
Jun
5
asked Optimizing Delete on SQL Server