Viewing 15 posts - 16 through 30 (of 33 total)
It was a sql account which worked accessing the file when sysadmin role was applied .. but did not work when sysadmin role was revoked.
September 22, 2010 at 8:29 am
Thanks! I will be trying this today, I did not user cluster administrator when creating the share .. I will let you all know how it goes .....
September 22, 2010 at 8:15 am
I might be confused but I was figuring since I was using 64 bit sql server on a 64 bit os, that driver had to be the 64 bit version....
September 21, 2010 at 1:00 pm
I am using 64 bit SQL Server .. and microsoft has released the x64 version of this driver.. Does that driver to your knowledge not work properly or something?
September 21, 2010 at 12:46 pm
Thank you for the reply .. I did run that dbcc traceon .. waited for another deadlock and the output is the same .. I am using this commands...
September 21, 2010 at 12:32 pm
in the security tab I have no mappings in the local to remote user as I am trying to read an excel file, and I have tried both options of...
September 21, 2010 at 6:52 am
Well I am creating the linked server like this
EXEC master.dbo.sp_addlinkedserver @server = N'ICD9_EXCLUSIONS', @srvproduct=N'Excel', @provider=N'Microsoft.ACE.OLEDB.12.0', @datasrc=N'C:\ICD9_EXCLUSIONS.xlsx', @provstr=N'Excel 12.0'
( I have also created them using the .xls and Excel...
September 20, 2010 at 1:01 pm
No it has not worked before. I have shared out the folder as SQLLINK opened up the share permissions to to Everyrone Full Control, then opened up the...
September 20, 2010 at 12:14 pm
.. edit .. I meant allow them to delete data from within the table .. not delete database from within the table. And unfortunately its a database that has...
September 1, 2010 at 12:41 pm
Yeah .. you are correct in your assessment .. but it was mainly due to my own oversight .. the file had 17 columns and the table had 16.. so...
April 30, 2010 at 7:09 am
never mind .. im dumb .. missed how many columns there actually were and how many were in file.. and I counted them like 15 times .. dumb dumb dumb...
April 29, 2010 at 7:58 am
Thanks all for your replies .. you have provided me with the needed ammo .. 😎
July 1, 2009 at 8:21 am
When I do this in Active Passive I notice no issue. Its only when I online any instance on the node that doesn't have the cluster...
May 1, 2009 at 8:02 am
Ahh .. I see .. I switched those settings on my dev cluster .. and I still see the same thing on the non dtc node .. oh well .....
May 1, 2009 at 7:35 am
Mike .. just curious .. was there a doc that you used to change the parameters for the security config? when I checked my config the defaults did...
May 1, 2009 at 7:02 am
Viewing 15 posts - 16 through 30 (of 33 total)