Viewing 13 posts - 16 through 28 (of 28 total)
I don't think the VB application uses the dbmail procs to send emails. But I'm wondering about the permissions you mentioned. I created the batch (.BAT) file on the server...
July 9, 2010 at 2:46 pm
Lowell, I tried your code but somehow I was able to update data in the locked table.
I tried :
BEGIN TRANSACTION
SELECT * FROM tblMyTable WITH (TABLELOCKX)
and I got an error message:
"TABLELOCKX"...
February 19, 2010 at 12:51 pm
I have an Execute Package Task where the field Package Name is empty. Are there any situations where this field can be empty? This task needs to know which package...
February 12, 2010 at 7:03 am
Question #1:
I noticed there is a sysdtspackages table and a sysdtspackages90 table. I'm currently running my DTS packages on SQL Server 2005. We installed the DTS components add-on. So which...
February 11, 2010 at 5:54 pm
But what I don't understand is that the package runs without any problems. So is this just a UI problem?
February 10, 2010 at 8:28 pm
Sorry, I figured it out.
I saw the "Add Topic" button available only while I was in this forum (SQL Server Newbies). But the button wasn't there when I was in...
February 10, 2010 at 8:24 pm
I've been inherited a DTS project.
Can you explain why the global variable needs to be recreated when it shows <not displayable> ?
Is this a bug?
I'm in a situation where a...
February 10, 2010 at 9:34 am
It is a SQL table and it holds the NEXT value. There are multiple rows in this table, one row for each table that needs to be incremented. This table...
December 17, 2009 at 9:47 pm
I understand what you are saying but can you give me an example of how this can be done. How can I ensure that when a number is issued, that...
December 17, 2009 at 8:25 am
As it turns out, the Execute Package Task is definitely executing on the production server. But I'm curious about what you said, the package may run simultaneously on a separate...
December 14, 2009 at 8:31 pm
<< Why do you have questions that could be answered by yourself on a test system within an hour? >>
Bru, if you look at the left side of the page,...
December 10, 2009 at 7:16 pm
The reason why I need to learn DTS is because my client is still using them. I don't have a choice right now. I need to support his current system....
December 10, 2009 at 7:07 pm
Hi Greg,
If I understand correctly, if I open the DTS in SQL Server Management Studio (2005) and save it under a different name, it'll still be saved as a DTS?
December 10, 2009 at 7:17 am
Viewing 13 posts - 16 through 28 (of 28 total)