Viewing 15 posts - 421 through 435 (of 2,487 total)
What version of SQL Server are you using?
--------------------
Colt 45 - the original point and click interface ![]()
March 6, 2006 at 5:29 am
Take a look at the DTSFTP task over at http://www.sqldts.com
--------------------
Colt 45 - the original point and click interface ![]()
March 1, 2006 at 7:46 pm
Thanks Steve.
--------------------
Colt 45 - the original point and click interface ![]()
March 1, 2006 at 4:14 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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
February 28, 2006 at 4:42 pm
Thanks for that, its always a good day when you learn something new ![]()
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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.
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
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...
--------------------
Colt 45 - the original point and click interface ![]()
February 21, 2006 at 9:59 pm
Check this
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=18439
--------------------
Colt 45 - the original point and click interface ![]()
February 15, 2006 at 12:12 am
We are running SQL 2000 Sp4
--------------------
Colt 45 - the original point and click interface ![]()
February 12, 2006 at 8:00 pm
Viewing 15 posts - 421 through 435 (of 2,487 total)