Viewing 15 posts - 38,536 through 38,550 (of 59,072 total)
tosscrosby (5/5/2010)
Hey, we all work for the same company!
Man, I wish other folks would finally get THAT message. You anywhere near Detroit or Ann Arbor or...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:07 pm
For us, it was a virus checker and someone forgot to exclude MDF, LDF, and NDF files. It brought us to a crawl. Diskkeeper, on the other hand,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:04 pm
Grant Fritchey (5/6/2010)
Steve Jones - Editor (5/6/2010)
Lynn Pettis ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 6:53 pm
johnzabroski (5/5/2010)
I *HATE* Blackboxes.
Heh... I'm right there with you on that one. I've been known to impliment code just to say away from them.
I haven't checked it but it...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 6:38 pm
Lynn Pettis (5/6/2010)
Never know, I may actually find myself on the dark side in the future (goverment contracts tend to use Oracle a lot, ...
Heh... I've done both and I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 6:16 pm
Heh... poor guy... he's fighting not one but two language barriers (Oracle and French). Although even Oracle works better when using set based code (when set based code is...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 6:10 pm
san-1015392 (5/7/2010)
,Count(CASE WHEN CONVERT(DATETIME,CONVERT(VARCHAR(10), dtmdatecreated ,101))
...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 5:57 pm
ColdCoffee (5/5/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 5:32 pm
lavanya.pothu (5/5/2010)
roomNo,blockFrom,blockTo
blockFrom and blockTo are date fields.....
i insert data like
501 1-Mar-2010 5-Mar-2010
502 1-Mar-2010 5-Mar-2010
503 1-Mar-2010 5-Mar-2010
504 1-Mar-2010...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 5:26 pm
sohairzaki (5/8/2010)
Can you explain more how to shredded down. Performance is very important because the xml files are of size 1gThanks
heh... as a side bar, if performance were really important,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 5:19 pm
marwenG (5/8/2010)
Hi ps,My string connection is now like that:
string sConnection = @"Data Source=Admin-PC;Initial Catalog=GMAO;User ID=sa;Password=sa;";
When running my program,still the same error:
Specified sql server not found:Admin-PC
what is the problem?
Thanks
The problem is...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 5:17 pm
kazim.raza (5/8/2010)
this select is the one that has problems. exact count of records after inserting in #Hie is 161343. My data export to Excel failed after exporting...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 5:11 pm
shannon-567218 (5/7/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 4:46 pm
Sash Mav (5/8/2010)
here u go
select
t.num ,
t.strike ,
rt.col2
from #tmp t
cross apply (select
case when (t.strike...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 1:07 pm
Simple (now that we have some readily consumable data ;-)). Code with your data setup follows. Read the following article and pay attention to the rules because if...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 1:05 pm
Viewing 15 posts - 38,536 through 38,550 (of 59,072 total)