Viewing 7 posts - 1 through 8 (of 8 total)
We made change in SP like this and tested in two locations 1st location with 15 - 20 user and 2nd location with 50- 60 user.
1st location we not...
August 13, 2015 at 7:53 am
As mentioned i made changes like this in sproc
CREATE PROCEDURE [dbo].[FetchDocumentID]
(@i_UserId int,
@i_ProjectId int)
AS ...
August 11, 2015 at 5:03 am
Can anyone tell me how to post attachment files.
August 11, 2015 at 4:37 am
Earlier we processed some testing and we deleted old data from that table.We never run update statistics after DB creation. Is it required to update table statistics.
August 11, 2015 at 4:06 am
First i updated Statistics of DataMaster table then try to execute the script that time getting error
August 11, 2015 at 3:30 am
Getting this error while execute the script
Msg 207, Level 16, State 1, Line 24
Invalid column name 'last_rows'.
August 11, 2015 at 3:00 am
Here is the Execution Plan
<?xml version="1.0" encoding="utf-16"?>
<ShowPlanXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.1" Build="10.50.6000.34" xmlns="http://schemas.microsoft.com/sqlserver/2004/07/showplan">
<BatchSequence>
<Batch>
<Statements>
...
August 10, 2015 at 6:27 am
Viewing 7 posts - 1 through 8 (of 8 total)