Viewing 15 posts - 151 through 165 (of 175 total)
Thanks guys, I really appreciate it.
Also, sorry if you get a "side scroller". I tend to write string concatinations on one line in my code.
I'll try to watch out for...
April 5, 2005 at 7:49 am
This, like many other tools seems to be a great decision support tool. However the "gotcha" in decision support is not in the tool used...
April 4, 2005 at 1:41 pm
Thanks. I really enjoyed writing this article. I have a few good ideas on other articles I would like to write, so this may be the first in...
April 4, 2005 at 12:10 pm
Good article Brian!
One thing I would like to add. Backing up SQL Server databases using a perl script (or any other type of OS scripting language script) is a very...
May 13, 2004 at 7:29 am
Yes. Brian to the rescue.
Its actually quite simple. I guess I was overcomplicating it in my mind (easy for me to do)
Basically the query above can be rewritten as the...
January 28, 2004 at 1:09 pm
Correction. The patch does run some SQL Scripts. One of which is replmerg.sql.
So I guess I have a little more work to do.
October 10, 2003 at 12:13 pm
Well, for simplicity sake, set the delivery point to Mailbox - XXX. Then open Outlook (or excange client) on the server and let it remap your folders and inbox....
May 7, 2003 at 2:46 pm
Well, worst case scenario, all you will have to do is make database backups of all the databases, uninstall, install the other version, and restore the backups.
Yeah, I know its...
February 11, 2003 at 11:37 am
With that being said, be very careful who you give this role to, as these users are able to execute xp_cmdshell under the context of the SQL Server user and...
February 11, 2003 at 11:32 am
quote:
Thanks for pointing that out Brian. I'm so up to my neck in 7.0 servers I sometimes forget about the 2K release....
February 11, 2003 at 11:24 am
Yes, and just to addd to Rodrigo's post, you will always want to execute the DTS package and job at the server its going to run on as the NT...
February 11, 2003 at 11:21 am
Heh, well I guess whatever works...
Anyway if you ever get stuck with this again, also check out Books Online for SQL Server 6.5 unter the section titled "Expanding databases".
February 11, 2003 at 11:12 am
Also, on a second note, if you are not taking transaction log backups on that particular database, you probably will want to truncate the log on checkpoint, otherwise you'll have...
February 11, 2003 at 10:42 am
Right, thats why you need to increase the file size of the log device. Once you do that, you will have enough space to expand the log device into...
February 11, 2003 at 10:34 am
Try increasing the file size of the log device, then expand the database.
Gosh, SQL 6.5... Its been so long...
February 11, 2003 at 7:10 am
Viewing 15 posts - 151 through 165 (of 175 total)