Viewing 15 posts - 2,296 through 2,310 (of 2,486 total)
Steve
VBScript does have a FormatDateTime function, however unlike VB it does not allow you to specify a formatting string. You can only specify one of five pre-defined constants, eg: vbShortDate,...
March 19, 2003 at 7:59 pm
Not sure I fully understand what you want to achieve, but how about this.
Create a temp table with an identity field that has a seed value of the first number...
March 19, 2003 at 3:40 pm
I know, the formatting for code isn't the best, but they're working on it
I like your use of the extra functions for the month and...
March 19, 2003 at 3:46 am
When a package is executed it assumes the security context of whoever/whatever triggered the execution.
eg: When you execute the package it runs under your security context, when SQL Agent executes...
March 18, 2003 at 8:05 pm
I'm presuming the DTS Package is setup as a scheduled job. That being the case you can set the Retry attempts and Retry interval on the Advanced tab of the...
March 18, 2003 at 3:57 pm
Do you get any sort of format file or header record that can be used to determine the columns?
If so, and you're using SQL2K, have a look at the properties...
March 18, 2003 at 3:54 pm
In SQL7, the logging is only to a text file. From memory I think this is specified on the General tab of the Package Properties window.
Hope this helps
Phill Carter
--------------------
Colt 45...
March 18, 2003 at 3:32 pm
First thing to do when scheduling a DTS package that you can manually execute successfully is check the permissions.
Also, given the message says something about DLL's, maybe the DLL...
March 17, 2003 at 5:59 pm
Can you provide some more details about what you want to do?
For starters, do a search (http://www.sqlservercentral.com/Search/fulltextsearch.asp) for XLS, there have been a number of discussions dealing with Excel files.
Hope...
March 17, 2003 at 5:56 pm
Have you checked that all the permissions are correct? That's usually the cause of a lot of problems when you try and schedule a DTS job.
Are you getting any other...
March 17, 2003 at 5:29 pm
Check out 'Professional SQL Server 2000 DTS' ISBN:1-861004-41-9
The Appendix A lays out the DTS Object library pretty well.
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
March 17, 2003 at 5:25 pm
You can't do any conversion within the view. Check out 'Creating an Indexed View' in BOL.
Also, you'll need to add a COUNT_BIG(*) to your statement. Just another of those many...
March 17, 2003 at 5:20 pm
... is fun
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
March 13, 2003 at 3:43 pm
For SQL 2000, if package logging is enabled, you can get the success/failure of the package in msdb..sysdtspackagelog and the success/failure of each step in the package in ...
March 13, 2003 at 3:42 pm
I'd like to see a follow up article from the other side of the fence. De-normalizing the databaase for datawarehousing/reporting.
In my current contract, where we are building a small datamart,...
March 13, 2003 at 3:18 pm
Viewing 15 posts - 2,296 through 2,310 (of 2,486 total)