Viewing 15 posts - 496 through 510 (of 812 total)
keep digging into application log and system log in event viewer of the system.
If its cluster check the cluster log.
----------
Ashish
September 27, 2010 at 3:11 am
not sure either wives can short the work hours or not but if they succeeded in this then definately your rest of the hours will be extended to either shopping...
----------
Ashish
September 27, 2010 at 3:09 am
can you see the execution plan for this slowness, i.e., where the resources are consuming most.
Also just a suggestion to try, if you have select query in your SP,...
----------
Ashish
September 27, 2010 at 2:19 am
yes, first you need to create the linked server.
Once you created the linked server then
use msdb
go
exec [your linked server name].msdb.dbo.sp_start_job
@job_name...
----------
Ashish
September 27, 2010 at 2:00 am
you can create various role in your application and then tag the users in those roles.
So for example you have one group as AppAdmin who have unrestricted access of...
----------
Ashish
September 27, 2010 at 1:53 am
How do i check whether the user having enough permission..
the account you configuring in security tab, you need to be make sure that account have requried permission...
----------
Ashish
September 27, 2010 at 1:40 am
did you tried with third option, 'be made using the login's current.......'?
Also the account you configured with password, does that user have enough permission to configure the linked server?
----------
Ashish
September 24, 2010 at 7:00 am
I checked there.. but there is no sqlserver native client option..
if you doing this in sql server 2008 and selecting 'server type' as other data source then this provider will...
----------
Ashish
September 24, 2010 at 6:47 am
any update???
is that resolved your problem???
----------
Ashish
September 24, 2010 at 6:12 am
i am trying to replicate the problem, but till then you can have a look of this article :-
http://support.microsoft.com/default.aspx?scid=kb;en-us;90111&Product=acc97
Also I am assuming, your excel file is not password protected
----------
Ashish
September 24, 2010 at 6:09 am
can you try to create linked server using gui..
Steps are(as mentioned in support.microsoft) :-
In SQL Server Management Studio, expand Server Objects in Object Explorer.
Right-click Linked Servers, and then click New...
----------
Ashish
September 24, 2010 at 5:12 am
excel 8.0 is compatible for excle 2007 and below.....is your excel file meeet this requirement?
----------
Ashish
September 24, 2010 at 4:49 am
you need to create the group in Active Directory. Then that group will be given required permission in sql
----------
Ashish
September 24, 2010 at 4:27 am
follow this article from line 'SQL Server 2005 and SQL Server 2000'
http://support.microsoft.com/kb/224071
----------
Ashish
September 24, 2010 at 4:13 am
(a) The ability to *just* execute existing stored procedures, and to create (but not drop/modify/etc) databases
creat a group and give 'Grant exec' to that perticular group. Later on you can...
----------
Ashish
September 24, 2010 at 3:54 am
Viewing 15 posts - 496 through 510 (of 812 total)