Viewing 15 posts - 1 through 15 (of 30 total)
nothing has changed .Its not just one step but job executes around 40 queries .
I have not tried to rerun since its production,it runs everyday at 7 am so will...
October 31, 2012 at 8:02 am
Table A
Id seq
1231
1242
1252
1263
Table B
TAbleBIDAIDAseqService
112311
212312
312313
412314
512315
612421
712522
i want to write a query which will give Table A id 124,125 ,126 as they dont have all of service(1,2,3,4,5)
i dont...
October 2, 2012 at 1:55 pm
Thanks so much for the reply.I am confused .Can you explain with refernce to my example above
October 2, 2012 at 1:40 pm
Thanks so much.This is what I was looking for.
Thanks,
April 17, 2012 at 7:45 am
Thanks for the reply.What does public implies here and how do I do it in a query.
Thanks,
April 16, 2012 at 10:55 am
Thanks but if I want to set the update date as some date in past ,how do I do that?
April 13, 2012 at 12:35 pm
Thanks for the reply.
Even for some test purposes .Is there a way to change the updatedate in syslogins manually?
April 13, 2012 at 11:30 am
Thanks for the reply.Is it actually windows domain rules or SQl server own rules.Since I am using SQL logins and all users in application have their sql logins so if...
April 6, 2012 at 8:53 am
Thanks for the reply.
Because of lack of time ,we want to implement this password thing quickly and for this what currently application does is each time user changes passwords from...
April 5, 2012 at 12:08 pm
Thanks all for the replies.
Its like this the various steps are
1.Generate text file from .dat file(Vb script)
2.Take the txt file and insert data in database
3.Move the original .dat file to...
November 10, 2011 at 8:01 am
Thanks a lot for reply.
My Web application is deployed on a web server A and database is on a Database Server B.
I am running out of space on Server A...
November 2, 2011 at 9:31 am
Thanks for the reply, it helps.
It implies that I will be able to set or map field length from my text file to columns in database.for example
First 2 chars from...
July 26, 2011 at 12:36 pm
No the temp table doesnt have any rownumbers.
It sjust
insert into #temptable
select ....
from ...
then I do a select rownumber as mentioned in my query and it gives rowcount as 1...
April 11, 2011 at 2:25 pm
Thanks for your reply.Your explanation is really helpful.
April 11, 2011 at 2:23 pm
Viewing 15 posts - 1 through 15 (of 30 total)