Viewing 15 posts - 166 through 180 (of 508 total)
My script won't let you do a log backup if the mode of the db is in simple mode. Other than restoring the db and running through the logs I...
July 29, 2004 at 8:16 pm
What OS? Is it on a cluster?
SET XACT_ABORT ON
BEGIN TRAN
insert into linkserver.db.owner.table
END TRAN
is that what your transaction looks like?
Wes
July 29, 2004 at 8:15 pm
You can connect via QA and it works just fine. They are pushing developers to use the new visual studio that is comming out when 2k5 does. That way you...
July 27, 2004 at 9:26 pm
I would say this is almost the jump made from 6.5 to 7.0. Many, many new features the TSQL enhancements alone make it worth it. Online index rebuilds, oh...
July 27, 2004 at 9:18 pm
I have personally never done replication to an oracle database. I know it is supported I don't know if the default microsoft oledb drivers are enough. I would take a...
July 27, 2004 at 3:52 pm
version 3.0.123 until the released the new 3.1.x line had major issues. We are still running 3.122 because it is pretty damn stable. I'm running the newest version on serveral...
July 27, 2004 at 5:33 am
Why go anywhere else? the script library here as a ton of good stuff for backups and restore.
Wes
July 25, 2004 at 5:17 pm
On our most active server I do weekly fulls nightly diffs and tlogs every 15 minutes. I've never had a problem at all with the schedule. I've been running that...
July 23, 2004 at 6:23 pm
Merge replication would be the only way to do this without going to a third party or home grown solution that I'm aware of.
Wes
July 23, 2004 at 1:35 pm
Are you trying to pull back all 3.6 million records? If not check your indexes for sure. As the guy above said you may want to issue a nolock hint...
July 23, 2004 at 1:33 pm
Same here though I can tell you that 818 is the most stable patch out right now and wouldn't move to another patch unless its to fix a specific problem....
July 23, 2004 at 1:30 pm
What version of SQL Server? SQL 2000 has its own snapshot generation that is pretty robust and doesn't use DTS as far as I know. If you can post some...
July 23, 2004 at 1:28 pm
I have a script in the library here that captures all logins and dumps them to a file without using DMO. We have recently uncovered a DMO leak when called...
July 23, 2004 at 1:21 pm
Your method will start falling down if you want to do more than one tlog a day. There is no reason to backup the tlog then backup the database full....
July 23, 2004 at 1:11 pm
multiple IP's and routing can be an issue. Thats why I recommended killing one of the NICs and maybe adding an entry into your host file on the windows machine...
July 22, 2004 at 10:29 am
Viewing 15 posts - 166 through 180 (of 508 total)