Viewing 15 posts - 18,256 through 18,270 (of 59,070 total)
Outstanding article, Steve. I'd discuss it a bit more but, being a customer/consumer of software, I would tick off the whole world with my thoughts in this area, so...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 7:34 pm
Luis Cazares (2/27/2016)
Jeff Moden (2/25/2016)
Luis Cazares (2/25/2016)
If by any chance you're working with SQL Server 2012 or later, you can use TRY_CAST or TRY_CONVERT.Have you compared it for performance?
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 6:37 pm
SQLBill (2/25/2016)
You should also be able to use ISNUMERIC to see what data is not numeric and therefore can't be converted.-SQLBill
Careful now. ISNUMERIC should never be confused with ISALLDIGITS....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 6:34 pm
dogramone (2/25/2016)
Have a look at the script here
That's a Scalar Function with more than 1 While Loop. While it may do the job, it's RBAR on steroids and I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 6:32 pm
baiju krishnan (2/27/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 4:27 pm
staugust1 (2/27/2016)
...OR the same LastName and State...
To be honest, if you have very much data at all, that could return a huge number of potential duplicates. If someone told...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 4:14 pm
Someone else might be able to glean a whole lot more from what you listed but, for me, there's not a whole lot of information about the Query that was...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 4:07 pm
Luis Cazares (2/26/2016)
SSIS won't work correctly with temp tables. You need to use a permanent table for your script.Unless there's a workaround using certain settings, but I don't remember any.
Heh......
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 6:38 am
Sean Lange (10/26/2012)
riaan-777462 (10/26/2012)
I'm quite inexperienced in returning XML from SQL and have only been using single tables to return normal XML in the past.
Now, however, I need to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 6:34 am
This is a really good article, Phil. It actually echoes what Bill Gates predicted back in the '80s when he said that, soon, there would be no programmers, just...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 6:31 am
I keep looking at the jpg file that represents what you want for the final result and I keep asking myself what you would use that result for. If...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2016 at 7:55 pm
VoldemarG (2/25/2016)
SCRIPT1.PDF either directly in OLEDB data source via query and outputting result as is to FLAT FILE.
OR
as a compiled...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2016 at 5:16 pm
Lwestcott 17148 (2/26/2016)
Ok, dumb question, but why can't the "tool" take a parameter or two like fragmentation percent and/or number of pages in use? When above...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2016 at 5:03 pm
sqld-_-ba (2/26/2016)
Warning: Null value is eliminated by an aggregate or other SET operation.
To suppress this, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2016 at 4:55 pm
So you log into your desktop and then log into a local server and try to alter a stored procedure on yet another server? If so and because it...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2016 at 4:31 pm
Viewing 15 posts - 18,256 through 18,270 (of 59,070 total)