Viewing 15 posts - 106 through 120 (of 210 total)
The same question is asked by Steves on 7th may,2014. Of course, You have mentioned in that forum that you have almost same QOTD
June 9, 2014 at 1:15 am
Being sysadmin, I have worked with my own windows login authentication permissions and tried giving authentication off/on to a particular database, and got the answers correctly.
good question andy..
June 3, 2014 at 3:55 am
Thanks for the reply Luis, but I have come to know that the query is built using hibernate. so it automatically creates the query in the application.
I am not sure...
May 30, 2014 at 9:37 am
I have executed DBCC UPDATEUSAGE ('db_name','dead_lock_info')
but the rebuilding the clustered index did the trick,
Now I have data, index_size everything zero
Thank you all for your support
Jason,
when I have run the query...
May 29, 2014 at 9:48 am
Please find the results after dbcc checktable
DBCC results for 'dead_lock_info'.
There are 0 rows in 405853 pages for object "dead_lock_info".
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
May 29, 2014 at 9:24 am
please find the results as below
nameindex_idtype_descnamerowstype_desctotal_pagesused_pagesdata_pages
dead_lock_info1CLUSTEREDpk_dead_lock_info0LOB_DATA000
dead_lock_info1CLUSTEREDpk_dead_lock_info0IN_ROW_DATA411713407826405853
my apologies, I have to run your script in 2005 version, so I have no data about data_compression_desc
May 29, 2014 at 8:37 am
yes Gail,
please find the create table syntax for that table
CREATE TABLE [dead_lock_info](
[Dead_Lock_Info_Id] [bigint] IDENTITY(1,1) NOT NULL,
[LogDate] [datetime] NULL,
[ProcessInfo] [varchar](30) NULL,
[Dead_Lock_Log] [varchar](max) NULL,
CONSTRAINT [pk_dead_lock_info] PRIMARY KEY CLUSTERED
(
[Dead_Lock_Info_Id] ASC
)
)
May 29, 2014 at 4:27 am
Thanks for the question Richard. Learnt something new
May 28, 2014 at 3:59 am
Thanks for the question steve. The selection of answer should have been check boxes 🙂
apologies for the duplicate post
May 22, 2014 at 12:05 am
yahoo.... i got it right..
I have created a heap table and inserted data 50,00,000 records and then deleted
Observed the below points
1. page count is reduced before and after the...
May 21, 2014 at 4:17 am
twin.devil (5/16/2014)
Koen Verbeeck (5/16/2014)
However you would not like to get the results back in a grid
Anyway, as...
May 16, 2014 at 12:59 am
I am also confused :w00t: :unsure:
After reading all these articles, I felt the anwer is
"change the compatibility to 120 and test to work new CE"
Please find the below...
May 15, 2014 at 12:48 am
i am not sure if the above link is taking to the proper page or not , but pls copy the below
permission-s.aspx
May 14, 2014 at 1:14 am
Viewing 15 posts - 106 through 120 (of 210 total)