Viewing 15 posts - 1,861 through 1,875 (of 15,381 total)
mjakachira (1/27/2016)
January 27, 2016 at 7:59 am
How long does that query take? There are so many nonSARGable predicates in that view alone it is frightening!!! Then you have several more in your query.
I gave you the...
January 26, 2016 at 8:44 am
Ed Wagner (1/25/2016)
I know what you're dealing with now so I'd imagine it must look like a piece of cake to you. 😉
What I am dealing with now is why...
January 25, 2016 at 3:12 pm
SQLisAwE5OmE (1/25/2016)
I am confused whats the exact syntax to use under group by clause.
Basically I need to find out if a student is...
January 25, 2016 at 3:10 pm
SQLisAwE5OmE (1/25/2016)
Sean Lange (1/25/2016)
SQLisAwE5OmE (1/25/2016)
Sorry for the messy query....I didn't actually write it.....I wish I could write query like that....but thanks for cleaning it up.
Anyway,...
January 25, 2016 at 2:33 pm
SQLisAwE5OmE (1/25/2016)
Sorry for the messy query....I didn't actually write it.....I wish I could write query like that....but thanks for cleaning it up.
Anyway, I use crystal...
January 25, 2016 at 2:04 pm
btsserv13 (1/25/2016)
I did try using SSIS transaction and it takes more than 20 X times to execute the package than it would if I use without...
January 25, 2016 at 2:01 pm
Using aliases is a great idea. However when you name your alias the same as the original table name it kind of defeats the purpose. Also, you should avoid using...
January 25, 2016 at 1:31 pm
btsserv13 (1/25/2016)
In SSIS, I am
Deleting records from the table for a...
January 25, 2016 at 1:20 pm
Ed Wagner (1/22/2016)
Greg Edwards-268690 (1/21/2016)
Eirikur Eiriksson (1/21/2016)
Greg Edwards-268690 (1/21/2016)
Steve Jones - SSC Editor (1/21/2016)
Greg Edwards-268690 (1/21/2016)
January 22, 2016 at 7:08 am
Hugo Kornelis (1/21/2016)
Greg Edwards-268690 (1/21/2016)
Steve Jones - SSC Editor (1/21/2016)
Greg Edwards-268690 (1/21/2016)
But refuses...
January 21, 2016 at 2:41 pm
TJT (1/21/2016)
Yes I mean identifying any characters not belonging to the Latin General language.Your query picks up some, but still misses others.
This is my last attempt at trying. Can you...
January 21, 2016 at 10:09 am
joeshu26 (1/21/2016)
CREATE TABLE #mytable
(
...
January 21, 2016 at 9:25 am
TJT (1/21/2016)
Just identify them
Meaning you want them returned? Do you need any other information? This would be a LOT simpler if you would tell us what you want instead of...
January 21, 2016 at 9:04 am
TJT (1/21/2016)
I need to find all foreign alphabet characters in a column. It might Russian, Chinese, ect.
This isn't very clear what you want here. Are you wanting to write...
January 21, 2016 at 8:42 am
Viewing 15 posts - 1,861 through 1,875 (of 15,381 total)