Viewing 6 posts - 1 through 6 (of 6 total)
i am trying to do it like this but this is not working
select Count(AnswerID) AS T
FROM answers WHERE DateDiff("hh", '2011-03-10', ReceivedOn) <=1
where Receivedon is the time wen the...
March 10, 2011 at 9:05 am
Wen i chk my error log file it gives the error that
login failed for user sam bcz an attempt to login using sql authentication...server is configured only for...
February 28, 2009 at 11:56 pm
infact there is another login sam-pc/sam with windows authentication mode...wen i tried to connect with this login it gives me the same eror:(
February 28, 2009 at 10:19 pm
i have enabled the sa frm sql server management->logins->sa....
but for Sa ...in usermaping SOne ise not selected and wen i tried to select it and assign it...
February 28, 2009 at 10:09 pm
Hello
i hav changed my connection string like this
"Server = SAM-PC ;Initial Catalog=SOne;packet size=4096;user id=sa; password=sa; persist security info=false"
and now it is saying tht loging faile for user 'sa'....
February 28, 2009 at 9:54 pm
Thank you all for your kind help, with your guidence i have resolved my issue
August 17, 2006 at 10:02 am
Viewing 6 posts - 1 through 6 (of 6 total)