Viewing 15 posts - 39,361 through 39,375 (of 59,072 total)
patrick 98158 (3/11/2010)
I have a Table1 with 10 fields currently.
Field#1 is a unique key.
I have a UI that prompts the user for
a. an existing Field#1 (from unique...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 10:03 pm
Gosh... the FNF thing notwithstanding, I guess I'd have to say "It Depends". BIT datatypes can't be aggregated (sometimes useful for getting a count using a SUM of items...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 9:58 pm
Hmmmm.... this problem is coming up more and more... must be a new homework problem by a given teacher in some school or maybe a favorite "take home" interview question...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 9:44 pm
First error I see is that you have the database name in the -S parameter. Remove the .POSTCARD and try again.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 9:33 pm
'SELECT * FROM equip_output'
The only way to guarantee the order of a select is to use an ORDER BY. The fact that a table sometimes seems to be...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 9:29 pm
Ah... got it.
Did you modify the two functions you posted to get rid of the While Loops or do you still need some help there?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 9:20 pm
jrgustin 30365 (3/11/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 3:52 pm
david_wendelken (3/10/2010)
There can be performance penalties...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 3:38 pm
Dang... you're right... I forgot about the temp table.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 7:31 am
Heh... I agree... spoonfeeding is good. One picture IS worth a thousand words. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 7:29 am
All we need now are some rules for what to do. For example, what do you want to do with the Antipassback entries?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 7:18 am
Just a thought... are any other apps besides SQL Server running on that particular box?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 7:15 am
Now that I've said it, the temp table thing is probably the least of your worries because they automatically drop... temp tables drop when the current session ends... globabl temp...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 7:11 am
A toast to birdmac1 for trying to do the right thing in the face of constant adversity and ignorance! I'm glad I'm not in your shoes but like they...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 7:07 am
Very cool. Thanks for the feedback, Paul.
As a sidebar, I sometimes don't give an example because I really want people to take the time to look it up in...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2010 at 6:56 am
Viewing 15 posts - 39,361 through 39,375 (of 59,072 total)