Viewing 15 posts - 181 through 195 (of 269 total)
Currently the user has explicit permission to alter,control and execute on the stored procedure. But still the user is not able to create the procedure from the software. I...
April 15, 2009 at 9:09 am
Thanks. I actually granted explicit alter permission on the stored procedure via SSMS. Is this different from running a grant command?
From the software, when the user runs a...
April 15, 2009 at 8:23 am
I’ve granted the user alter, control and execute permission to the stored procedure. But still the user is not able to modify the proc. And the user properties, under...
April 15, 2009 at 8:07 am
Yes, we are using Windows authentication. Thanks a lot. I'll try this out.
April 14, 2009 at 11:10 am
Thanks Bobby. Is there a way to find out the port??
Also, when I connect from my local pc, it will have my windows login. When I connect to...
April 14, 2009 at 10:24 am
Thanks Paul and Krishna.
Our client has been facing this problem on a day to day basis(this is not the slow running program I wrote earlier). We found...
April 8, 2009 at 9:31 am
Thank you for your reply.
The table structure is as I said above, has 2 fields with 2 non-clustered indexes. The table has 1.5 million records and it has...
April 8, 2009 at 8:24 am
Paul,
This table is not accessed by the program that ran last night. While collecting statistics for all the indexes, I happen to find this problem that there is no...
April 8, 2009 at 7:58 am
Thanks Jamie. The tables were designed long time back and I'm not sure why there is no clustered index. There is 2 non-clustered indexes for this table:
Tablename: EST_WRK
Columns: city_code,...
April 8, 2009 at 7:47 am
We just faced another performance issue with 2 other programs using the same table risg. Could it be something to do with the indexes in the table?? Does it...
February 10, 2009 at 3:09 pm
Below are the sql queries ran from the program:
SELECT oitm,co from risg where cls <>'Y' and co >= :v1 and co <= :v2 order by co ASC;
OUTPUT:n records
update risg...
February 10, 2009 at 8:38 am
Viewing 15 posts - 181 through 195 (of 269 total)