Viewing 15 posts - 3,541 through 3,555 (of 3,666 total)
I don't agree with calling this tricky. It's only tricky if you start making assumption about what might have been intended as opposed to what is actually there.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
November 14, 2008 at 7:31 am
Try setting the BufferTempStoragePath property for the Data Flow task to the other drive you want to use.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 25, 2008 at 1:52 pm
Try replacing "@count = @count + 1" with "SET @count = @count + 1"
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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? ...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 20, 2008 at 4:10 pm
The query expects eventstatus_bek_IGA to already exist. Does the table exist?
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 17, 2008 at 12:30 pm
Garadin (10/9/2008)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
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...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
October 8, 2008 at 8:15 am
Viewing 15 posts - 3,541 through 3,555 (of 3,666 total)