Viewing 15 posts - 57,511 through 57,525 (of 59,049 total)
Another good reason for learning it is so you can "ban" it... I don't mean "not use it", either... I mean import the data into nice normailzed tables... storing the...
September 28, 2006 at 12:02 am
If the Boss wants it real bad... he/she can have it that way (real bad)
Good luck.
September 27, 2006 at 1:37 pm
Does anyone out there use schema binding for a function? I'd be real interested in knowing any performance benfit you may have seen...
September 27, 2006 at 1:08 pm
Almost forgot... you can schedule a job to run every five minutes on the target server to look in the directory for where you place the file... when it sees...
September 27, 2006 at 1:02 pm
BCP to native format... BCP or Bulk Insert from native format... only requires BULK ADMIN role privs... not SA. Nasty fast...
September 27, 2006 at 1:00 pm
GREAT answer... I'd also add that I'd avoid views of views (can become a little memory intensive, more difficult to trouble shoot, and if written incorrectly, will need one view...
September 27, 2006 at 12:56 pm
Sure... until you have to do a calculation with both... then, as Remi suggested, it won't be possible to use an index even if both columns are indexed.
Just as a...
September 27, 2006 at 12:30 pm
As suggested, do a search on this forum... there's a particullarly good and nasty fast function
to calculate Work Days (week days,...
September 27, 2006 at 12:13 pm
An it's pronounced like the steel rod that but in concrete... ree-bar...
(translation... steel stick in the mud
September 27, 2006 at 11:23 am
No... but it sounds like you have... what'd ya come up with?
September 27, 2006 at 11:21 am
IMHO, views of views are a bit like writing functions that call functions... they sure seem useful until you need to troubleshoot...
September 27, 2006 at 6:43 am
Or... rewrite the stored procedure to be setbased instead of RBAR.
September 27, 2006 at 6:40 am
I did a bunch of experiments on several different machines (desktop, 4 cpu server, 8 cpu server, etc) about 9 months ago and the results are posted somewhere on this...
September 27, 2006 at 4:50 am
Viewing 15 posts - 57,511 through 57,525 (of 59,049 total)