Viewing 15 posts - 3,541 through 3,555 (of 3,666 total)
Try setting the BufferTempStoragePath property for the Data Flow task to the other drive you want to use.
October 25, 2008 at 1:52 pm
Try replacing "@count = @count + 1" with "SET @count = @count + 1"
October 23, 2008 at 10:50 am
I believe MCTS (Microsoft Technology Specialist) is one of the lowest levels of certification Microsoft offers. MCTS certifications only cover "narrow" topics.
To get the MCITP for SQL Sever you...
October 22, 2008 at 3:04 pm
The normal way to do this is to setup a linked server pointing to the other server. You can then access it's data by using ServerName.databasename.Schema.tablename. You should...
October 21, 2008 at 11:15 am
...when designing the package is it necessary to add EXECUTE PACKAGE TASK ?....
To do what? You only need that if you want to execute another package from within that...
October 21, 2008 at 11:07 am
If you want email notification on the individual steps then that should be programmed into each package.
SQL jobs notify after the job completes, not after each step.
October 21, 2008 at 9:07 am
If anyone knows better then please correct me if I'm wrong.
I like what I can do with Visio for a reasonably low cost. The problem I have with Visio...
October 21, 2008 at 8:21 am
There might be another good reason to upgrade to 2008.
First let me say that I'm not on top of all the latest developments.
Did M$ fix all the 2005 bugs? ...
October 21, 2008 at 7:52 am
Can we get a bit more information?
You want B to run after a successful run of A. What do you want to happen if A fails?
I suspect you can...
October 21, 2008 at 7:44 am
I feel your pain Barkingdog.
I went thru the same thing. I'm so disappointed at Visio for not being to push the design to a database.
October 20, 2008 at 4:10 pm
The query expects eventstatus_bek_IGA to already exist. Does the table exist?
October 17, 2008 at 12:30 pm
Garadin (10/9/2008)
October 9, 2008 at 9:44 am
Where I'm working now, for the non-system databases, we typically do transaction log backups every 30 minutes; differential backups daily; and full backups weekly.
We do a full backup of system...
October 8, 2008 at 3:56 pm
Because sometimes the data you want does not lie in just one table and you have to query all the required tables at the same time in order to get...
October 8, 2008 at 8:15 am
Viewing 15 posts - 3,541 through 3,555 (of 3,666 total)