Viewing 15 posts - 1,786 through 1,800 (of 2,064 total)
I can't find the exact definition for duration at the moment. But it could be that the application is holding locks till all rows are fetched.
The results are both executed...
December 4, 2005 at 2:14 pm
identity(1,1)
Identity seed (=start) = 1 (first parameter)
Increase by 1 (second)
December 1, 2005 at 2:06 pm
I see that the query executed directly on the database needs 65221 reads and takes 0.5 secs
And when it is the VB application that requests the query it needs also...
December 1, 2005 at 7:21 am
can I see a link to these best practises?
All best practises I've seen mention that all objects should be owned by dbo.
(permission chaining, limiting wildgrowth,...)
Databases are normally owned by sa...
December 1, 2005 at 4:15 am
out of my head:
varchar: easily searchable but limited to 8000 characters (4000 for nvarchar)
text: allows more but is not so searchable because it isn't stored in the "record" itself, just...
December 1, 2005 at 4:10 am
normally this means you have to reapply the service pack
November 30, 2005 at 10:45 am
Are you allowed to change the field back to autonumbering?
November 30, 2005 at 10:27 am
1) Do the tables in the new db have primary keys?
2)Is the user allowed to insert data (permissions?)
November 28, 2005 at 1:47 pm
That query is huge.
I'll look into it tomorrow
November 28, 2005 at 1:42 pm
I wouldn't count on sql server 2000 and sql 2005 living happily together on a cluster. A test would be at place.
You surely can install 2005 next to 2000 like...
November 25, 2005 at 5:14 pm
No clue, I'm total new to SAN'S.
Does HP mayhaps have new firmware/software updates?
November 25, 2005 at 5:10 pm
Is this using sql enterprise edition or higher?
November 25, 2005 at 5:05 pm
I haven't got experience with dual cpu's.
Did you have a look at "parallel queries" in the books online?
The following server configurations can affect parallel execution of...
November 23, 2005 at 2:44 pm
Can we see the code of the stored procedure.
Is the hash table a temporary table (last for one connection) or a more permanent one?
November 23, 2005 at 2:34 pm
Viewing 15 posts - 1,786 through 1,800 (of 2,064 total)