Viewing 15 posts - 57,916 through 57,930 (of 59,067 total)
"doesn't seem to lend itself to any sort of structure"???
As Serqiy said, you can create stored procedures that act as "main" routines that call other sometimes reuseable stored procedures as if they...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2006 at 7:23 pm
{insert theme song from Jeopordy here}
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2006 at 7:05 pm
Get 'em Serqiy! ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2006 at 6:57 pm
John,
What format is the p.Termination_Date column in? Because it's a CDR, I'm thinking it's probably in the YYMMDD format but want to find out for sure before I spend any...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2006 at 6:47 pm
A far better question would be what are you going to replace "PRINT 'BOY'" with and why do you think you need a loop instead of a setbased solution. Perhaps...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2006 at 5:59 pm
One way to do this is to pass the local date and time from the client to a stored procedure on the server where the data lives...
This should give you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2006 at 5:51 pm
Daniel,
As I said on the "other" forum...
I don't think you can because "plaza" and "boulevard" are both street types. Plus, there's all sorts of permutations for addresses. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2006 at 6:06 am
David, I think you posted the wrong URL... The one you posted is for THIS thread...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2006 at 6:00 am
Thanks for the feedback, Ryan.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2006 at 7:40 am
Value is one of those reserved words that may give you a problem... Name is more forgiving. You may have to use some quotes or brackets around the word "Value"
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2006 at 5:16 pm
Not sure what I'm missing here... As you said, load the file into the staging table and check the table for the necessary columns/permissions, etc. If they're wrong, just empty...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2006 at 5:11 pm
One more thing... this isn't Oracle and you don't need a ref cursor to get a return... I'm fairly sure that OLE DB and ODBC in conjunction with ADO both...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2006 at 5:00 pm
If it's not slow on all the servers, then you may be having some router or hub problems. For example, if the port and card the server is on are...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2006 at 4:55 pm
Juan,
I'm a bit confused.... you say the users are going to do deletes, sorts, filters, and analysis but you have concerns about their capabilities with the software (Access)? I'm thinking...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2006 at 4:50 pm
Thanks David... and I agree, but it's nothing quite so serious... our standards currently have some fairly strict naming conventions that do not include Hungarian Notation (except for the letter "p"...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2006 at 4:41 pm
Viewing 15 posts - 57,916 through 57,930 (of 59,067 total)