Viewing 9 posts - 91 through 99 (of 99 total)
A VERY good article; it's really helping me hit the ground running with this. Of course, with new answers come new questions... We have a vendor supplied database application. We...
November 14, 2008 at 3:19 pm
That's what I've done but it does not work. After altering the template that's shown in "Template Explorer" it does not become the new default template. When I right click...
October 2, 2008 at 10:55 am
Additional Notes: I've found/noticed/realized that when you grant securable/database/dbname and set various perms in it, the next time you look at that role, it will not show securable/database/dbname. I've decided...
September 11, 2008 at 12:23 pm
Lucky for me we don't do any cross-server queries of any kind... the last time I tried (gaddz I think that was back in v7) it was pretty dreadful no...
September 11, 2008 at 9:44 am
Thanks for your input.
You've gotta write the code somewhere... If you put it in a view you only have to write it once-- and if you discover a bug you...
September 10, 2008 at 7:53 pm
Wow...I wish I'd found this before I rolled my own!
I'm catching up on some old sqlcentral emails... and found this.
I had to move a db from our production server...
May 29, 2008 at 2:49 pm
I have a user (developer) that tried to alter a view in a db. He does not have rights to the db ("Admin") I write the 2 tables to. He...
May 5, 2008 at 6:50 pm
ruben ruvalcaba (2/29/2008)
First of all thank you, it's a good point to be considered. In fact, I use functions on the WHERE clause very often, specially when filtering dates...
March 3, 2008 at 12:04 pm
If all access is via SPs, you could just be sure to refresh "UpdatedDate" field whenever you do an update, rather than using a TRG.
Upside is that it's a bit faster...
January 24, 2007 at 3:58 pm
Viewing 9 posts - 91 through 99 (of 99 total)