Viewing 15 posts - 481 through 495 (of 609 total)
i never used FULL TEXT SEARCH, how does it work in the queries.
thanks
August 5, 2009 at 10:18 am
So.. Finally like 'column%' is better than like'%column%' but i think both of then scan the table instead seeking though i have index on column
As you guys said if like...
August 4, 2009 at 3:57 pm
1st step:
Here is the list of users i am dropping..
SELECT * FROM sys.database_principals
where name not in (select name from model.sys.database_principals)
but how do i drop them all at once?
2nd...
August 2, 2009 at 6:25 pm
I get error when executing the procedure not within the proc.
if i replace with print i get this error:
Msg 241, Level 16, State 1, Procedure ReportTrace, Line 19
Conversion failed when...
August 1, 2009 at 8:43 am
I am executing store proc and getting the error, its not included in the proc
August 1, 2009 at 7:59 am
Guys.. any suggestions, I am seriously looking to grouping my drives. really appreciate your input
thanks.
July 30, 2009 at 11:14 pm
I am looking for this because i regular update data on a stage server and then move DB to production with name DB_new and then swap old and new then...
July 30, 2009 at 5:54 pm
I think instead of doing that i can map manually, its the same but i am looking for something easy to use.
July 30, 2009 at 3:41 pm
I know that but that just creates login not the mappings to different databases
July 30, 2009 at 12:51 pm
No. I have a login in which i have so many dabase mappings out of which that login has different preveliages on different tables and now i have to create...
July 30, 2009 at 12:36 pm
yes, your second statement is right. I want to group drives of each servers into one large drive.
July 30, 2009 at 10:55 am
that is what i am doing now, please read my concern again.
thanks
July 30, 2009 at 10:35 am
Viewing 15 posts - 481 through 495 (of 609 total)