Viewing 15 posts - 53,611 through 53,625 (of 59,068 total)
I also use type prefixes on all field names and database objects, which saves a ton of time when developing
What do you do when the requirements change and the datatype...
December 11, 2007 at 6:17 pm
Yuh huh... you watch... the next thing the boys from ops will ask for is a summary of the files sizes 😉
December 11, 2007 at 3:44 pm
Because SQL Server doesn't allow passing in arrays of values into a stored procedure
Thanks, but still doesn't answer my question... what type of data would those "arrays of values" contain?
December 11, 2007 at 3:26 pm
The program has to wait say 10 seconds between processing certain events".
Gotta ask... WHY?
December 11, 2007 at 2:39 pm
I'd just BULK INSERT into a table and go from there.
December 11, 2007 at 2:35 pm
Not enough answers in the Poll... for the reasons you stated, I simply don't allow 3rd part software into my database without a full peer review for form, fit, function,...
December 11, 2007 at 2:30 pm
I'd like THAT a lot... the Google search seems pretty much out of whack when searching the forum.
December 11, 2007 at 2:25 pm
Mike Levan (12/11/2007)
sorry its deleted
That's just not nice... now we have an answer with no question.
December 11, 2007 at 2:18 pm
I guess my question would be... why does anyone pass more than 8000 bytes of parameters to a stored procedure... what is the purpose?
December 11, 2007 at 2:17 pm
If it's that critical, create a "token table" where you set a row to identify if the job is already running. Check for that token at the beginning of...
December 11, 2007 at 2:11 pm
karthikeyan (12/10/2007)
Jeff,No..This is a different one.Yes i want to print ascii values of A-Z.
Can i use the same logic where you replied for my previous question ?
No, it's not different......
December 11, 2007 at 7:42 am
Ok... sure...
In order to do what you wanted, you wrote a loop to have a variable (@InitialValue) count from 1 to 6 in your first example. Then you...
December 11, 2007 at 7:35 am
1. What is the best way to show rows of data here? I am sure the way I did it can add to confusion if a lot of columns of...
December 10, 2007 at 7:23 am
Viewing 15 posts - 53,611 through 53,625 (of 59,068 total)