Viewing 15 posts - 1,381 through 1,395 (of 2,486 total)
There is a line in the VB code that executes the package. Just above that is a line that is commented out which saves the package back to SQL.
Look up...
March 23, 2005 at 3:52 pm
Ah yes you could use encryption, forgot about that one. I generally keep away from it because it can cause more problems than it's worth
March 22, 2005 at 12:31 am
Yelena
Yes the direct url is http://www.sqldev.net/xp/xpsmtp.htm
We use it on all our SQL Servers for all emails that originate from SQL Server. Since setting it up we haven't had any...
March 21, 2005 at 9:00 pm
Try using the undocumented extended stored procedure xp_dirtree.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=128000
March 21, 2005 at 4:13 pm
March 21, 2005 at 3:44 pm
First of all you shouldn't be putting non-Microsoft supplied items in the system databases.
Given an appropriate tool, such as Query Analyzer, users in the public role can view the stored...
March 21, 2005 at 3:42 pm
You could install IIS on your machine and then try the Web Data Administrator from Microsoft,
You could also try myLittleAdmin
http://www.mylittletools.net/scripts/en/mla_sql/default.asp
March 20, 2005 at 7:22 pm
Mathew
In order to provide a useful answer instead of a stab in the dark, can you give use more information about your problem?
How are you calling the package? What does...
March 20, 2005 at 2:51 pm
Thanks Grigory
Will a new version of SQLH@ be getting released before the SQL Server 2005 release?
March 18, 2005 at 5:36 pm
The problem you're encountering is due to the way DTS works. It's basically a client application and all resources that are referenced in the package need to be local to...
March 17, 2005 at 8:19 pm
Server Compare looks like an interesting start. At the moment it's a bit limited in it's functionality.
I tried a few DTS compares that failed miserably and trying to filter out...
March 17, 2005 at 7:45 pm
The configuration in SQL Server Integration Services (DTS 2005) is handled much differently. You have a package configurations collection that you can play with instead of global variables.
March 17, 2005 at 2:35 pm
As I was saying, if the global variable has <not displayable> for the value, you can't change it. You have to delete it and create it again.
March 17, 2005 at 2:32 pm
For something that runs in Query Analyzer to synchronise data, or even better as stored procedures. You'll be wanting to run a series of DELETE, UPDATE and INSERT statements across...
March 17, 2005 at 12:19 am
Where are you looking to use this IIF EMPTY command? In the report itself, or in an SQL statement?
You can use IIF in expressions within the report. For the SQL...
March 17, 2005 at 12:12 am
Viewing 15 posts - 1,381 through 1,395 (of 2,486 total)