Viewing 15 posts - 38,566 through 38,580 (of 39,466 total)
December 20, 2001 at 10:02 am
Works on local SQL2K Personal, 2 SQL 2K Server SP1, and on SQL 7, SP2 boxes.
Steve Jones
December 19, 2001 at 5:35 pm
Flag should never be cleared. I control the source, so this as good as it gets. If the flag gets cleared by someone, they'll be explaining to the CTO and...
December 19, 2001 at 2:35 pm
Interesting. I have to admin I have no experience, but I would think that EMC could provide some guidence. I interviewed with a company that had an EMC array on...
December 19, 2001 at 2:33 pm
That's funny (also not). I've used a couple hosting companies and DataReturn did it the right way. They ran a procedure to backup to disk and then grabbed these to...
December 19, 2001 at 2:30 pm
Even easier. look over the article. For special cases, you will need to build a case statement to handle each.
Steve Jones
December 19, 2001 at 11:46 am
December 19, 2001 at 11:24 am
December 19, 2001 at 11:24 am
Are these in the same column or separate? Just makes it easier if they are.
Here's some notes:
http://www.sqlservercentral.com/columnists/sjones/tamethosestringspart7.asp
Steve Jones
December 19, 2001 at 11:23 am
December 19, 2001 at 10:37 am
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
Viewing 15 posts - 38,566 through 38,580 (of 39,466 total)