Viewing 15 posts - 54,721 through 54,735 (of 59,089 total)
So, do table valued functions create temp tables in tempdb?
Yes, they do... Please refer to Q4/A4 at the following URL...
http://support.microsoft.com/default.aspx?scid=kb;en-us;305977&Product=sql2k
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 2:59 pm
No... I wouldn't make an alpha-numeric primary key... they're slow and difficult to maintain.
Why don't you just use an INDENTITY column and a Country column?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 2:56 pm
This will help, as well...
http://www.w3schools.com/sql/default.asp
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 2:40 pm
Heh... You did go backwards, indeed...
Instead of me trying to figure out what the function is supposed to do, please tell us so we can tell you how to do...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 2:31 pm
Muhammad Furqan (10/2/2007)
i think i was unclear.
what i meant was that constraint should be enforced, but a constraint being violated should not give an error and terminate the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 2:27 pm
My recommendation would be to import the data into a staging table using BULK INSERT. Nasty fast... then, you can add the necessary indexes for performance... can't do that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 2:22 pm
dhay1999 (10/5/2007)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 2:18 pm
Oh, thank goodness... it's not "Bankers Rounding" 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 1:44 pm
This is going to sound mean and I don't mean it that way...
The table is improperly designed... why do you have separate date and time columns? And, I'll bet...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 1:36 pm
After that... drink beer! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 1:32 pm
You need to do two things...
1. Click on the Windows {Start} button, click "Help and Support". When the new window appears, enter "BATCH COMMANDS" in the search field,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 1:30 pm
b.amudhavalli (10/3/2007)
query for converting varchar to numeric
OMG! :discuss:
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 1:25 pm
jezemine (10/5/2007)
I wrote a documenter that will do this for you also - see link in my sig.
Heh... nothing like a little shameless spam, eh Jeze?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 1:05 pm
Ok... if this is what you really want...
I only want to know column names, type and size. sp_help gives lots of details which I don't want.
... then make a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 1:03 pm
Ok... and thanks for the feedback about what you did to solve it.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 11:04 am
Viewing 15 posts - 54,721 through 54,735 (of 59,089 total)