Viewing 15 posts - 271 through 285 (of 367 total)
Are you running the perl script via the sp_cmdshell sp.
If you do, does the sqlagent allow this (ie the checkbox in properties), also are you running this job as...
Steven
July 22, 2002 at 11:11 am
Does the sql agent log file give any more details? (Right click on the sql agent and choose 'display error log')
Steven
July 19, 2002 at 10:08 am
You can use sql profiler to capture all the t-sql commands sent to a sql server. Hence if you run that, you can find out what your web app is...
Steven
July 16, 2002 at 12:09 am
you will need to check the database to see if the 'guest permissions' are enough for your application.
Your sql server may be setup for NT auth only rather than mixed...
Steven
July 15, 2002 at 12:31 pm
Are you SQL Server and IIS site on the same server?
The IUSR account is the anom access account for IIS. Hence it is trying to use NT auth to access...
Steven
July 15, 2002 at 10:16 am
You can use the OLE stored procedures to run a dts. See the following link
http://www.swynk.com/friends/green/dtsole.asp
Steven
July 12, 2002 at 4:42 am
Do any of your apps use the sa account?
If not, and you have an nt account with admin rights (or a local admin account if you leave the builtin/admin with...
Steven
July 11, 2002 at 12:57 am
A while ago NGS SOFTWARE also published two very good papers on sql injection (time to ensure that all web pages which link to a database are injection proof!)
http://www.nextgenss.com/papers/advanced_sql_injection.pdf
http://www.nextgenss.com/papers/more_advanced_sql_injection.pdf
Steven
July 9, 2002 at 1:02 am
Just a single vb.net dll on the server to start with.
But once you have allowed it once, more follow...
Steven
July 5, 2002 at 7:00 am
Can't find anything on MSDN
I was wondering what impact the garbage collector etc. would have on the server CPUs/memory etc.
Steven
July 5, 2002 at 5:18 am
I plan to take a detailed look at both sets of log files sometime soon. If there are points worth mentioning I'll post them.
Steven
July 4, 2002 at 2:31 pm
Sorted. For those who are interested.
Well I started the sql server (after the forementioned process had been running for 8 hours)
detached the user databases
stopped sqlserver
killed the upgrade process
rebooted the server
the...
Steven
July 4, 2002 at 12:26 pm
Set the collate option against the article and all seems fine now.
Steven
July 1, 2002 at 4:52 am
Each database has its own database owner.
If you want to change it read up on the stored procedure sp_changedbowner in books on line which will change the database owner and...
Steven
June 28, 2002 at 1:20 am
Have you gone back to basics and tested your profile using outlook on the server?
Steven
June 27, 2002 at 6:30 am
Viewing 15 posts - 271 through 285 (of 367 total)