Viewing 15 posts - 19,921 through 19,935 (of 22,202 total)
You can also need to update statistics on smaller tables where large percentages of the data changes regularly.
July 21, 2008 at 6:45 am
No doubt. I wouldn't do it. Ever. I was just pretty sure that it was possible. It's also possible to stick my fork into my thigh... I'm not doing that...
July 21, 2008 at 6:43 am
You've got two different issues you're going to be working with. First, the lack of PK & FK in the database could lead to serious integrity issues. That means the...
July 21, 2008 at 6:35 am
TRY/CATCH itself has no performance implications. What you do in the CATCH statement could have serious performance implications.
July 21, 2008 at 6:30 am
This is something normally handled on the client, as was already said. But, you could use a CLR query to do it. I wouldn't recommend it, but it is possible....
July 21, 2008 at 6:24 am
Steve Jones - Editor (7/18/2008)
I think Grant and Jeff must be related to Dwight Shroot. Sorry you guys lost your privileges to bring nunchakus and stars into the office.
That's actually...
July 18, 2008 at 9:46 am
mhaskins (7/18/2008)
Joshua Jones (7/18/2008)
For me the soft skills came from being a customer service professional ...
Mine too - I don't know if my minimum wage customer service jobs were really...
July 18, 2008 at 8:03 am
This reminds me of when i started at my current company. I started the same day as another guy in my group. He was considered the people person/manager in the...
July 18, 2008 at 7:48 am
This is a good article. I can see why it was reprinted. I'd like to see an update. Things are just a little different in 2005/2008. Those differences, some of...
July 18, 2008 at 7:09 am
David Tiss (7/27/2007)
Great article, I learned a lot.
I'm wondering if the included column feature in SQL Server 2005 will also help with bookmark lookups?
INCLUDE columns absolutely help with lookup...
July 18, 2008 at 7:07 am
Soft skills... Soft skills....
OH! I know. That's when you use wrist locks and grapple into submission holds rather than smash their face flat and kick their naughty bits up between...
July 18, 2008 at 6:06 am
And the functionality has improved a ton. I love being able to pull execution plans right off the screen.
July 17, 2008 at 12:16 pm
I'm happy to see someone else come out with the old data saw, only move the data you need and only when you need it. I would have added that.
As...
July 17, 2008 at 8:12 am
Actually, if I were doing it, first, I'd try to avoid dynamic sql unless you use sp_executesql and pass it parameters (this creates execution plans that are reusable). For what...
July 17, 2008 at 6:58 am
Between the query window in Management Studio and the command line options available through sqlcmd.exe, anything you can do with isql.exe is very old hat indeed. They're either just using...
July 17, 2008 at 6:54 am
Viewing 15 posts - 19,921 through 19,935 (of 22,202 total)