Viewing 15 posts - 43,006 through 43,020 (of 59,098 total)
I tried your code with the test data you previously posted. All seems well with the code. DECLARE @Table TABLE (id3 int, resume varchar(256), email1 varchar(256))
INSERT INTO...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:18 am
ifila (7/16/2009)
I am trying to generate...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:12 am
Heh... I have that very same problem when the caffeine levels are low.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 7:02 am
Grant Fritchey (7/16/2009)
Jeff Moden (7/15/2009)
Grant Fritchey (7/15/2009)
J.D. Gonzalez (7/15/2009)
Execution plans attached.
I'm sorry, but can you zip those up & reattach them. I'm having a hard time getting them to open...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 6:53 am
ahmad.ghazi (7/16/2009)
and i need to adjust identity ranges for this because i have set the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 6:44 am
Hey Mel,
I don't know if anyone else is having the same problem but all I can see of Avatar's today is a little red x. And, yeah, I'm using...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 6:31 am
RBarryYoung (7/16/2009)
Jeff Moden (7/15/2009)
Survey says, do the calc once a day and store it in a table (which I think is being done now, anyway). Use a synonym to...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 16, 2009 at 6:30 am
tnocella (7/15/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2009 at 10:06 pm
Don't touch a thing. Get that 3rd party vendor on the bloody phone and have them fix it now!
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2009 at 10:03 pm
I always wonder at the words "Remove Duplicate Records"... from what? The original data as in a "Delete" or just from the output of a Select?
People really need to...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2009 at 9:58 pm
Grant Fritchey (7/15/2009)
J.D. Gonzalez (7/15/2009)
Execution plans attached.I'm sorry, but can you zip those up & reattach them. I'm having a hard time getting them to open as is.
They're a new...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2009 at 9:51 pm
aravind_0404 (7/15/2009)
@free_mascotThanks for the reply...The size of log file should be 20-25% of the whole Datafile or the striped ndf's.
For TempDB, I'd say "neither". If you're migrating databases...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2009 at 9:46 pm
free_mascot (7/15/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2009 at 9:43 pm
ahmad.ghazi (7/15/2009)
I want to create a script to loop in all tables to reseed the identities in a specific database
using:
DBCC CHECKIDENT(‘TableName’, RESEED, current_table_ident + 1)
How can i make...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2009 at 9:39 pm
With the shrinkwrapped software and inhouse/3rd party code I've seen coming out lately, I'm pretty sure that over-engineering isn't a wide-spread problem. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 15, 2009 at 9:36 pm
Viewing 15 posts - 43,006 through 43,020 (of 59,098 total)