Viewing 15 posts - 16 through 30 (of 74 total)
Hi Ashish,
How do i check whether the user having enough permission..
Regards
Balaji.G
September 26, 2010 at 11:55 pm
learningforearning (9/24/2010)
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?
How...
September 26, 2010 at 11:53 pm
final option.(not to be made)
its asking remote username and password
i given the correct credentials details..
but its shows error
thanks
balaji.g
September 24, 2010 at 6:55 am
Hi Ashish,
I checked there.. but there is no sqlserver native client option..
Meanwhile
i tried to create from 2000 to 2008.. It shows the following error
like
[DBNETLIB][ConnectionOpen(Connect()).] Sql Server does not exist...
September 24, 2010 at 6:31 am
Hi,
could you pls shared me, where can i use this....
use 'sql server native client 10.0' as provider.
Regards
Balaji.G
September 24, 2010 at 3:07 am
Hi Karthick,
Thanks fo your instant reply ...
Can you tell me.. which is the best way to upgrade from sql 2000 ...
September 23, 2010 at 4:16 am
we ran the nested sp.. its getting error... its hard to find out.. so that only i 'll try to execute
a each sp's from nested sp..
thanks
balaji.g
September 21, 2010 at 7:11 am
Hi Jack,
In that nested stored procedure having sp1 calls sp2 and sp2 calls sp3 and so on..
i need to execute a single sp alone...
September 21, 2010 at 6:36 am
I want do for all objects.. I think its difficult..
Can you tell is there any alternate solution..
Thanks
Balaji.G
September 21, 2010 at 12:14 am
Hi,
I had restored a db name as rescon to sqlserver 2008.. actually it was sqlserver 2000 database..I tested one of the SP.. its getting error.. Invalid...
September 20, 2010 at 11:41 pm
Hi,
select a.name as objectname,b.rows from
sysobjects a
inner join sysindexes b on a.id=b.id
where indid>2
this query returns objects names and rows only.. if you want to find out...
September 16, 2010 at 5:56 am
i don't want cursor..
how do i change this SP,with out affecting the business logic..
if any ideas.. suggest me..
its urgent
Thanks
Balaji.G
September 16, 2010 at 4:11 am
Hi,
create clustered index c_app_xyz on xyz(app) with fillfactor=80
in xyz table, app is int, and also identity...
September 13, 2010 at 11:35 pm
Viewing 15 posts - 16 through 30 (of 74 total)