Viewing 11 posts - 1 through 11 (of 11 total)
Andreas,
Thank you for your reply.
I would think there is space to be reclaimed:
which makes sence, as the database is logshipped and there are no big transactions running.
The...
August 2, 2021 at 11:09 am
Hi all,
Just a quick not to maybe help the next chump wrestling with this. 🙂
The problem appears to be in both the date (thx Ken) and the bit datatypes.
Unfortunately, both...
November 9, 2015 at 10:18 am
Gerald and Ken,
First of all, thanks for your suggestions. 🙂
Gerald,
Changing the ID to an unquoted string made no difference.
Ken,
Changing the datetime string to the format you specified and removing the...
October 27, 2015 at 9:33 am
Hey Gerald,
I wish it was that easy.
Part of my problem is that the query is succesful in SSMS, I can only get the error values by debugging a run execution,...
October 26, 2015 at 10:07 am
Hi,
I'd hoped to skate by on this, as neither the DDL or the DML change, but here you go.
The data included is the data that causes me my headache.
DML:
INSERT
INTO Requests...
October 26, 2015 at 9:46 am
Tom,
Thank you for looking at this for me.
Tom.Thomson (2/2/2011)
February 3, 2011 at 2:02 am
Gail,
I'm going to attach the create table statement and a data-sample.
This is one of the tables of our interfacing environment.
PD_Id contains the primary key, a combination of the dataset...
February 2, 2011 at 6:13 am
Gail,
First of all, thanks for replying.
GilaMonster (2/2/2011)Honestly, in this case I'd suggest drop the hints entirely and consider reworking the application process. It doesn't sound efficient, it doesn't sound like...
February 2, 2011 at 4:17 am
Hello everyone,
As I suspected, Eddie's solution was the right one. Thanks. 🙂
If anyone's curious, the statement now takes less than 2 seconds, which is good enough for me.:)
For some reason,...
August 12, 2009 at 9:15 am
Eddie,
Thanks. 🙂
I'll try tomorrow, but I think that may be it.
I've allways created indices for the queries that I perform, but never thought about the fact that the database may...
August 11, 2009 at 2:59 pm
Victor,
Thanks for your reply.
I've scanned the document, and found the statement to extract the number of reads/writes.
And the logical reads are through the roof.:ermm: (Over a million)
Logical writes are at...
August 11, 2009 at 9:48 am
Viewing 11 posts - 1 through 11 (of 11 total)