Viewing 15 posts - 871 through 885 (of 1,825 total)
Whatever the whys and wherefores , the tool is being blamed for a bad job by a bad workman.
Any developer can screw up any development.
May 13, 2010 at 2:49 am
Please see this article
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 12, 2010 at 9:26 am
datetimes are NOT stored in any particular format.
See this link for all that you will ever need to know about dates.
May 12, 2010 at 9:07 am
I suspect that this is a homework question.
Investigate pivot.
May 12, 2010 at 7:24 am
ankur_dba (5/12/2010)
Now the problem, when the results set...
May 12, 2010 at 6:23 am
Have you tried comparing the execution plans of the hanging and non hanging statements ?
May 12, 2010 at 3:39 am
Can you post the UPDATE statement that it is hanging on ?
Sounds like a bad query plan....
Please also see this http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 12, 2010 at 3:24 am
All depends on the quality of your .net developers.
SSIS removes all the framework from an ETL Process, (ie you dont have to worry about the nitty gritty of reading and...
May 12, 2010 at 3:07 am
Use a case statement on a row_number function to say that when RowNumber <>1 then show ''
May 12, 2010 at 3:05 am
Maybe an indexed view could be a quick solution to those issues ?
Id still like to see how the view i gave effects things in this case.
May 11, 2010 at 6:03 am
Mark-101232 (5/10/2010)
Congrats on winning challenge 19!!!
Thanks , Id like to thank the academy and wish for world peace 🙂
May 11, 2010 at 1:33 am
No random generator can guarantee truly unique , you will have to check for this you self.
Try this link ...
May 11, 2010 at 1:15 am
You have also posted in the 2000 forums , please confirm which version you are using.
Also please read this http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 11, 2010 at 1:11 am
Please keep to 1 thread.....
http://www.sqlservercentral.com/Forums/Topic919464-392-1.aspx
May 11, 2010 at 1:10 am
Viewing 15 posts - 871 through 885 (of 1,825 total)