Viewing 15 posts - 54,016 through 54,030 (of 59,072 total)
If what you mean by "written skill" is "writing skills in the English language", then take some English courses, practice talking with people in English, and then maybe take a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2007 at 10:53 am
Maybe it was just by chance, but the result set you posted originally showed the "middle of the pack" for column B... the aggregate you settled on won't do that.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2007 at 10:46 am
I'm looking everywhere to write easily the result of an T-SQL query in an output file.
The use of xp_CmdShell to fire off BCP or OSQL would definitely be the way...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2007 at 10:36 am
max (11/22/2007)
I swear vb result is 3.85185988877447E-34 !! (how can i attach an image to a new post?)SQL result is 0
I'm actually using FLOAT instead REAL.
Thank you
Regards,
Max
When you create...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2007 at 8:20 am
Heh... personally, I'm glad banks are over-cautious with changes to software.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 8:04 pm
select EMPLNO,[Full Name],[CCNAME],[CC] from HREMP where [Full Name] like '%" & REPLACE(strS,'''','''''') & "%' and [CC] like '01032%' and (EMPSTATUS <> 90 or EMPSTATUS is null) order by [Full NAME];"
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 5:04 pm
Depends on what the maintenance plan is doing... DBCC REINDEX, can crush performance on very large tables that have large indexes or a CLUSTERED index that doesn't follow a chronilogical...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 4:59 pm
Vivien Xing (11/21/2007)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 4:52 pm
How about ...
Perfect...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 4:50 pm
EDIT: Actually, create a database on the new server with the same name as the database you're linking to on the old server. Create views which have the same name...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 4:21 pm
Why not just a Tally table driven split function, then?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 4:15 pm
Matt Miller (11/19/2007)
Hey - if you're going to give me a new stapler, expect to find some things stapled.....:D
Heh! If that's true, guess I need to give you a lawnmower...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 4:10 pm
Joe Contreras (11/20/2007)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 4:01 pm
Heh... well said Robert and ALI...
Yeup... that's kinda the way I figure it but we're only guessing...
The bad part here is a huge opportunity was missed to help the users...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 3:43 pm
Jeff,
My apologies to you for incorrect comments. Anyhow, im still curious to see your version of it.
No, no... not a problem, Ramesh. And, the RowNumber Over Partition to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 21, 2007 at 3:38 pm
Viewing 15 posts - 54,016 through 54,030 (of 59,072 total)