Viewing 15 posts - 8,521 through 8,535 (of 11,676 total)
tamil.selvanmca (12/14/2011)
Yes i Create Index for All Tables
Is it possible to give all the information that Gail asked in the other thread?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 2:22 am
Please don't crosspost. It wastes people's time and fragments replies.
Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1221436-391-1.aspx
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 2:21 am
http://www.sqlservercentral.com/Forums/Topic988685-391-1.aspx
I wouldn't list forum activity directly on my resume. What if they check "the thread"? :blink: :hehe:
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 2:03 am
Ali Tailor (9/18/2010)
Hi ExpertsJust comment on this topic;
May we put the Forums and/Or blog activity on Resume?
I would just put "active in SQL community".
You can discuss details at the interview...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 2:01 am
Furthermore, try to get rid of functions in your join clause or where clause:
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 2:00 am
Do you have any indexes?
Check out the following article for some best practices:
http://www.sql-server-performance.com/2006/tuning-joins/
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 1:58 am
Is it possible to have error handling on the source and to redirect all error rows to somewhere else?
If that works, you could put a derived column on the error...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 1:27 am
Christian Buettner-167247 (12/14/2011)
Koen Verbeeck (12/14/2011)
why doesn't the second 'drop table' statement drop the table in the master database?
Won't the statement look for the table in the master...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 1:09 am
chris.stuart (12/14/2011)
Im reading in data in from a text file. This is SMS replies from clients. My whole database is designed to cater only for non unicode characters, but every...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 12:38 am
Great question!
I have a question:
why doesn't the second 'drop table' statement drop the table in the master database?
Won't the statement look for the table in the master database, just as...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 12:35 am
Did a bit of research (you can do this too, don't be afraid):
http://msdn.microsoft.com/en-us/library/b873y76a.aspx
Split the string using = as a delimiter. You get the substrings in an array.
Loop over this array...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 12:26 am
Dave Ballantyne (12/13/2011)
I find a calendar table invaluable ...
Indeed. If the OP doesn't have a calendar table that indicates holidays, than the request can't be solved, as holidays vary from...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 12:20 am
johnmcpherson1 (12/13/2011)
do something...
ELSE
do something else...
This will always return 1 row and 1 row...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 14, 2011 at 12:17 am
Do you have a date table somewhere that lists all the dates together with an holiday flag or something like that?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 13, 2011 at 11:40 pm
deepmustang 90114 (12/13/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 13, 2011 at 11:34 pm
Viewing 15 posts - 8,521 through 8,535 (of 11,676 total)