Viewing 13 posts - 76 through 88 (of 88 total)
Thanks for help, could you please write some more in details, how can we supply login I'd and password to network drive, do you mean while mapping it? Please provide...
May 14, 2013 at 1:03 pm
May be this solves my problem if it is correct way - (Performance wise/logic wise)?
select max(Case when lastLogon is null then addedDatetime else lastLogon end) as LastLogin,
datediff(d,...
January 26, 2013 at 4:38 am
These processes would not be making it UI slower at the time of typing text? I am also concerned about the performance on each key press, back space key punch...
September 19, 2012 at 7:20 am
Thanks, this is what I was looking for. I used this technique atleast 10 years ago with SQL server 2000 but forgot these steps. I will try it on Monday...
August 25, 2012 at 10:35 am
As i mentioned earlier in detail that Windows authentication is not working.
Shamshad Ali
August 25, 2012 at 3:29 am
i used following to fix my requirement
select id, Name, dt1, convert(varchar, GetDate(), 107) from (
select id, Name, convert(datetime,dt) as dt1 from mTable1 WHERE case when (isdate (DT) = 1)...
July 14, 2012 at 3:00 am
Think positive, I am using this code and for explaining my problem I wrote it as it is. so that others can understand what is my question. Try to help...
May 31, 2012 at 5:13 am
I am NOT concerned with PatIndex issue, I just used the sample code here for everyone to understand how I am looking for search using this piece of code which...
May 30, 2012 at 12:28 am
Thanks, can we do this in SSRS 2005?
Shamshad Ali
May 24, 2012 at 2:31 am
SELECT * FROM tbl_user
WHERE UserName LIKE '%[^a-z0-9 ._-]%'
This gives me the result of all those specail characters like $ and hyphen and so on. Its fine. Thanks, Thanks...
August 11, 2008 at 11:09 pm
I need to list them down. if there is a way. also how should i exclude space" " and dot"." from [a-z0-9]
Thanks all for help...
Shamshad Ali.
August 11, 2008 at 3:12 am
the problem exists with NTLogin, that accept all characters except few. That is what i wanted to tell programmer that he must care of those all and the queries must...
August 10, 2008 at 11:02 pm
Thanks for your reply, but this really does not help me. also the link u sent is not accessible. Plz. verify.
The problem is I have to "Find DISTINCT SPECIAL characters...
August 9, 2008 at 3:17 am
Viewing 13 posts - 76 through 88 (of 88 total)