Viewing 15 posts - 3,151 through 3,165 (of 3,348 total)
GSquared (7/8/2008)
(...)
I had used fast_forward in the past, based on what BOL says,...
July 8, 2008 at 8:09 am
JohnG (7/8/2008)
July 8, 2008 at 8:07 am
Christian Buettner (7/8/2008)
July 8, 2008 at 7:47 am
davidthegray (7/8/2008)
In the recent years I mostly use dynamic SQL strings sent to the db by the client application (mostly ASP.NET), which is also deprecated
Hi David,
My main gripe with dynamic...
July 8, 2008 at 7:42 am
Craig, John, Grant - thanks for the feedback.
As I've already indicated elsewhere in this discussion, I was wrong, due to incomplete testing. Both STATIC and FAST_FORWARD should be considered correct...
July 8, 2008 at 7:36 am
Mark Horninger (7/8/2008)
Will probably end up rewriting it completely, need more speed...
Mark,
If possible, try eliminating the cursor completely rather than rewriting it using other options.... 🙂
July 8, 2008 at 5:56 am
Marius Els (7/8/2008)
i use this to find text in any db object:
Hi Marius,
Mostly good, solid code, but there are a few caveats:
Select distinct sysobjects.id, name, type
from syscomments, sysobjects
where syscomments.id =...
July 8, 2008 at 5:55 am
davidthegray (7/8/2008)
July 8, 2008 at 5:49 am
Dave F (7/8/2008)
July 8, 2008 at 5:47 am
Iggy, Marius, Mark: Thanks for the kind words! 🙂
This is the first time I submitted a QotD, but with reactions like this, I'm sure I'll try to submit some more!
July 8, 2008 at 5:38 am
JohnG (7/2/2008)
July 2, 2008 at 1:29 pm
Mark: Startup with -d can indeed be used to move the datafile (and only the datafile) of the master database (and only the master database) - but definitely not if...
July 2, 2008 at 12:35 pm
magarity kerns (7/2/2008)
July 2, 2008 at 8:54 am
Tao Klerks (7/2/2008)
I assumed the question was talking about files from any arbitrary database - but the "ALTER DATABASE ... MODIFY FILE" clause can only (if...
July 2, 2008 at 3:52 am
Viewing 15 posts - 3,151 through 3,165 (of 3,348 total)