Viewing 15 posts - 1 through 15 (of 21 total)
while waiting for user confirmation on the data type length , I has some idea how to convert this while loop, but I need help to confirm on the joining...
April 25, 2022 at 4:59 am
Thanks Thom.
The typo is fixed .
All the (Max) data type will be reviewed with the users once the while loop logic have been converted and tested . I can use the...
April 21, 2022 at 2:16 pm
It means the IX locks that requested by the update process is not successful because the same page is owned by the select process . and the select operation is...
July 2, 2013 at 9:49 am
There are actually index created :
CREATE NONCLUSTERED INDEX [IDX_TXN_DESP_OUT_STATUS] ON [dbo].[TXN_DESP_OUT]
(
[DESP_STATUS] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF,...
July 2, 2013 at 3:08 am
The blocking occur intermittent
i have also set sp_configure 'blocked process threshold', 10. .
and when the blocking happened , i try to select other rows in the config table ,...
December 7, 2012 at 2:40 am
Unfortunately , the blocking happened again . and blocked process report capture nothing . I run the SOL SEVER report- activity -all blocking transaction during the...
December 7, 2012 at 2:29 am
Well. i manage to sort out the issues .
When i Disabled the SQL SERVER BROWSER services. it have a "Active" option in the SSCM - SQL SERVER BROWSER -...
August 22, 2012 at 11:00 pm
I have try to ping from other pc machine in the same domain, and I still see ABC in the list of sqlcmd -L.
i try to remove all the SQL...
August 22, 2012 at 10:27 pm
I cannot connect to that ABC instance , it only have one instance in the server .
I have checked from the services.msc , it only have one SQL INSTANCE which...
August 22, 2012 at 9:40 am
Is your own domain account have a domain admin rights ? or own local administrator rights in both of the cluster node ?
June 13, 2012 at 10:12 am
So, should i say when running the DBCC SHRINKFILE , if sum(all type of objects virtual memory committed) larger then 2GB, the error should be generated ?
why i need...
April 3, 2012 at 11:04 am
I will try to locate a 64bit sql server with 2 TB disk space available before i can restore the database over there . It will take sometime .
Is there...
April 3, 2012 at 10:45 am
I have not implement /3GB . only /PAE and AWE is configured.
Query Output :
physical_memory in bytes ...
April 3, 2012 at 10:24 am
I do some slightly changes in the Min and Max memory . I set both the min memory and max memory to 12 GB.
This time , i can see the...
April 3, 2012 at 12:57 am
I have try both DBCC SHRINKDB or SHRINKFILE no trucate and truncate. No luck, still the same error.
Continue on my troubleshooting, i restart the sql service and run the...
April 2, 2012 at 9:33 pm
Viewing 15 posts - 1 through 15 (of 21 total)