Viewing 15 posts - 5,521 through 5,535 (of 6,105 total)
This is a good reason to have an NTP server. Using tools from the resource kit, NT4 servers can access NTP servers. All others can get their time...
March 16, 2002 at 12:44 pm
A question that should be asked is were there any issues with the amount of memory SQL Server was using or was there simply a concern?
One thing to...
March 16, 2002 at 12:38 pm
We do this very task, and we've got some files that come across the mainframe that are quite large. What we poll for isn't the large file but a...
March 16, 2002 at 12:32 pm
Take a look at the following:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_perfmon_7eb8.asp
Basically, the counter value has to be set manually. Perfmon will report the value set until it's changed, so if you do the following:
March 16, 2002 at 12:26 pm
We have a fairly large server farm and we'd considered using it, but there isn't a lot of material out on it and there were other more pressing issues. ...
March 16, 2002 at 12:12 pm
I think there is also the case where a person would post a topic but never checks back. Perhaps the person finds an answer elsewhere or it simply becomes...
March 16, 2002 at 12:10 pm
Hi Lou,
I have not. I am in the process of trying to research it. A friend of mine is also having issues (chad) and we're trying to nail...
March 16, 2002 at 12:07 pm
Compaq has sizers for their servers. If you're not using Compaq, you'll get comparable answers.
http://activeanswers.compaq.com
K. Brian Kelley
March 8, 2002 at 5:47 pm
It is an internal stored procedure. It's what the Transact-SQL Debugger uses in SQL 2K to allow for debugging.
K. Brian Kelley
March 7, 2002 at 10:15 am
In Books Online, under CREATE TABLE or ALTER TABLE. Here are some links:
CREATE TABLE:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_create2_8g9x.asp
ALTER TABLE:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_aa-az_3ied.asp
K. Brian Kelley
March 5, 2002 at 1:37 pm
The readme files for the latest service packs contain this information.
SQL Server 2000:
SQL Server 7:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q274798
K. Brian Kelley
March 4, 2002 at 10:08 am
Haven't tried it, and I'm sure Microsoft would have fits about the whole thing.
One thing to consider with the trigger, though, is that it will fire per the operation specified,...
March 4, 2002 at 9:58 am
Yes, that's the article I was speaking about by you, Steve. And I still will agree to disagree with Neil on his. It goes back to that inherent trust...
March 4, 2002 at 9:49 am
I did a quick netmon trace and here's what I saw...
After specifying the IP address in Query Analyzer (2K), the first thing that the client did was make a call...
March 4, 2002 at 9:14 am
I've done a file of this size once using ActiveX scripting, ADO, and the File Scripting Object. However, it's basically like writing a mini VB program in DTS.
K. Brian...
March 4, 2002 at 8:22 am
Viewing 15 posts - 5,521 through 5,535 (of 6,105 total)