Viewing 15 posts - 61 through 75 (of 108 total)
Sean Lange (3/28/2014)
Luis Cazares (3/28/2014)
March 28, 2014 at 9:45 am
Luis Cazares (3/27/2014)
I'm afraid that this database is full of these pieces of sh code and it's slower...
March 27, 2014 at 11:34 pm
kaththecoder (3/6/2014)
I need to write code so that I can get the number of chars in my field "heu_postmeta".
I wrote this...
SELECT LEN(`meta_value`) FROM `heu_postmeta`
Getting error "LEN" does not exist
Any...
March 24, 2014 at 12:23 am
And here is the English link.
March 20, 2014 at 10:30 am
Is it possible that you have line breaks in query text when script is executed 2012?
Is there difference when pasting to excel for following query?
SELECT 'This is line 1.' +...
March 18, 2014 at 2:57 am
MyDoggieJessie (3/13/2014)
selvakumar.sms (3/13/2014)
here my small doubt i need IIS service in Server or i need to enable SMTP service in server ?
IIS and SMTP services are...
March 13, 2014 at 12:46 pm
Have tried text import wizard?
I have to use it all the time, because Finnish decimal separator is , and I need to import all floats as text and convert all...
March 13, 2014 at 12:32 pm
Ickier (3/3/2014)
SELECT DISTINCT A.KeyRightA -- int
, A.Status as a_status -- int
, B.KeyRightB -- int
...
March 4, 2014 at 12:14 am
Parallelism? Parameter sniffing?
March 3, 2014 at 11:37 am
I was able to workaround the issue by forcing spatial index usage.
This problem is interesting because it was only one query which is using this dynamic cursor. All other queries...
February 3, 2014 at 3:15 am
I like that we are heading to summer. There is still daylight left when I get back from work. I did not see much daylight for the last two months....
January 29, 2014 at 11:13 am
If I understood your question correctly, I think this blog post will have answers.
January 21, 2014 at 11:48 pm
Without analyzing deadlock info more I have a question.
Do you create cartesian join intentionally? There is no join to site table.
January 20, 2014 at 11:56 pm
PaulB-TheOneAndOnly (1/20/2014)
Ville-Pekka Vahteala (1/16/2014)
We are having performance problems on our server. We have found out that execution plans (attached) are very different when query is executed from SSMS and Oracle.
Does...
January 20, 2014 at 2:18 pm
I am confused what is what.
Could you rewrite question so that you use terms like database login and domain username?
January 15, 2014 at 11:52 am
Viewing 15 posts - 61 through 75 (of 108 total)