Viewing 15 posts - 54,706 through 54,720 (of 59,072 total)
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
Man, I do wish they'd fix the "code" windows so they don't triple space... all the pretty formatting I did got slammed to the left here...
Hey Steve! When are...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 11:00 am
I forgot to mention, empty column will be filled sequentially after user submits a starting number.
The task at hand is I have to filter 100,000 records down to perhaps...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 6, 2007 at 10:54 am
Viewing 15 posts - 54,706 through 54,720 (of 59,072 total)