Viewing 15 posts - 21,991 through 22,005 (of 59,072 total)
Herpington_McDerpington (1/6/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2015 at 9:10 am
Grant Fritchey (1/6/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 11:44 pm
dwain.c (1/6/2015)
SQLRNNR (1/6/2015)
Lynn Pettis (1/6/2015)
Luis Cazares (1/6/2015)
dwain.c (1/6/2015)
Lynn Pettis (1/6/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 11:36 pm
djordan 4543 (1/6/2015)
I found the solution from this hp article http://www8.hp.com/h20195/v2/Getdocument.aspx?docname=4AA4-2072ENW I am able to calculate Cpu consumption core rate at 360 mb/s
It won't help. As with every installation...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 11:34 pm
jwiseh (1/6/2015)
Thank you for the rest of the replies as well. It's nice to know it's probably a bug in CHOOSE, and not...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 11:31 pm
Eirikur Eiriksson (1/6/2015)
While you'r at it, save yourself around 15% using an inline tally
Not to mention reads. That's why I keep a Tally function at the ready in every...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 11:27 pm
gabCruz (1/6/2015)
Thanks for all the suggestions. I already found out what the issue is. I missed to validate the date strings using isDate(). My bad. I used isDate and...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 11:17 pm
Koen Verbeeck (1/6/2015)
You never know if someone stumbles on a thread after an Internet search and has an additional question on...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 1:18 pm
Mohan G (1/6/2015)
Thank you very much for your quick replies. Below is the scenario for which i want to disable/hide the menus.
Whenever team take the production DB backup to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 1:12 pm
Self join, look for the MAX date less than the current date with the same holiday name.
{edit} The self join should probably be in the form of a correlated...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 9:31 am
Mohan G (1/6/2015)
I want to force my SQL Server developers to run a script to create a new database and restoring a database so
WHY??? :blink: Developers should NOT...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 9:03 am
Siva Ramasamy (1/6/2015)
But that did not help and the Log File size grew to the full capacity of the disk.
Hopefully, you've identified the code that caused that problem and...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 8:47 am
djordan 4543 (1/6/2015)
I am looking to build a data warehouse and trying to analyse hardware that may be suitable.
On microsoft's website they have an article called the fast track...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 8:43 am
You don't need to do anything to it but convert it to a DATETIME. And, you don't need to insert any spaces. SQL Server is pretty tolerant when...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 8:35 am
jdbrown239 (1/6/2015)
Not sure which forum to post this question but here goes.
My company has a stand alone sql instance with no front end application. The data in this instance is...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 8:32 am
Viewing 15 posts - 21,991 through 22,005 (of 59,072 total)