Viewing 15 posts - 1 through 15 (of 22 total)
Hey
I think we used named pipes when defining the connection.
Thank you for all your help!
May 7, 2002 at 11:15 am
The error message is:
Microsoft OLE DB Provider for SQL Server error '80004005'
[dbnetlib] [connectionopen Connect()).] sql server does not exist or access denied
Thank you!
May 7, 2002 at 9:00 am
I found out the error. When I use the like in the where clause the query runs much faster.
Thanks!
April 24, 2002 at 9:13 am
Thank you for your reply. I have checked the books on line. It mention that few connections that I should not be deleting them. Particulaly cmd such as:
AWAITING COMMAND
CHECKPOINT...
March 27, 2002 at 10:14 am
THANKS STEVE THE CLIENT IS TRYING NOW. HOPE IT WORKS!
February 28, 2002 at 12:48 pm
hI Steve,
I am not an expert with window NT adminstration. Can you guide me on how I should go about doing the integrated security?
February 28, 2002 at 12:07 pm
SELECT t2.wildcard
FROM Table_a t1 CROSS JOIN
...
February 25, 2002 at 12:49 pm
thankyou so much for all your help! my working environment is sql server 7.0!
January 29, 2002 at 1:47 pm
Thank you so very much. It works but if the sp is encrypted then the script doesn't created. Am I right on this?
January 29, 2002 at 10:49 am
Hi All,
This is the package that I oppend in Visual Basic 6.0.
Option Explicit
Public goPackageOld As New DTS.Package
Public goPackage As DTS.Package2
Private Sub Main()
Set...
January 10, 2002 at 7:35 am
HI,
When I tried creating a package with sql server the error I'm getting is something like this:
[microsoft][odbc sql server driver][sql server] line2: incorrect syntax near '-'
Now I don't understand this...
January 10, 2002 at 7:17 am
Hi All,
I cannot seem to use the DTS Package to export procedures from the source database to the target database. Can someone tell me why I cannot import procedures?
Thank you!
...
January 9, 2002 at 11:40 am
IT SEEMS TO WORK. THANK YOU ALL!
January 8, 2002 at 2:33 pm
HI All,
The steps I took to save the dts pacakage to visual basic is:
-right click on dts package
-(location) Visual Basic File
-(file name)my_pkg.vbp
Now I don't understand the part where I have...
January 8, 2002 at 11:50 am
Viewing 15 posts - 1 through 15 (of 22 total)