Viewing 15 posts - 181 through 195 (of 583 total)
I reviewed it about a year ago: http://www.sqlservercentral.com/columnists/kKellenberger/sqlbackup30.asp . I thought it performed well.
March 28, 2006 at 8:48 am
I'm surprised that your LiteSpeed backups and restores took longer than native. We have seen better much performance with LiteSpeed.
March 28, 2006 at 8:36 am
I had the network guy check and the port is not blocked internally. I didn't think it was since other named instances work.
March 27, 2006 at 2:14 pm
That's a good idea. I'll think about doing that. Thought, I might want to write an article about how to get started writing your own scripts and include it as...
March 23, 2006 at 11:30 am
Voxinforma:
I use a script to automatically find the lastest full backup, copy the file to a different server and restore the database. I am using LiteSpeed, so I would need to...
March 23, 2006 at 11:17 am
I decided to try this command instead of the script to kill connections:
ALTER DATABASE db_name SET RESTRICTED_USER WITH ROLLBACK IMMEDIATE
March 9, 2006 at 2:22 pm
That is a good place to start looking. I'll see if I can just exclude this particular database or something. Thanks for the help.
March 9, 2006 at 1:41 pm
When you change the default collation of a database, it only affects newly created tables. There is also a default collation for a table. Then, the collation is set at...
March 9, 2006 at 1:03 pm
Sorry, I'm making assumptions that you are using linked forms cause that is where I usually hear about locking problems with linked tables.
February 23, 2006 at 8:38 am
I have done this with linked tables. What I have found is that you SHOULD NOT just link the tables to a form and let the user scroll from row to...
February 23, 2006 at 8:10 am
Since becoming a DBA 4 years ago, I haven't really kept up with the VB side of things. I have written only a handful of .Net apps with VB.Net 2003. ...
February 3, 2006 at 8:05 am
There is a new book out, see the link in my signature.
Also, what are you trying to accomplish? If you are just trying to migrate a database over to 2005,...
February 2, 2006 at 11:41 am
The book covers migration and storage for sure. I haven't found security and encryption yet. It might be there, but I haven't read the whole book. I actually wrote two...
January 31, 2006 at 5:31 pm
Great work, Dale!!!! I'm ordering my copy today.
Kathi
January 16, 2006 at 10:35 am
Viewing 15 posts - 181 through 195 (of 583 total)