Viewing 15 posts - 316 through 330 (of 927 total)
just a quick question, have you checked it without file format?
March 20, 2015 at 6:38 am
All the question you have asked means you yet to get to know the working of sql server. i have share you some links to understand what is what. understanding...
March 20, 2015 at 6:36 am
have you checked the execution plan? which will show what exactly is happening behind the sense.
try the recompile option with timeout query. Do check your statistics are properly updated....
March 20, 2015 at 1:38 am
a sample set and desired output will help to identify your actual scenario.
March 18, 2015 at 4:42 am
nice question. it get a lot easier if you Remember the Msg 2749, Level 16, State 2, Line 1 error message.
Thanks for sharing.
March 9, 2015 at 1:18 am
hmmmm .... it can also be named as Theory of Everything 😛
nice question and thanks for sharing Eirikur.
February 26, 2015 at 4:14 am
In addition to the Eirikur response, Please also share what working you have already done against it so far for the problem your are facing.
February 19, 2015 at 11:35 pm
Nicely put. thanks for sharing the question. this will certainly bust few myths 🙂
February 17, 2015 at 11:47 pm
nice question. good basic knowledge.
thanks for sharing
February 16, 2015 at 7:27 am
excellent question have to give a thought before answering it. Thanks for sharing
February 12, 2015 at 7:19 am
how much time this procedure if you execute it. Its an awfully long transaction which mean if this procedure is running in the background then it will lock all the...
February 12, 2015 at 5:02 am
Another word of caution, as long as you have numeric values in your columns then it will work. But what if you have Alphabet in your data.
Consider the following scenario:
cola...
February 12, 2015 at 4:47 am
When you say this
SELECT CASE WHEN [TBL_whole_rock_geochem].au = 0
What is the data type of column [TBL_whole_rock_geochem].au column. because following can also generate the error. Consider the following...
February 12, 2015 at 4:28 am
Viewing 15 posts - 316 through 330 (of 927 total)