Viewing 15 posts - 31 through 45 (of 63 total)
But M trying to export and import it's not taking data.... where could i find the setting for data exporting????
December 22, 2011 at 3:21 am
But M trying to export and import it's not taking data.... where could i find the setting for data exporting????
December 22, 2011 at 3:16 am
I just asked here MSSQL server and Oracle which can be a more compatible databases with .net(Microsoft visual studio).
Most probably oracle is used with java technology.
I agree with your...
December 20, 2011 at 12:59 am
again i am started to re-installation of MSSQL2008....
December 18, 2011 at 10:17 pm
It's working now 🙂
Thank you...
December 16, 2011 at 4:26 am
it's giving o/p :-
The number of orphaned users fixed by updating users was 0.
The number of orphaned users fixed by adding new logins and then updating users was 0.
December 16, 2011 at 3:44 am
i tries this
ALTER USER [ram] WITH LOGIN [ram]
but it giving following error :-
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'ram'.
December 16, 2011 at 3:34 am
can you please tell me how to recreate the database users on server...
December 15, 2011 at 6:47 am
Currently i am using MSSQL 2005 in which i have given the permission to the different database users..
Now I wanted to install MSSQL 2008... doubt is here that if...
December 15, 2011 at 6:23 am
Is there any another option for full text search on MSSQL 2005 SP2????
Do MSSQL 2008 support this ??????
December 15, 2011 at 4:00 am
do i need to run file SQLEXPR_ADV.EXE for this problem????
December 14, 2011 at 4:59 am
Yes It's working
I used
SELECT * FROM
view order by becount desc
It proved need not to use trigger.. 🙂
December 13, 2011 at 2:05 am
Bcount is not a column in any table... that is the column made by count() function where i used alias aa bcount.
and bcount is going to update at every time.
December 13, 2011 at 12:59 am
I need a record order by the count descending but it is not taking order by desc count column
What should i do??
December 13, 2011 at 12:44 am
Viewing 15 posts - 31 through 45 (of 63 total)