Viewing 15 posts - 121 through 135 (of 326 total)
I second your thoughts. Correct way is to get permissions and I have already asked for that.
MysteryJimbo (10/1/2012)
October 3, 2012 at 3:59 am
Exactly what I did, but the copy permission was not there 🙂
SpringTownDBA (10/1/2012)
My approach for moving databases:
1. Alter DB set...
October 3, 2012 at 3:59 am
Well one reason is tha tI don't want users to enter any data in this database while I am moving it. I know there are other ways to achive it...
October 1, 2012 at 4:33 am
we just want to shift files from one drive to another with larger space. So attach/ detach looks simpler...
Jason-299789 (9/28/2012)
September 28, 2012 at 7:00 am
Thats a nice explanation. I got your point Gail. Thank you...
GilaMonster (9/24/2012)
Null never matches any value, so you cannot have null returned from a in or...
September 24, 2012 at 5:10 am
May be it's difference of perception but to me it looks illogical. I am asking just remove those records which are there in NOT IN, and i didn't mention NULL,...
September 24, 2012 at 4:54 am
thanks Chris,I'll look into it myself.
August 22, 2012 at 9:59 am
But the results of this and previous query doesn't match. Seems ordering on different column changed the results.
August 21, 2012 at 9:32 am
Thanks so much for your thoughts. I'll give it a try.
August 21, 2012 at 4:31 am
Just an addition that i will have to remove top, left joins etc to make an indexed view here.
August 21, 2012 at 3:47 am
So I I direct output to a file, will it write complete message? Ok, let me try it.
opc.three (6/26/2012)
June 26, 2012 at 10:06 am
This actually gives the same text as you get thru GUI and again it won't be complete
440692 I am just a number (6/26/2012)
June 26, 2012 at 10:05 am
Sorry, I missed to see that you used CTE inside the query to make it nested.
Thanks
SQLKnowItAll (6/19/2012)
USE test
GO
CREATE TABLE tab1 (id int,oldId int, InsertedOn datetime)
insert into tab1...
June 19, 2012 at 7:31 am
Viewing 15 posts - 121 through 135 (of 326 total)