Viewing 15 posts - 106 through 120 (of 137 total)
To answer your question, there's sample code on executing a DTS Package from VB in the articles under Programming -> Visual Basic. You'll want to look to MSDN on...
February 4, 2002 at 3:08 pm
That occurred to me after I made the post. I just stumbled across a class that is going to get me started using .NET. FileSystemWatcher. I can...
January 28, 2002 at 1:29 pm
Back to my original response. Pass the machine name in from the front end. A trigger would catch the changes made by different applications. Maybe you need...
January 28, 2002 at 10:52 am
I think a combination of a sql job and dts packages will give you want you want.
January 24, 2002 at 4:08 pm
I think the point Andy was making is that SQL will only give you the host_name() provided in the connection string. MS Access will store the machine name when...
January 24, 2002 at 3:54 pm
Host_Name()
That's cool! I didn't know you could do that.
January 23, 2002 at 12:20 pm
Steve,
How do you get Hostname from the system? I got:
Server: Msg 195, Level 15, State 10, Line 1
'hostname' is not a recognized function name.
Can you identify the box by...
January 23, 2002 at 12:12 pm
I think you'll need to pass this from the user interface.
January 23, 2002 at 11:46 am
So yvan should end up with something like this?
replace(isnull(cast(My_Column as char), 'NULL'), 'NULL', '')
January 23, 2002 at 11:43 am
I don't know what kind of vbscript transformations you're doing. Most I've seen are string manipulations combined with if then logic. This can all be done in SQL. ...
January 16, 2002 at 11:09 pm
Thanks for the reply. I've never created a linked server in code before. I'll look into that. Sounds like a good option.
With regards to the DTS vs TSQL comment,...
January 16, 2002 at 4:20 pm
I agree the SQL box should remain SQL only. Fault tolerance is also a good idea. Nobody wants to go back to pen and paper! What are the...
January 9, 2002 at 9:44 am
quote:
the ultimate result set I want doesn't seem to be returned to my application, but rather the select for the code is...
January 7, 2002 at 11:13 am
Does your nested stored procedure return an output parameter?
January 5, 2002 at 1:24 pm
Viewing 15 posts - 106 through 120 (of 137 total)