Viewing 15 posts - 5,416 through 5,430 (of 5,590 total)
Bridget Elise Nelson (4/27/2009)
1 - used to represent either a missing value or a value...
April 27, 2009 at 7:21 am
Bob Hovious (3/11/2009)
No M R not.
S M R. Look at M webbed feet.
L I B !! M R Ducks.
I haven't thought about that since...
April 26, 2009 at 7:11 pm
Thoughts and prayers for smooth operations and a speedy recovery.
BTW, Part 2 is very good. Dare I say, even excellent.
April 26, 2009 at 7:01 pm
george sibbald (4/26/2009)
April 26, 2009 at 6:53 pm
April 26, 2009 at 2:47 pm
Bob Hovious (4/26/2009)
Okay, so I'm still catching up on this thread, and this quote is from mid-Feb.
Wayne:
You need to admit that you need help.
I'd like...
April 26, 2009 at 2:42 pm
Bob Hovious (2/19/2009)
Personally though, I would rather have a smart, motivated person with very little knowledge but the ability and eagerness to learn, than a moderately knowledgeable person with no...
April 26, 2009 at 7:47 am
Bad code stories? Okay, how's this.
Company hired a VB developer to rewrite an application from Delphi to VB, but gave him rein over SQL. The rewrite was supposed to be...
April 25, 2009 at 2:39 pm
GilaMonster (4/25/2009)
WayneS (4/24/2009)
GilaMonster (4/24/2009)
Unless you had a trace active, no way to tell.or a DLL trigger?
SQL 2000
Ok, I didn't see that before.
April 25, 2009 at 3:47 am
GSquared (4/24/2009)
April 24, 2009 at 7:55 pm
GilaMonster (4/24/2009)
Unless you had a trace active, no way to tell.
or a DLL trigger?
April 24, 2009 at 7:51 pm
Here's a one-command approach for the first one I did. It's uglier, but you don't have to call any procedures / functions.
select convert(char(8),
convert(datetime,
convert(datetime, stuff(stuff('154040',3,0,':'),6,0,':')) -
...
April 24, 2009 at 12:51 pm
First, fire your developer and store the time in a datetime field.
In the meantime, use this code:
declare @Start char(6), @End char(6)
set @Start = '133737'
set @End = '154040'
declare @StartTime datetime, @EndTime...
April 24, 2009 at 12:30 pm
I think the solution you already have is good, though I would change the current select to be select TOP 3 instead of using SET ROWCOUNT. (In the next version...
April 24, 2009 at 11:33 am
yulichka (4/24/2009)
Is there something from SQL Server I can select to get data from csv and put it to the table. I hace 5 csv files
You can use the OpenRowset...
April 24, 2009 at 11:31 am
Viewing 15 posts - 5,416 through 5,430 (of 5,590 total)