Viewing 15 posts - 57,901 through 57,915 (of 59,048 total)
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...
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...
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...
August 3, 2006 at 6:06 am
David, I think you posted the wrong URL... The one you posted is for THIS thread...
August 3, 2006 at 6:00 am
Thanks for the feedback, Ryan.
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"
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...
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...
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...
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...
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"...
July 31, 2006 at 4:41 pm
If you need a text column for Results, tell me why this won't work...
select RGnameLast+', '+RGnameFirst AS Adjuster, RGnameLast, COcity AS ClientOffice, IOofficeName, WRworkOfficeId,
WRid, SRnameLast+', '+SRnameFirst AS Subject,
CONVERT(CHAR(8),...
July 31, 2006 at 4:34 pm
Seqiy,
Do you have a Microsoft URL for "And prefixing tables with "tbl" as well as all other objects in SQL decreases database performance. Just in case you did not hear...
July 31, 2006 at 12:23 pm
Shyam,
Although Serqiy has gotten blunt as all get-out, he's absolutely correct. Why on earth would you want to modify the content of the IDENTITY column? If you run out of...
July 31, 2006 at 12:18 pm
Unless you haven't posted all of the code, you, in fact, as the SQL Junkie suggested, do not need a cursor for this. Did you try the SQL Junkie's code? ...
July 31, 2006 at 12:07 pm
Viewing 15 posts - 57,901 through 57,915 (of 59,048 total)