Viewing 4 posts - 1 through 4 (of 4 total)
When I run this code in DTS:
===================================================
Function Main()
set mySourceConn = CreateObject("ADODB.Connection")
set rst = CreateObject("ADODB.Recordset")
mySourceConn.Open = "Provider=SQLOLEDB.1;Data Source=;Initial Catalog=Northwind;user id =;password="
mySQLCmdText = "dbo.Customers"
rst.Open mySQLCmdText, mySourceConn
Set ol = CreateObject("Outlook.Application")
Set olns...
February 1, 2007 at 4:25 pm
I finally got it to work!
I found the answer after doing a lot if searching:
You have to maunally run vs_setup.msi located on SQL Server 2005 CD 2 if devenv.exe was...
December 4, 2006 at 11:15 am
I finally got it to work!
I found the answer after doing a lot if searching:
You have to maunally run vs_setup.msi located on SQL Server 2005 CD 2 if devenv.exe...
December 4, 2006 at 11:13 am
I am browsing the cd's, and can not find Management tools.
Please help
December 1, 2006 at 12:06 pm
Viewing 4 posts - 1 through 4 (of 4 total)