Viewing 15 posts - 38,566 through 38,580 (of 39,456 total)
duration is milliseconds
from BOL:
Duration 13 Amount of time (in milliseconds) taken by the event.
Steve Jones
December 19, 2001 at 10:36 am
What's RAID 1 + 5?
Some options,
Software - Nt/2K support software raid, but will be slow.
Hardware - there are some cheap Adaptec cards. If yuo search Ebay, you might get really...
December 19, 2001 at 10:34 am
December 19, 2001 at 10:26 am
Dim sConn, objConn, rsTable
Set objConn = Server.CreateObject("ADODB.Connection")
Set rsTable = Server.CreateObject("ADODB.RecordSet")
sConn = "Provider=SQLOLEDB; Data Source=MyServer;" & _
"Initial Catalog=pubs;User ID=steve;Password=stevespwd"
objConn.open sConn
Set...
December 19, 2001 at 10:25 am
Should be the same. The client interperts the text v image data. It's all just bits. You can open a jpg in notepad, just looks funny.
Steve Jones
December 19, 2001 at 10:22 am
I use #1, but like this:
declare @err int
select @err = 0
-- do something
insert.....
if @@error <> 0
select @err = -1
-- do something else
update.....
if @@error <> 0
...
December 19, 2001 at 10:18 am
December 19, 2001 at 10:11 am
Can't restrict sa, similar to the inability of restricting the domain admin. what is missing, however, is the auditing ability (or the take ownership tracking) in SQL. I've seen this...
December 19, 2001 at 9:55 am
You are welcome and thanks a bunch for the followup. Hopefully this will help someone else.
Steve Jones
December 19, 2001 at 9:54 am
3M rows!!! Yikes!!!!, could probably rewrite and get much better performance.
My suspicion (and that's all it is) is that the fibers are making a difference. Also, check...
December 19, 2001 at 9:53 am
A good career move for you.
Please come back and ask more questions, we love to help!!!!!!
(also visit some of our sponsors
Steve Jones
December 19, 2001 at 9:50 am
You should be able to just place the data files on the SAN and set the proper pathing (if the SAN can be addressed as a \\server\share.
As far as something...
December 19, 2001 at 9:44 am
December 18, 2001 at 7:47 pm
December 18, 2001 at 4:49 pm
That's a good point.
check all db settings before backup and after. See if something changed.
Steve Jones
December 18, 2001 at 4:48 pm
Viewing 15 posts - 38,566 through 38,580 (of 39,456 total)