Viewing 15 posts - 5,491 through 5,505 (of 15,381 total)
shan-422658 (3/12/2014)
Just a version 2 of the above query…
Surname GivenName
ABC x.yz
ABcx.y.z
ABC X.*YZ
A*.BC xyz
The query needs...
March 12, 2014 at 12:30 pm
MyDoggieJessie (3/12/2014)
March 12, 2014 at 12:26 pm
Dohsan (3/12/2014)
Sean Lange (3/12/2014)
Keith Tate (3/12/2014)
BTW Shan, Sean is one of the SQL Ninjas 😀
Thanks Keith. I would not consider myself a SQL Ninja by any means but thanks for...
March 12, 2014 at 12:22 pm
In an effort to evaluate which of the two posted methods would perform better I put together a quick test with 1000 random names. It is kind of nasty to...
March 12, 2014 at 11:08 am
Keith Tate (3/12/2014)
BTW Shan, Sean is one of the SQL Ninjas 😀
Thanks Keith. I would not consider myself a SQL Ninja by any means but thanks for the compliment. I...
March 12, 2014 at 9:19 am
shan-422658 (3/12/2014)
Surname GivenName
ABC x.yz
A.BC X.*YZ
A*.BC xyz
The query needs to get me the surname and...
March 12, 2014 at 8:57 am
buddy__a (3/12/2014)
March 12, 2014 at 8:31 am
adonetok (3/12/2014)
I used code below to delete duplicator but want to keep the latest [CreatedDate]....
March 12, 2014 at 8:14 am
rahma.andany (3/12/2014)
I have problem with my application, when uploading picture into sql server 2000 my application showing error message ( Run-time error '-2147467259(80004005)' Time out expired ). This...
March 12, 2014 at 7:48 am
Do you have a situation where there might be more than 3 dependents? This sounds a lot like you probably don't know the number of columns for output because it...
March 11, 2014 at 2:21 pm
tstagliano (3/11/2014)
This seems fairly complex. Couldnt this be completed by a Union query?
A union requires that each query have the number of columns. You are wanting to have derived...
March 11, 2014 at 2:19 pm
joepacelli (3/11/2014)
One of the...
March 11, 2014 at 2:11 pm
So let me see if I understand this. You have a table with a guid (please tell this isn't your clustered index) and a name. Then you want to update...
March 11, 2014 at 12:19 pm
PiMané (3/11/2014)
I'll try it, don't know if the software has "proper" SQL CRUD (columns specified in the INSERT) or "lazy" (INSERT INTO .. VALUES (..) without the columns name...).
If there's...
March 11, 2014 at 12:07 pm
Viewing 15 posts - 5,491 through 5,505 (of 15,381 total)