Viewing 15 posts - 31 through 45 (of 58 total)
Make sure the account that you are using for the SQL Server Services and Agent (if you are scheduling it as a job) has access to the UNC share.
Hope that...
June 28, 2004 at 11:50 am
At the time this release went to press, the link to our site may not have been activated.
If your readers are interested in our product, and would like to take...
June 14, 2004 at 8:41 am
Steve, I bet you had no idea of the controversy the Reagan posting would cause. Sure, it's a diversion from the usual content, but one I know you meant simply out...
June 8, 2004 at 12:08 pm
Just by virtue of taking the time and space on your website, to make honorable mention of a truly inspiring leader and indeed, the "Great Communicator", President Ronald Reagan, is a credit...
June 7, 2004 at 12:04 pm
Try this SQL script
set quoted_identifier off
declare @blocked int
select @blocked=count (*) from sysprocesses where status <> "background" and cmd not in
('signal handler', 'lock monitor', 'log writer', 'lazy writer', 'checkpoint...
June 7, 2004 at 9:58 am
Hey! Anybody remember the Great Blackout of August 2003? And, I have that T-shirt. While we were sweatin our ac's off (pun intended), we were cranking diesel fuel into the...
June 7, 2004 at 8:52 am
You're welcome! It may also be possible for you to script something out using xp_cmdshell, and netsvc.exe, and then schedule it, with an alert if the service shuts down (assuming...
June 5, 2004 at 6:03 am
You can also obtain netsvc.exe, from the Windows Resource Kit.
This handy utility can give you the status on any service locally or remotely.
Controls and displays the status of services.
NETSVC servicename...
June 4, 2004 at 2:52 pm
Indeed. You can check out Lumigent's ENTEGRA, that does exactly what you are looking for. It doesn't have much overhead, and does not use triggers. It may be a bit...
June 1, 2004 at 9:44 am
Let me try to clarify based on my experience with multiple instances on a cluster. First, I think you are confusing instances with virtual servers, in that any instance built...
May 28, 2004 at 7:38 am
Dave:
Please see my updated post, which I was in the middle of editing, when I reviewed what you're looking for.
May 26, 2004 at 1:50 pm
To record this information, you will either have to design something using triggers: see this article http://www.sqlservercentral.com/columnists/rmarda/auditingtriggers.asp
Use Profiler, which has overhead, and not meant to be used for an...
May 26, 2004 at 1:45 pm
I may not be able to give you exactly how much memory should have. Actually, SQL Server dynamic memory manager is best at determining how much memory it needs. It also...
May 25, 2004 at 11:03 am
You can assign the static port number by using the Server Network Utility for each instance.
May 18, 2004 at 1:15 pm
You need to simply add the login/user 'asdf' to the server/database and grant permissions to the tables.
I don't know if there are any restrictions and separation of responsibilities (i.e....
May 16, 2004 at 9:12 am
Viewing 15 posts - 31 through 45 (of 58 total)