Viewing 15 posts - 136 through 150 (of 429 total)
Mani-584606 (8/7/2012)
We have log shipping configured in SQL Server 2008 R2 SP2.
Log shipping copy job is failing and I'm getting the below error most of the times when I'm trying...
August 27, 2012 at 1:37 am
saidapurs (8/22/2012)
Replication will happen on 2 major condition.
1. Table should be required a index (Cluster or non-cluster)
2....
August 27, 2012 at 1:31 am
Can you please use T-SQL commands to create subscription.
Chandan
August 27, 2012 at 1:29 am
As Gail suggested above, the higher is this ratio the better. It simply means that your memory is having sufficient amount of data in the cache which will reduce the...
August 27, 2012 at 1:26 am
Walsko (8/22/2012)
Yes that works, I'm just at a loss to understand why it didn't work using my login baring in mind I have another server on the same domain connecting...
August 22, 2012 at 7:22 am
I have seen issues with linked server when I tried to impersonate windows\domain accounts. It is usually related to Kerberos issue where multiple hops are not supported.
I suggest you...
August 22, 2012 at 5:09 am
Lynn Pettis (5/24/2012)
LEFT OUTER JOIN MOC_DT.dbo.TCN_Xref tcn
ON tcn.recid = (SELECT
MIN(recid)
...
May 24, 2012 at 9:21 pm
TheSQLGuru (5/24/2012)
WHERE DsLocationCode = CAST(term.TerminalID AS VARCHAR)
AND (sup.SupplierCode...
May 24, 2012 at 7:36 am
this is an old thread but would like to inform that I could resolve this issue by changing the view to a procedure. Thanks to everyone who pitched in with...
May 23, 2012 at 6:11 am
anthony.green (5/17/2012)
data source been redeployed, check the data source is still set to use the SSRS_Virtual account
Nothing was redeployed. Just the report. I also added a reply just above yours...
May 17, 2012 at 7:19 am
I mentioned that the users do not have to have browser permissions. We have a basic authentication setup on the internet webpage and it should use one common account to...
May 17, 2012 at 7:12 am
anthony.green (5/17/2012)
impersonation gone wrong?new data source which isnt set to use the account?
Thanks for replying. We are using an existing data source. This works for guys with admin access but...
May 17, 2012 at 7:11 am
Don't give up yet. I am not able to find a suitable environment for your problem here, but you can keep trying:
http://stackoverflow.com/questions/2899201/microsoft-ace-oledb-12-0-64x-sql-server-and-86x-office
Keep us posted and all the best!...
May 17, 2012 at 4:52 am
Deepak.Sharma507 (5/16/2012)
Now that I have uninstalled all the components, I installed, I don't see any relevant "provider" when I try to link the excel file.
Even when I installed 32-Bit...
May 16, 2012 at 11:14 am
I have used linked server to read the data from excel and found it to be easy. Will that method work for you?
Thanks
Chandan
May 16, 2012 at 5:42 am
Viewing 15 posts - 136 through 150 (of 429 total)