Viewing 15 posts - 19,396 through 19,410 (of 19,564 total)
Maybe it should look something more like:
AND (tlkp_Item.Model = 'LCT 1680' OR tlkp_Item.Model LIKE '%[X]%')
Or completely eliminate the second Model condition.
September 2, 2009 at 5:21 pm
Let's not forget that all too often this is the same kind of stuff FTEs run into when accepting a new position as well. Bad design, unwillingness to change,...
September 2, 2009 at 4:25 pm
I was curious about the same thing recently. What I found was that when you have multiple files in a filegroup, you end up with the table splitting across...
September 2, 2009 at 4:16 pm
After some poking around at it, here is what I came up with:
When Granting alter, it grants alter any schema by default. This could be just as bad in...
September 2, 2009 at 4:05 pm
This has me interested. I am checking some things and testing to see if they will work.
From MSDN:
Caution:
A user with ALTER permission on a schema can use...
September 2, 2009 at 3:09 pm
Can't wait for the audio to be made available for download.
September 2, 2009 at 12:36 pm
You know the saying...
It's not really paranoia if they are out to get you
September 2, 2009 at 10:43 am
Try this article.
Grant Create View to ViewUser;
There is additional info explained in the article about using the "as" option.
September 1, 2009 at 3:37 pm
GilaMonster (9/1/2009)
timothyawiseman (9/1/2009)
Similarly, even if SQL is on a server by itself its apparent performance can be slowed down if there is heavy network traffic at the moment.
I've seen a...
September 1, 2009 at 3:26 pm
jasonmorris (9/1/2009)
Is write caching a good thing on san disks?
Answer is, it depends.
September 1, 2009 at 3:21 pm
This may not be precisely what you want or need.
We have in the past added a lun as a mount point in an already existing lun. This makes it...
September 1, 2009 at 3:17 pm
Here's an article that might be of use. Once the port has been statically set - this issue should go away.
September 1, 2009 at 3:13 pm
please provide some more information so we can better understand the situation. Your last couple of posts indicate a job being run vs. in SSMS. Will you explain...
September 1, 2009 at 2:57 pm
Sourav,
You will need to let the rollback complete - it is going to happen one way or another. If there is a massive impact on the server due to...
September 1, 2009 at 2:49 pm
Thanks for posting back after you found the solution to your question.
September 1, 2009 at 2:46 pm
Viewing 15 posts - 19,396 through 19,410 (of 19,564 total)