Viewing 15 posts - 5,101 through 5,115 (of 6,486 total)
The other place not yet mentioned where this gets even more important to consider is when you use a table-valued function within a CROSS APPLY clause. It's in those...
January 23, 2008 at 8:11 am
Jeff Moden (1/22/2008)
Everyone who doesn't telecommute will hate you (for obvious reasons).
Everyone who doesn't telecommute will perceive you as a slacker unless you produce double...
January 23, 2008 at 7:46 am
I don't think it would be efficient. It would be something like a recursive back-reference, and then you'd be doing math on string values, etc... A tally table...
January 23, 2008 at 7:31 am
Well - using the function in the JOIN will prevent using any indexes to do the work, so it's going to hurt performance. If the tables are small -...
January 23, 2008 at 7:26 am
I've had that issue as well on a few singular machines in here. In those cases, I simply uninstall the Dev edition, then go into the VS install...
January 23, 2008 at 7:23 am
Sounds like we might need a test to find out....
January 23, 2008 at 7:12 am
ahem...
With a large enough set of numbers - wouldn't you want to be able to leverage an index on your tally table? Although I conceptually like the CTE -...
January 23, 2008 at 7:10 am
Keep in mind that the Dev edition, although it ships with Visual Studio, is a separate install from the main VS install. You need to grab that separate DVD...
January 23, 2008 at 6:56 am
True - a lot of organizations are in the business of making money (not all, thankfully). But within those for profit organizations, some are smart enough to know...
January 23, 2008 at 6:54 am
Just curious - why not drop the table and create the table all over again? with the new seed?
January 22, 2008 at 7:16 pm
Jason - I'd recommend just right-clicking on the database and running some of those reports under standard reports. Focus on the transaction ones, but also the disk usage by...
January 22, 2008 at 3:07 pm
You need the outlook client with a profile set up that can actually send and receive mail. Is that set up at this point? Sounds like you might...
January 22, 2008 at 2:08 pm
Glad to hear it helped! Thanks for the feedback.
January 22, 2008 at 1:59 pm
Why not just completely lock down access to xp_cmdshell? You're going to destroy your ability to ever do replication, resolve login if you attach a foreign DB, and scuttle...
January 22, 2008 at 1:56 pm
There's really nothing tricky to it: you simply create a package, which has a source DB object connected to the 2005 server and a destination object pointing to the...
January 22, 2008 at 1:34 pm
Viewing 15 posts - 5,101 through 5,115 (of 6,486 total)