Viewing 15 posts - 421 through 435 (of 458 total)
gary.humphryes (4/29/2010)
April 30, 2010 at 6:35 am
Nice article, but I have to say, my only experience with the Primary Interop Assembly (there's a reason that abbreviates to PIA!) with VB.NET was not pleasant:
Excel process could NOT...
April 29, 2010 at 1:32 pm
There's no reason to use dynamic SQL, even with classic ASP. You can still insist that all interaction to the d.b. from the web uses stored procedures, which will...
April 12, 2010 at 1:29 pm
We gave it to them in the form of their own server with a SAN "snapshot" delivered from production every night at midnight. I have to say that with...
March 4, 2010 at 6:14 am
SQLBOT (2/12/2010)
Rich,That is brilliant!
I will add that to a list of things to include in future revisions.
Thanks, Craig. I guess we've all worked at places where some or...
February 12, 2010 at 7:48 am
Great article, thanks!
I would most emphatically add this to your excellent list:
Learn Your Business
It is impossible for you, as a DBA, to participate in discussions about data access,...
February 12, 2010 at 7:23 am
Dave, here are some items easy to get wrong when coming up with a backup plan:
1) Not backing up the transaction log when your DB is in FULL recovery mode....
February 5, 2010 at 12:12 pm
I'll confess up front: I've never read Simonyi's original article.
I enjoyed this URL (Making Wrong Code Look Wrong) very much, in part b/c it emphasizes that Simonyi's original...
January 25, 2010 at 8:18 am
Brad, one of the best ways I used to learn Visual Basic for Applications years ago was to record macros and look at the code. It's still something I recommend...
January 9, 2010 at 5:39 pm
Thanks again, all!
So..... if "everyone" recommends putting only 1 backup into 1 file, of what use is the Append (NOINIT) option? Is this simply a legacy from backing up...
January 4, 2010 at 7:43 am
Jeffrey, Joie, thanks.
Yes, for my testing, I've been putting multiple backups into one file with append. I figured that, if SQL Server had built-in capability for culling expired backups...
January 3, 2010 at 6:30 pm
Great, thanks!
I created a query to look for jobs not owned by SA, and discovered a small "gotcha". A LEFT JOIN would work, of course, but I don't really...
November 19, 2009 at 8:57 am
I use the GUI for restores, b/c it's not something I do often.
One gotcha in restoring from a backup file using SSMS GUI is that you need to...
October 28, 2009 at 9:34 am
I found this article was very helpful in explaining some common SQL query errors, and the IN(NULL) problem is #1 on his list!
http://www.simple-talk.com/sql/t-sql-programming/ten-common-sql-programming-mistakes/
Good luck,
Rich
October 20, 2009 at 11:03 am
Might I add:
Service accounts used for each service, and any non-standard permissions for them.
Rich Mechaber
October 20, 2009 at 10:36 am
Viewing 15 posts - 421 through 435 (of 458 total)