Viewing 15 posts - 31 through 45 (of 366 total)
Presentation of data should be handled on the client side. If you must do this on the server this will work
DECLARE @val smalldatetime
SET @val = getdate()
SELECT ...
August 22, 2005 at 12:00 pm
All good altrnatives but the easy way is to not use varchar. If you use Char(10) you know your string will always be 10 characters long.
Mike
August 19, 2005 at 10:56 pm
Displays of naked greed are never pleasant. Or perhaps greed is the wrong word in this case. Many of the people involved here may have...
August 19, 2005 at 12:47 pm
Phil what criteria are you using to set the value of Field3? Is it possible for Field3 to be 0 for all rows or must 1 row always have Field3 ...
August 15, 2005 at 10:59 pm
If you know which identity values have not been used or were deleted you can use the SET IDENTITY_INSERT statement, and insert an explicit value into the identity column. Check...
August 15, 2005 at 2:32 pm
There is usually a better choice for PK's than an identity integer. If there is not a single column that is a natural PK then use a composit PK. First Name,...
August 15, 2005 at 8:10 am
"you could use this(i'm a minimalist you see...
"
Why is it that the bigest brightest and best always claim to be minimalist.?
Mgyar anyone who has...
August 13, 2005 at 2:08 am
LOL...the "Do Not Push" button takes you to the EULA. Not that I acutally pushed it...a friend told me...
I bet they have a counter...
August 12, 2005 at 4:36 pm
"Some of you guys need to date more!"
Gee I knew that. Remi plays pool but I could use a few phone numbers.
Mike
August 12, 2005 at 12:02 pm
If you are using an Access form you can link each textbox to a value from the Db. When you load the cells (i.e. move to a new row)...
August 12, 2005 at 11:08 am
"Hi, my name is Steve, and I'm a Microsoft Co-Dependent"
<answering murmers of "Hi, Steve!" from the group>
Who will join me??
... and what do we call it??"
I have no clue...
August 12, 2005 at 10:40 am
Brian, you do not need to pull the totals. They can be recomputed from the data.
Mike
August 11, 2005 at 7:50 pm
oops...there I go with my aggressive analogies again!
you do have aggressive analogies perhaps the mouse in...
August 11, 2005 at 6:04 pm
Remi not only do you type answers to questions faster than I do but you type questions to questons faster than I do.
August 11, 2005 at 5:15 pm
It is funny and I am still lost. Ok let me see, we have pictures in the database and some of these pictures are similar. Greyhounds, Boxers, pit bulls, chows,...
August 11, 2005 at 4:55 pm
Viewing 15 posts - 31 through 45 (of 366 total)