Viewing 15 posts - 20,896 through 20,910 (of 59,072 total)
Actually, the latest "fad" is extreme PowerShell knowledge. Throw in some AD and WMI knowledge on top of that an you'll be unstoppable.
BI is in demand, as well, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2015 at 10:06 pm
Thanks for the kudo, Steve.
Here's the link.
http://www.sqlservercentral.com/articles/T-SQL/63681/
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2015 at 3:12 pm
Eric M Russell (4/27/2015)
OK, I'm sorry for the remark about some users wanting access to the 'SA' account just to feel important.
I wouldn't be. I'm glad that someone has...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2015 at 8:55 am
Luis Cazares (4/27/2015)
As that's a local temp table, couldn't you avoid inserting those rows in the first place? You would save time inserting and deleting.
+1000
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2015 at 8:36 am
dominic cloud (4/27/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2015 at 8:33 am
Gary Harding (4/28/2015)
Presumably they do something very similar to Eirikur's query under the hood, but with...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2015 at 8:22 am
ShuaibV (4/27/2015)
I wanted to implement the feature to send the email in HTML format from SQL. Which option will be more easy and less resource consumption? Like
sp_send_dbmail...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2015 at 8:15 am
You should see what happens when Halloween protection fails on an incorrectly written UPDATE when all of the conditions are just right. It's fairly unpredictable so nearly impossible to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2015 at 7:40 am
Eric M Russell (4/27/2015)
Jeff Moden (4/26/2015)
The other type is probably not what most people would expect. R. Barry Young coined the phrase for these "set based loops" (which is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2015 at 11:08 am
vikramchander90 (4/26/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2015 at 10:44 am
Gary Harding (4/27/2015)
Jeff Moden (4/26/2015)
You're seriously aware of one of the more famous Pseudo-Cursors there is... a SELECT that uses a Tally Table.
When I first saw this type of usage...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2015 at 5:37 am
kevaburg (4/26/2015)
This is my problem.
We have a database with a table that contains around 180m records. Each day a further 70k are inserted. No records are...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2015 at 10:19 pm
If it weren't so true, it actually would be funny. "Upgrade Tuesdays" seems to occur on the 1st Tuesday of each month. That Thursday after, the folks in...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2015 at 10:16 pm
vikramchander90 (4/26/2015)
Hi,Currently i do not have Primary key defined for table. But i created an index for row_no and account_id column.
Does the Row_No column have only unique...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2015 at 10:05 pm
rourrourlogan (4/26/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2015 at 7:21 pm
Viewing 15 posts - 20,896 through 20,910 (of 59,072 total)