Viewing 15 posts - 181 through 195 (of 648 total)
I have checked DBCC CHECKDB ('DBNAME') WITH DATA_PURITY, it was reported huge currption
CHECKDB found 0 allocation errors and 104 consistency errors in database
Msg 8952, Level 16, State 1, Line...
March 18, 2014 at 1:41 am
There is only one Instance.
March 14, 2014 at 10:29 pm
GilaMonster (3/10/2014)
Still not following.Are you talking about the primary key constraint? Or some other constraint? What exactly is the problem here?
Yes. I am talking about Primary Key constraint., Not for...
March 10, 2014 at 3:07 am
Let me explain the table defination
Table TBL_UploadData_TRAN
Data_ID - column is primary key already defined, but constraint is not added in that PK column. I verified no other columns does...
March 10, 2014 at 1:26 am
Hi MyDoggieJessie, thank you for giving such a wonderfull information for finding potential index already exists in database. Mr.Brent Ozar's, sp_BlitzIndex - it is very useful for find idex issues.
Aggressive...
March 8, 2014 at 12:37 am
Jack Corbett Thank you for reply..
identifying indexes that may be candidates for dropping or modification? user_update values modified frequently.
Identified that NC INDEX on table,
SP inside, there is one SELECT complex...
March 6, 2014 at 5:58 am
Hi,
I checked unused index, As per that script result return value only two column in NONCLUSTERED
total 4 NONCLUSTERED index values as below and Remaining all the column...
March 6, 2014 at 3:28 am
it is not SSRS, another application such as aspx.
February 27, 2014 at 12:29 am
SQLRNNR (2/26/2014)
There is no fixed time period, whenever user tried generated reports time running fast & slow, I...
February 27, 2014 at 12:20 am
First Error resolved Just refersh that View at source server, then fetch 198768 rows from source database thru linked server..
But i am facing another memory issues while executing that linked...
February 18, 2014 at 5:14 am
I will try to tuning that blocking query.
I have configured TEMPDB at initial stage and different location, not in user database files location, Also configured MAXDOP and cost of threshold...
February 13, 2014 at 6:01 am
Thanks Gila, as you suggested no need to assign the NOLOCK hint at statement level, it cause of incorrect data will be display in reporting.
Yes. Second one is another blocking...
February 13, 2014 at 4:36 am
Due to blcoking another statement, so that query was taking too much duration. maunally executed in SSMS also took 30 min during the blocking happening. attached Actual exe.plan for blocking...
February 13, 2014 at 3:36 am
I am checking with profiler, this paricualr Query tooks duration 30 sec for completion at every execution, and CPU is 0 seconds..
February 12, 2014 at 6:14 am
I tried as below script and executed with no errors for result in create text file but File is not created in C drive. Pls suggestion me
Create table #Results (
TotalPhysicalMemory_MB...
February 9, 2014 at 11:14 pm
Viewing 15 posts - 181 through 195 (of 648 total)