Viewing 15 posts - 76 through 90 (of 366 total)
Looking at the DTS object model, the Dynamic Properties Task is exposed via a method, hence you make be able to change it using visual basic
October 27, 2003 at 2:09 pm
Personally I find copying the entries in the sysdtspackages table a lot easier, as described at http://www.sqldts.com/?204
October 24, 2003 at 3:07 pm
Haven't used that one, but I have used ASPEmail (http://www.aspemail.com).
To call this you need to use sp_OACreate (see http://support.persits.com/show.asp?code=PS01050851 for details)
You would need to add...
October 24, 2003 at 10:50 am
Frank,
MS provide the newsgroups via HTTP as well as NNTP, hence you should be able to get to them.
http://www.microsoft.com/sql/community/newsgroups/default.asp
October 22, 2003 at 4:37 am
NGS Software have two very good papers on injection. Well worth a read.
October 22, 2003 at 4:25 am
You beat me by 11 seconds, and basically had the same answer....
October 22, 2003 at 1:49 am
October 22, 2003 at 1:48 am
Here is one way using temporary variable and derived tables. This was quickly of the top of my head, hence there will be better ways.
set nocount on
-- setting up...
October 4, 2003 at 3:17 pm
Are your databases set to 'autoextend'? (espcially tempdb)
October 4, 2003 at 3:00 am
Thanks Allen
I'll recheck the system/application event log to make sure I didn't miss any events.
October 4, 2003 at 2:57 am
You could try the (free) sqlping utility to can your network (http://www.sqlsecurity.com)
The new beta version also tells you the real sql version, hence you can check the patch...
October 3, 2003 at 2:29 pm
SQL Server only takes the memory when it needs to. Hence when you restart it, it slowly takes more. If it hasn't used the memory it hasn't needed to use...
October 3, 2003 at 2:18 pm
This was the first time I had seen this error, hence I was just after any extra info on it. As it was a first time, and due to the...
October 3, 2003 at 2:09 pm
Viewing 15 posts - 76 through 90 (of 366 total)