Viewing 15 posts - 1,141 through 1,155 (of 1,536 total)
1. In the job step go to advanced and enter an output file location.
2. Try this, you can exclude db's as needed...
declare @IDENT INT, @sql varchar(1000), @DBNAME VARCHAR(200)
select...
June 2, 2004 at 11:16 am
What is the error from the log?
Check the logins that you use to connect to the two databases, if you are using windows authentication check that the sql server agent...
June 1, 2004 at 1:48 pm
The only 2 issues that you might run into are slower inserts, updates, deletes as everything will now get logged to the transaction log (this however should not be an...
June 1, 2004 at 1:47 pm
Things to check: hard drive fragmentation? cpu bottlenecks? memory errors? page file usage?
June 1, 2004 at 12:03 pm
Awesome, thanks (this'll save me a few hours waiting for the information from thr Oracle DBA)
June 1, 2004 at 12:01 pm
What if the oracle login does not have permissions to view this system table? Is there another way?
June 1, 2004 at 11:30 am
I'd check the network i/o of each box, if you are writing or reading anything from a network and have the nic set on 10 base, or even 100 half...
June 1, 2004 at 11:24 am
1)I would purchase Dreamweaver for building a site, it's awesome and allows you to do pretty much everything (hate frontpage with a passion). You can check it out at
May 28, 2004 at 8:33 am
A simple way of doing it would be to have a checked_out column with a bit value, set this bit as 1 any time that the record is out for...
May 28, 2004 at 8:29 am
Just another piece of food for thought, rather than have a 4 instance active/passive make it a 4 instance active/active with 2 instances running on each node, you'll get far...
May 28, 2004 at 8:25 am
I'm running it on several servers and have not encountered any issues as of yet.
May 28, 2004 at 7:08 am
Are you logging in using a sysad level account?
This is an extended stored proc in master, and you have to be a sysad to execute.
May 27, 2004 at 11:31 am
Check your Windows 2003 server locale settings as it might have been set using a different locale from your other server. Also check the server collation type in SQL (right...
May 27, 2004 at 9:09 am
is "tblstore s" the name of the table or are you trying to create an alias for it? If an alias move the S outside the bracket and try again....
May 27, 2004 at 9:00 am
How about dropping and re-adding your login in SQL?
May 27, 2004 at 8:01 am
Viewing 15 posts - 1,141 through 1,155 (of 1,536 total)