Viewing 15 posts - 5,431 through 5,445 (of 6,216 total)
I havent worked much with asynchronous queries - will have to look! Are they using ADO, ODBC, ??
Andy
November 15, 2001 at 6:14 pm
I'd take a second look at DTS. You can certainly create complicated packages, but for just moving data from one place to another it's hard to beat. While the GUI...
November 15, 2001 at 4:52 pm
What is TSO?
FTP doesn't have anything to do with SQL really, even the FTP task in DTS is just a wrapper around basic Windows functionality. You can use the http://FTP.exe...
November 15, 2001 at 9:58 am
Seems like there should be, but it doesn't spring to mind. Building the string and using Exec() would certainly work. Another solution, not pretty, would be to do something like...
November 15, 2001 at 5:18 am
You're right, I probably should have included it. Just so hard to figure out what is "basic" and not write a book instead of an article:-) I did include it...
November 15, 2001 at 5:15 am
SQL has use of the entire 1G? 1G aint as much as it seems like!
Andy
November 14, 2001 at 8:25 pm
MS has a tool called LoadSim (I think) in the Back Office resource kit that will run scripts on up to 60 or so threads from a single client. Not...
November 14, 2001 at 3:44 pm
Never heard of it - seems pretty strange!
Andy
November 14, 2001 at 3:42 pm
I've never used Oracle, so I'd have a hard time as well. I think overall I feel that SQL Server is a solid product that is probably more than good...
November 14, 2001 at 10:42 am
Take a look at filegroups. Not my favorite solution, but a valid technique. Hopefully you're adding a RAID set and not just a single drive?
Andy
November 13, 2001 at 10:53 am
Steve, I think the problem is not every job or company needs the skills of a CPA or a PE. Have you read After the Gold Rush by Steve McConnell?...
November 13, 2001 at 9:33 am
Doesnt seem to be possible. If you look at the sp_runwebtask it just hands it off to an extended proc that's in a dll. The data in the wparams looks...
November 13, 2001 at 6:01 am
I'll have to admit to NEVER having done a silent install. Does it happen only on NT boxes or on Win2K machines as well?
Andy
Andy
November 13, 2001 at 5:48 am
How about posting your code? I'd suggest checking it separately, perhaps in a .vbs file. You can throw in some msgbox's to help you see what is happening.
Andy
November 12, 2001 at 12:09 pm
Viewing 15 posts - 5,431 through 5,445 (of 6,216 total)