Viewing 15 posts - 41,281 through 41,295 (of 59,069 total)
GSquared (11/4/2009)
That means, no, it doesn't pull all the rows and then filter them. The query engine is smarter than that.
Ummm... not always true, Gus. If a view...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 10:36 pm
george.greiner (11/3/2009)
Ok cool I will definitely be looking into that code later on to better understand and speed up what I am doing! Really appreciate it guys! Thanks.
Most of...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 10:28 pm
alark (11/4/2009)
I created a shell script (Windows XP) that runs a stored procedure (SQL-2005) using OSQL ... and directs output to a file. The problem is that the file is...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 10:20 pm
Yes there is... please see DATEADD in Books Online. Yeah... you could just subtract 3 from a DATETIME datatype, but that won't work on some of the new DATE...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 10:15 pm
I'd encourage the rest of you to give it a try and see if you can inspire a young girl, a minority, or a child you know to consider a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 10:05 pm
Build a Temp table to accept results from the following (using Insert/Exec) and then query the Temp table...
EXEC dbo.xp_DirTree 'file path or UNC',1,1
Works in 2k, 2k5, and 2k8. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 8:26 pm
Indianrock (11/4/2009)
Which tool do you use and why?
SQL Server Profiler, and a healthy dose of grey matter.
Why were others ruled out?
They're available for use on every SQL Server (not...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 8:18 pm
huston.dunlap (11/3/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 7:21 pm
repent_kog_is_near (11/2/2009)
Let me try to summarize you:
*Bigger the precision (is it and/or scale), better the accuracy,especially in multiplication by a big number (Example: 2.45454545 (precision 9;scale 2) is more accurate...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 6:47 pm
Alvin Ramard (11/4/2009)
Jeff Moden (11/4/2009)
GilaMonster (11/4/2009)
Roy Ernest (11/4/2009)
I wonder how the Kilt day is going in PASS... 🙂Interestingly. Photos later.
Heh.... gives new meaning to the phrase "What's Up?" 😉
Some of...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 6:23 pm
GilaMonster (11/4/2009)
Roy Ernest (11/4/2009)
I wonder how the Kilt day is going in PASS... 🙂Interestingly. Photos later.
Heh.... gives new meaning to the phrase "What's Up?" 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2009 at 11:44 am
Greg Edwards-268690 (11/3/2009)
Jeff Moden (11/2/2009)
pleasehelpme (11/2/2009)
gilamonster,it's not your business how people like to answer the questions in the interview. Stop whining ok, you are annoying.
Heh... nah... what's realy annoying is...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2009 at 10:54 pm
Ah... thanks for the feedback on what you actually need it for. It's a rare pleasure to get that kind of feedback.
I'm in the process of rebuilding my computer...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2009 at 6:35 pm
Naeem_Khan (11/3/2009)
I have multi value parameter:
a
b
c,e
f,m
d
The selected values are returned as b,c,e,f,m
The UDF returns 5 different items when it should return 3 items. The problem is that the values have...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2009 at 5:40 am
This is about the 3rd time this question has been asked in as many days... why do you need to know this?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2009 at 5:31 am
Viewing 15 posts - 41,281 through 41,295 (of 59,069 total)