Viewing 15 posts - 14,041 through 14,055 (of 59,095 total)
I don't know what dbo.tfn_Tally(1000000, 1) does. Does it start at 1 and count to a million with an increment of 1?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 9:13 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 7:08 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 11:13 am
It's a well known fact that "managed" code can be and frequently is much slower and resource intensive than using properly optimized stored procedures. The key in this case is that no...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 8:45 am
Thank guys for identifying the bloody obvious 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 8:03 am
I have this problem.
At monday found this, so drop and recreate index, then execute...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 7:48 am
Just a heads-up on this... this type of query can cause statistics to be constructed on every column it touches. That could cause some pretty good delays for INSERTs, UPDATEs,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 6:54 am
I think the people granting patents such as the "1-click" thingy need to find a new job. They've obviously not done any due diligence when it comes to "prior art"...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 6:29 am
SELECT '$' + CONVERT(VARCHAR(10), CAST([ie].[Amount] AS MONEY)),--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 5:55 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 5:52 am
any other solutions / explanations for this behaviour?
I do not feel comfortable with...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2017 at 5:39 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2017 at 8:12 pm
The shortest thing would be to write a query that reads from the table and inserts the results into a common table using the undocumented and unsupported sp_MSForEachDB stored procedure,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2017 at 8:06 pm
ADDRESS
2248|("snake") ft NE, FTE 700
When...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2017 at 7:14 pm
Lynn Pettis - Tuesday, October 17, 2017 4:53 PMHow do companies end up with people like this working with their databases?
The interviewers...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2017 at 6:24 pm
Viewing 15 posts - 14,041 through 14,055 (of 59,095 total)