Viewing 15 posts - 286 through 300 (of 606 total)
I don't entirely understand what it is you are doing.
Are you bringing the results from the dts task into a global variable used for the message?
If you are doing this. make...
May 3, 2005 at 10:35 am
See this previous topic:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=170826#bm170869
I am not too sure that the sa password will show (unencrypted) in the package when exported to vb.
I was under the impression that...
May 3, 2005 at 10:29 am
If you are posting to an access database do not expect very soon.
It's not a good idea to export that many records in access anyway as you do not have...
April 29, 2005 at 10:29 am
The most important thing is to make sure the mail gets there. When people leave, change name etc, your mail will not work unless all the recipients are found with...
April 28, 2005 at 10:26 am
A quick and dirty way would be to:
a. Create a staging table somewhere that is populated by the mini
b. Do a select from the staging table. If no data...
April 28, 2005 at 10:17 am
The best thing you can do is use the 'Dynamic properties task'.
If you haven't used it before, let me explain.
Practically all of the objects in a dts package can be set from...
April 28, 2005 at 10:14 am
Why would you want to do it that way?
You are doing exactly the same thing as if you are declaring the value in the global variable by selecting properties/gloabl variabls...
April 27, 2005 at 9:44 am
Aplogies. Thought that explained how to install dts without sql. See this link:
http://www.windowsitpro.com/SQLServer/Article/ArticleID/7444/7444.html
April 27, 2005 at 9:39 am
You need to register the Microsoft DtsPackage Object Library on the server that you are trtying to create the object on.
If you look at MSDN, or http://www.sqldts.com they tell...
April 26, 2005 at 7:36 am
See this previous topic:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=170826#bm170869
April 25, 2005 at 4:59 am
Glad to have helped. Outlook is so annoying when trying to resolve names. I have never found a way around other than the full mail address.
April 22, 2005 at 6:05 am
April 21, 2005 at 10:17 am
Make sure the recipient that you are supplying is recognised by outlook for definite.
Cut and paste the actual recipient string into outlook and click check names. Outlook doesn't recognise a...
April 21, 2005 at 10:08 am
I'm guessing that in your code you have something like
Select something from table where id = ?
The failures are probably happening when the global variable (= to ?) is set...
April 21, 2005 at 10:03 am
I have never really investigated before so I can't tell you what each option does.
However, I have always created with the user set to ''Self" and never had a problem.
I...
April 21, 2005 at 10:01 am
Viewing 15 posts - 286 through 300 (of 606 total)