Viewing 15 posts - 271 through 285 (of 458 total)
sql-lover (8/23/2013)
How many pages do you have on that table or tables?If I recall well, any table below 1k pages, a defrag will do nothing. So I would skip those.
Umm,...
August 23, 2013 at 12:48 pm
erikd (8/23/2013)
Those are cool.
Thank you. SQL Server purists may howl, but I'm pretty pleased with it. It took a while to get all the string assemblies working correctly (missing commas,...
August 23, 2013 at 10:22 am
Absolutely. In fact, I have an app that gets most of its data via such queries. After much experimentation, including a SQL in the City session in London last summer,...
August 23, 2013 at 2:12 am
Sean Lange (8/22/2013)
August 22, 2013 at 1:29 pm
L' Eomot Inversé (8/22/2013)
It's possible to have something which takes quadratic time when...
August 22, 2013 at 12:45 pm
Steve Jones - SSC Editor (8/22/2013)
Doctor Who 2 (8/22/2013)
August 22, 2013 at 9:54 am
Sean Lange (8/22/2013)
August 22, 2013 at 9:38 am
Doctor Who 2 (8/22/2013)
August 22, 2013 at 9:27 am
opc.three (8/21/2013)
August 22, 2013 at 5:03 am
Well, I got it running using exec xp_logininfo 'nmp\paleoces', 'members'
and looping to extract all members. That works, although it seems to me it's asking the same question, just in...
August 22, 2013 at 4:58 am
I do everything myself, application side and database side. I do not allow (myself) access to tables directly. Views, read-only, even if it's just a "SELECT everything FROM table" statement....
August 21, 2013 at 2:53 pm
sqlsurfer101 (8/19/2013)
August 20, 2013 at 12:10 am
sqlsurfer101 (8/19/2013)
August 19, 2013 at 2:04 pm
Lucky man! I'd love to have a sideline like this.
Yeah, it's a pretty interesting place. Some of the top management is straight out of a Dilbert cartoon, but the people...
August 9, 2013 at 3:51 am
ChrisM@Work (8/9/2013)
You're welcome Mr Danes. Assuming you're a taxonomist first and a programmer second, this is a fairly standard method to identify cardinality issues in a query.
No, actually I'm primarily...
August 9, 2013 at 2:33 am
Viewing 15 posts - 271 through 285 (of 458 total)