Viewing 15 posts - 41,356 through 41,370 (of 59,069 total)
dbo.benyos (10/24/2009)
BWAA-HAAAA!!!! So does any decent word processor!
I don't think you'd let any word processor enter any scheduled, unattended process inside production environments... My example was to show that in...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2009 at 9:44 am
Jack Corbett (10/24/2009)
Thanks guys. Made it through the night and she is fine. This is our first time with a "real" injury to our kids.
It's always a terrible...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2009 at 9:41 am
Lesson learned on my part...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2009 at 9:36 am
No need to declare an explicit transaction unless you're server is setup to require it. The default is not to require it.
Here's how I do such things in...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 9:20 pm
Agreed... no need for a Cursor... see the two articles that Jack pointed you to... I know the guy that wrote them. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:43 pm
Minaz Amin (10/23/2009)
'09-06-2005 00:00:00'
is there a way to convert this value to datetime type as I need to calculate the datediff between the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:41 pm
daniel.phone (10/21/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:37 pm
schep021 (10/23/2009)
The code was originally written as select * into..which I am trying to get away from.
Why are you trying to get away from such a simple, effective, and useful...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:34 pm
Jeffrey Williams-493691 (10/23/2009)
free_mascot (10/22/2009)
The only reason what I am looking is that you have already purchage 32bit sql licence and having the new 64bit hardware.
There is no such thing as...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:31 pm
As a side bar, if you had setup some test data and provided the scripts to gen that test data, any solutions folks gave you would probably already be tested....
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:25 pm
Depending on your level of comfort with the DOS gods, I'd recommend either xp_CmdShell or SSIS. If you were to post a wee bit more information using the techinques...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:17 pm
How many distinct items do you need to calculate a median for? In other words, do you have to calculate a median for every "grouped" item in a table?...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:04 pm
nick-1121133 (10/23/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 8:01 pm
repent_kog_is_near (10/23/2009)
Under what circumstance does Float do the approximations? Are there definite situations when it gets unpredictable?Dan
They're done some fixes in SQL Server 2005 and up but let's take an...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 7:41 pm
Vivien Xing (10/23/2009)
dbo.benyos (10/23/2009)
For instance, a guy with some UNIX knowledge will never write a script to replace strings in a text file. He'll use SED command instead. If you...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2009 at 7:29 pm
Viewing 15 posts - 41,356 through 41,370 (of 59,069 total)