Viewing 15 posts - 1,171 through 1,185 (of 2,486 total)
Take a look at Microsofts SQL Health and History Tool.
May 11, 2005 at 11:50 pm
I think you'll run into licensing issues by distributing the necessary DTS runtime files with your MSDE install anyway.
As for the MSDE management GUI, there are quite a few out there....
May 11, 2005 at 11:47 pm
What sort of WEB applications are we talking about here? ASP.NET, ASP, PHP, etc...
I'm not the most authoritive person to speak on encryption methods. I don't know about other languages, but...
May 11, 2005 at 7:19 pm
Mark
I'm sure that everyone you talk to knows how "GREAT" your program is, but this doesn't mean that other products will work better in a given environment. In the posters...
May 11, 2005 at 7:15 pm
For SQL 7 there is a little executable called scriptpkg that saves the packages to VB files. It's usually located in the DTS samples folder.
If you can find it,...
May 11, 2005 at 7:11 pm
What about writing the T-SQL statement outside of DTS. Are the databases on the same server? If so, then why use DTS?
If not, then use DTS to pump the...
May 10, 2005 at 7:01 am
Using Lookups will switch the Datapump into row-by-row processing. This will significantly degrade the throughput of the datapump.
How much data are you loading? If it's not a lot then using...
May 10, 2005 at 1:12 am
Best method is to handle the encryption at the client end. That way you're not passing un-encrypted data which can be intercepted before it gets to the server.
If you...
May 9, 2005 at 7:58 pm
How about an easy alternative that doesn't require calling a application external to SQL Server? Try xp_smtp_sendmail from http://www.sqldev.net
Take a look at Bill Wunder's series of articles for replacing...
May 9, 2005 at 4:23 pm
"Set oDataPump = oPkg.Tasks("DTSStep_DTSDataPumpTask_1").CustomTask"
You'll want the task name here, not the step name. Check disconnected edit to get the right name.
May 9, 2005 at 4:15 pm
"abort a script from within a script"
Is this to abort a T-SQL script or, the script that's calling OSQL? If you do a raiserror in the script that's executing...
May 8, 2005 at 7:29 pm
Are you sure you're reading that right? Books Online says
Database size 1,048,516 TB3 Databases per instance of SQL Server 32,767 Filegroups per database 256 Files per database 32,767 File...
May 8, 2005 at 7:21 pm
How about using OSQL to run the scripts?
May 8, 2005 at 7:14 pm
Mike
I use a central error reporting package that is called via script in all of the On Error paths. There doesn't seem to be any performance issues and I have 8-10...
May 5, 2005 at 10:34 pm
Firstly, please don't cross post.
Secondly, see my response here,
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=180407
May 5, 2005 at 9:36 pm
Viewing 15 posts - 1,171 through 1,185 (of 2,486 total)