Viewing 15 posts - 211 through 225 (of 366 total)
Has your server been patched against the slammer worm?
See http://www.microsoft.com/sql for more info
March 26, 2003 at 5:41 am
Did you run the DTS job from the server itself? (as DTS is a client side app)
March 21, 2003 at 5:06 am
Does the query run from SQLPlus (ie oracle itself)
March 20, 2003 at 8:12 am
You can replicate from SQL Server to Oracle,
as for the other way round I think you may need to purchase the oracle gateway software.
March 20, 2003 at 8:09 am
You will need to use 4 part naming
eg
select * from ORACLEDATABASE..<Tableowner>.<Tablename>
Also I think everything needs to be in uppercase
March 20, 2003 at 6:33 am
Someone else suggested a different workaround to me a while back, which may be worth testing.
March 5, 2003 at 6:47 am
Also take a look at the two papers on injection at
http://www.nextgenss.com/research/papers.html
http://www.sqlsecurity.com is also a very good resource.
February 14, 2003 at 9:21 am
(Reason: Login failed for user (null). Reason: not associated with a trusted SQL Server conenction.")
This error id shows that the account information was not passed to sql. for instance...
February 10, 2003 at 5:01 am
I agree with David re the Uk, but in saying that they are UK jobs advertised at the 40K/50K range and above, espically around London
February 10, 2003 at 3:38 am
You could move that table into its own filegroup, then run filegroup backups.
You will need to test your backup/restore process fully to ensure you can get your database back if...
February 8, 2003 at 2:48 am
You may be able to grant them the db_ddladmin
role.
From BOL
db_ddladmin 'Adds, modifies, or drops objects in the database (runs all DDLs).'.
They may still have to prefix there objects...
February 7, 2003 at 1:33 am
Are you running the DTS from your own PC?
Remember DTS is client side software, hence it runs from the PC you run it on. If this is the case...
February 5, 2003 at 7:36 am
At least when it is the script part that falls over you can view the log file and the script. Then run it bit by bit in QA and manually...
January 27, 2003 at 5:17 am
Developers need a valid account to connect to the test/production servers. Hence restricting access to accounts may help.
January 24, 2003 at 1:15 am
You also may want to check the application, to ensure you can't inject sql.
I tested a HR package last year where they had two components the COM+ front end and...
January 17, 2003 at 9:47 am
Viewing 15 posts - 211 through 225 (of 366 total)