Viewing 15 posts - 36,736 through 36,750 (of 39,720 total)
Lots of variables there, plus easy to miss an error or exception.
The wait for a disconnection is the problem. I think there are scripts in the script library that are...
December 11, 2002 at 10:40 am
How much memory have you given SQL? With PAE, you don't need the /3GB switch. You still want 2GB for the OS, then give 6GB to SQL, assign this as...
December 11, 2002 at 10:35 am
Look here for some more information:
http://www.sqlservercentral.com/resourcecenter/sqlmail.asp
Steve Jones
December 10, 2002 at 1:24 pm
One thing to keep in mind is that going from 2GB to 4GB isn't really a great benfit. A few hundred MB of RAM. The reason? The OS needs memory...
December 10, 2002 at 1:22 pm
December 10, 2002 at 10:28 am
Nope.
Fortunately, there usually aren't that many. This years security push really messed up my world. Basically at this point, you could get the SP3 beta (supposedly stable, and a webcast...
December 10, 2002 at 10:26 am
I like to not give them dbo, but it depends. If you have good change control and testing, then maybe it doesn't hurt.
Rather than grant what you suggested, create a...
December 10, 2002 at 10:23 am
In production, avoided. Though in my world, with dozens of servers, we have to let some people manage their db while we manage the server.
In dev, I try to avoid...
December 10, 2002 at 10:20 am
I've got a review coming out next week or the following.
I spoke with the Litespeed people at PASS and they mentioned that they had worked with MS and taken advantage...
December 10, 2002 at 10:10 am
Does this happen from multiple workstations? Try to narrow this down between the workstation and server.
If it's the server, if you can, detach dbs, uninstall, reinstall, then attach dbs.
If...
December 10, 2002 at 10:04 am
I actually mentioned this on a PSS call and they mentioned it has something to do with the SQL Server being unable to validate your credentials with a domain controller.
We...
December 10, 2002 at 9:54 am
Very interesting. Course, be sure you protect the backup files as well. Especially when they are on tape.
For laptops, we use Pointsec (www.pointsec.com) here at JD Edwards. Help Desk has...
December 9, 2002 at 3:22 pm
That will work as well. Thanks for the script.
Steve Jones
December 9, 2002 at 1:37 pm
The VB program should be running under the context of the user who executes it. This is the account that needs to execute DTS and log into SQL Server, and...
December 9, 2002 at 1:35 pm
December 9, 2002 at 1:30 pm
Viewing 15 posts - 36,736 through 36,750 (of 39,720 total)