Viewing 15 posts - 3,211 through 3,225 (of 3,738 total)
May 11, 2011 at 9:45 am
Does this example look like the answer or did I misunderstand your question?
USE AdventureWorks2008R2;
GO
EXECUTE sp_refreshview N'Sales.vIndividualCustomer';
I found it at the following URL:
http://msdn.microsoft.com/en-us/library/ms187821.aspx
Regards,
Welsh
May 11, 2011 at 9:34 am
You are using the "NT Authority\LocalService" Account.
I take it that you package trying to access any files on any other machines?
May 11, 2011 at 9:27 am
Where is the file located? Is it on the same machine?
May 11, 2011 at 9:09 am
I'm using Internet Explorer 8.0.
May 11, 2011 at 8:51 am
Thanks, yes.
But when I go to the next screen it does not do anything.:
May 11, 2011 at 8:39 am
Most of the Sybex books are very good and many of the SelfTest Practice Simulations are good.
May 11, 2011 at 8:34 am
GRANT Permissions at the schema level or the Object level.
May 10, 2011 at 4:00 pm
It is possible that you may have an issue with package level security.
Please refer to the following article. I will give you an introduction but to resolve your issue it...
May 10, 2011 at 11:50 am
I would say go for the MCSE but if you do not complete all of the requirements before that certification has expired, which will not be that long then you...
May 10, 2011 at 11:10 am
I'm glad you found a solution to your problem.
Why did one of the Access Databases transformations work and the other two failed?
May 10, 2011 at 10:41 am
Have you logged onto the SQL Server using the SQL Server Agent Credentials?
If not Logon.
Can you navigate to the path of the file? Is it visible?
Can you open the file?
Try...
May 10, 2011 at 10:34 am
You have to ROLLBACK IMMEDIATE or one of the other options listed in the following article:
May 10, 2011 at 10:22 am
I thought that I provided you sufficient information on how to do this but perhaps that is not the case.
Microsoft Press 70-290 goes into great detail on this subject matter.
I...
May 10, 2011 at 10:13 am
The MCSE certification will soon be retired and beyond Windows Server 2003 you should pursue an MCITP.
It is much easier to upgrade from an MCSE to to an MCITP, so...
May 10, 2011 at 10:03 am
Viewing 15 posts - 3,211 through 3,225 (of 3,738 total)