Viewing 7 posts - 16 through 22 (of 22 total)
In this case the 100k return does not actually leave the server, it is used in a SP.
Improvement how? (he asked defensivly )
July 22, 2005 at 8:18 am
Couldn't you:
1. Check week day
2. If Monday to Thursday check month of next day
3. If Friday check month of monday
I do not know what kind of holidays that you/the...
July 19, 2005 at 2:16 am
Isolation levels regulate how other users (processes?) can access data that you are accessing - like reading from a table for example.
If your server is dragging maybe someone uses an...
April 27, 2005 at 11:33 pm
You could also do an export (defined by a query) directly to Excel.
/HL
February 7, 2005 at 1:57 am
Couldn't you use EXEC[UTE]?
Personally I think that executing dynamic SQL in a stored procedure defeats the purpose of a stored procedure, perhaps doing this in the code would be better?
/HL
February 7, 2005 at 1:56 am
I considered that solution, but rejected it as not elegant enough
To me, if I'm going to using such a solution, it seemed better...
January 31, 2005 at 2:33 am
It involves me being allergic to doing anything with an interface . The column names in my question is displayed in a datagrid control.
I...
January 28, 2005 at 4:24 am
Viewing 7 posts - 16 through 22 (of 22 total)