Viewing 15 posts - 18,931 through 18,945 (of 22,202 total)
magarity (12/22/2008)
Grant Fritchey (12/22/2008)
Take the time & trouble to create the databases, keep them small and then copy and use attach scripts to put them onto the server.
Sorry, I don't...
December 23, 2008 at 5:52 am
I agree with the rewrites. The simpler and clearer you can make the query, not only will it be easier for you, and those that come after you, to maintain,...
December 22, 2008 at 6:20 pm
All the basics work fine, no issues. Intellisense doesn't work. There are some other newer bits & pieces that won't work.
For what it's worth, it works well on SQL...
December 22, 2008 at 6:15 pm
Jim Russell (12/22/2008)
Since I can't attach .sql or .sqlplan files here, I have attached a .doc file which attempts to capture my situation. And in the process...
December 22, 2008 at 6:05 pm
The primary key is the unique identifier in the table. That's it's primary purpose, a constraint on data so that each row is uniquely identified. However, it can also help...
December 22, 2008 at 9:11 am
As you've already discovered, it's possible. I'm not sure I'd recommend it though. Take the time & trouble to create the databases, keep them small and then copy and use...
December 22, 2008 at 7:00 am
Without at least an execution plan, we're just not going to be very specific in helping you.
Yeah, you might be accessing the clustered index, but you might not. It depends...
December 22, 2008 at 6:54 am
Also that it's going to the right database. I've seen the default database used and it isn't immediately obvious.
December 22, 2008 at 5:51 am
Paul (12/20/2008)
December 22, 2008 at 5:45 am
It's either a really poorly written query or you have blocking. You need to look at, at least, sp_who2.
Also, can you get the execution plan? Query sys.dm_exec_query_plans if you can't...
December 22, 2008 at 5:39 am
And best practices dictate that you don't use them in user defined tables. Nothing prevents you from doing it, but it's generally considered poor design and can, in some cases,...
December 22, 2008 at 5:30 am
bitbucket (12/19/2008)
Then of course, I move on to Assistant Scoutmaster with the Troop. Lots of camping and hiking, which will be really cool.
Good luck in that position. I...
December 19, 2008 at 9:33 am
Steve Jones - Editor (12/19/2008)
December 19, 2008 at 8:48 am
Viewing 15 posts - 18,931 through 18,945 (of 22,202 total)