Viewing 15 posts - 421 through 435 (of 2,486 total)
Take a look at the DTSFTP task over at http://www.sqldts.com
March 1, 2006 at 7:46 pm
No there wasn't any misunderstanding. In the .bas file there is a line that reads,
goPackage.Execute
just above this line is a line that is commented out. It'll be something...
March 1, 2006 at 2:48 pm
That is what he has used but a few of the lines in the code section are very long, therefore the article becomes too wide.
To illustrate this I've formatted the...
March 1, 2006 at 2:38 pm
If you're saving the packages outside of SQL Server, or modifying them programmatically, then you will lose the layout and all text annotations. This is because these items are not...
March 1, 2006 at 3:09 am
The problem is created by the use of preformatted text so the code displays in a more readable manner. When the or <PRE></PRE> tags are used the browser doesn't...
February 28, 2006 at 5:18 pm
I did about 120 packages at one go.
All I did was put all the seperate .bas files into a Visual Basic Project and performed a find & replace across all...
February 28, 2006 at 4:42 pm
Thanks for that, its always a good day when you learn something new
February 28, 2006 at 4:37 pm
To render a report in a format that is not listed you'll need to either a) source the required rendering extension on the internet or b) write you own rendering...
February 27, 2006 at 6:13 pm
If this is just your test database and you don't need to worry about the transaction log for recovery, then I'd do the following.
February 26, 2006 at 10:32 pm
Check the SQL Server Log and/or the Windows Event log and you should see a message along the lines of
"SQL server listening on x.x.x.x: yyyy"
Where x.x.x.x is the ip of...
February 26, 2006 at 9:37 pm
First point of call would be to use the Process object in System Monitor and determine if SQL is using the CPU.
A high processor Queue length could be caused by...
February 21, 2006 at 9:59 pm
February 15, 2006 at 12:12 am
We are running SQL 2000 Sp4
February 12, 2006 at 8:00 pm
Hmm ... I may be missing something here but I don't see where there is an issue with the code sample you've provided. For both the select statements I get
-----------...
February 12, 2006 at 7:52 pm
Viewing 15 posts - 421 through 435 (of 2,486 total)