Viewing 15 posts - 196 through 210 (of 412 total)
Malik (3/2/2007)
November 7, 2008 at 5:56 pm
Yes, I meant rows not propogating. I mislabeled it. The problem has not returned since I reinitialized it, I am just confused as to why it happened in...
October 28, 2008 at 10:45 pm
Very nice article and very useful query.
Just out of curiosity, why did you decide to make it a procedure instead of a view?
Naturally you would lose that order...
October 28, 2008 at 10:26 am
In certain cases, creating barriers to entry can help preserve a community and keep it active without being overactive. There can be a value to it.
However, I do not...
October 25, 2008 at 2:24 am
Thank you. That is a good thought, but I checked, and I don't have filter. The other thought I had is someone could have deleted the rows from...
October 25, 2008 at 2:15 am
The article was well done, but it was much lighter on content than most articles here. A little more depth to this otherwise good work would have been nice.
October 24, 2008 at 6:23 pm
This was an excellent article and well written. And I cannot overemphasize the point you made about code readability. In fact, I think my team is getting tired...
October 23, 2008 at 10:26 am
It is unlikely that you would break something, though it is possible since it will try to enforce things like unique constraints onto the base tables. Also, schemabinding may...
October 23, 2008 at 1:35 am
Thanks everyone. It looks like it is insufficient disk space. There is enough space to store the final compressed files, but it looks like there may not be...
October 22, 2008 at 9:26 am
You have a few good points, but I think the improvements are quite nice on the development side. Bringing in Intellisense is long overdue as is the addition of...
October 21, 2008 at 11:47 am
First, at the risk of appearing horribly ignorant, what is the PMP and what exactly does it involve?
And for a comment to Lonely, have you considered keeping your current job...
October 20, 2008 at 11:46 am
Sirish, can you rewrite the stored procedure as a table valued function? Depending on what you are doing inside of it, it may not be possible, but if it...
October 17, 2008 at 9:54 am
First, if your issue is blocking you may wish to consider using with (nolock) where appropriate. It does raise the possibility of certain types of inconsistent reads so it...
October 15, 2008 at 11:08 am
It all depends on the situation. I work as a DBA in a company where I have sysadmin rights on all SQL Servers, and I could not do that...
October 14, 2008 at 12:10 pm
Viewing 15 posts - 196 through 210 (of 412 total)