Viewing 15 posts - 36,826 through 36,840 (of 59,072 total)
a.borgeld (9/13/2010)
I need the output in *.csv but i can concatenate the output.Good idea to, i tried something else with a loop, come back on it today.
Thanks guys.
BCP can create...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2010 at 7:04 am
sanmatrix (9/14/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2010 at 7:00 am
Agreed. SELECT DISTINCT usually indicates that more than 1 of the exact same row was created. That usually means the join criteria was NOT sufficient or the design...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2010 at 6:58 am
steveb. (9/14/2010)
what sort of maintainence plan are you trying to create?
I wonder if that matters here. It errors on the first step of the wizard according to the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2010 at 6:45 am
Alvin Ramard (9/13/2010)
"There are 10 types of people in the world. Those that understand binary, and those who don't."
...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2010 at 6:36 am
Dave Ballantyne (9/13/2010)
---- EDIT bum steer
Heh... "Mad cow"? 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 11:23 pm
TheSQLGuru (9/13/2010)
Can I ask why everyone is putting their code inside a UDF? Can't the code just be inlined as necessary?
Actually, the testing I'm doing works against both methods...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 11:18 pm
Brad Schulz (9/13/2010)
Just wanted to quickly respond... I've been busy all day (mostly writing my T-SQL Tuesday Blog Post).
Regarding the plethora of CROSS APPLYs in my code for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 11:16 pm
sporoy (9/13/2010)
What I'm trying to figure out is if the blocking unavoidable in these circumtances? Should I contact with SCOM support? This does not look as SQL's fault..
It's not SCOM's...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 10:28 pm
Heh... since Steve shut it down (probably a very good thing), I guess I'm a "bit" too late to make any further suggestions. I do have to admit I...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 10:25 pm
GilaMonster (9/13/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 10:13 pm
d_s_man (9/13/2010)
From what I can see these are real partitions. There is a file for each partition with partition function and range defined.
As...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 12:14 pm
Eric Russell 13013 (9/13/2010)
Jeff Moden (9/12/2010)
4. Code - This is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 12:06 pm
I absolutely agree with the above. You should just about never include a temp table in a transaction especially (but not limited to) the creation of a temp table.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 12:01 pm
Lennie (9/12/2010)
I have found the solution to my non Stored Procedure or TRansactSQL SQL String. It working now on the VBNET2008 Form and it...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2010 at 11:43 am
Viewing 15 posts - 36,826 through 36,840 (of 59,072 total)