Viewing 15 posts - 11,971 through 11,985 (of 18,923 total)
Well first of all, why don't you use (n)varchar in this case (design and procedure)?
And your answer with only the password case sensitive :
/* no need to return the username...
September 2, 2006 at 4:26 pm
Lol, there's nothing wrong with your solution... it just looks funny to me being less than 100 yo
.
September 1, 2006 at 2:10 pm
would this be the "correct" join to use??
from customers a
cross join items b
September 1, 2006 at 1:47 pm
Ok, can't help you much there... works fine on sql server.
September 1, 2006 at 12:09 pm
What's wrong with the solution I provided?
What else do you need to do besides checking if it's a real id?
Do you need to extract it to another field, update the...
September 1, 2006 at 11:24 am
I don't see how adding a line of code to do a copy is longer than recreating a process, but anyhow...
Checking for the existense of a file every few minutes...
September 1, 2006 at 11:05 am
This works for me... maybe you can expand from that :
select
isnumeric(rtrim(ltrim('hug1...
September 1, 2006 at 11:02 am
Just confused here about a small detail... I read in another article that the express version could do more than 10 operations at the same time and now in this...
September 1, 2006 at 8:06 am
First of all. This sounds like you need to create a relation between those 2 tables to guarantee data integrity. The first thing you can do is to set this...
September 1, 2006 at 6:40 am
That's a nice idea, but it doesn't solve the problem that first have to script all the procs to a file before search... that's why I preffer a on server processing. ...
September 1, 2006 at 6:36 am
You can always create a linked server to a flat text file, but since I think it's not possible to index a text file, I don't see much of a...
September 1, 2006 at 6:32 am
Just taking a guess here... almost assuming that I'm wrong
.
Select... order by Country ASC, MonthDate DESC
August 31, 2006 at 12:13 pm
Just a small not about the use of like '%%' to search a in list... if you have very few items in the list, the code will run pretty quickly,...
August 31, 2006 at 10:53 am
Viewing 15 posts - 11,971 through 11,985 (of 18,923 total)