Viewing 15 posts - 241 through 255 (of 648 total)
yes correct as Gail told enterprise edition took online recovery while restart the server..
Standard Edition few months back i noticed that recovery on offline mode on Transaction log file 35...
August 11, 2013 at 6:56 am
Resolved that isssues due login permission CONTROL and ALTER with master database
Revoke ALTER and CONTROL permission in Master database.. after that SQL Services started successfully..
Thanks
August 10, 2013 at 12:11 pm
No more problem addressed even query working fine with 00:00:02 seconds and DISTINCT cost 72%..
Thank you..
August 6, 2013 at 2:58 pm
Hi, ChrisM@Work.. wow what a understand that update query logic..Absloute correct...
Hi, Eric M Russell.. SSMS - actual execution plan suggested to create one Non clustred index, that was created... (index...
August 6, 2013 at 11:51 am
ok.. I will update you once getting from Dev.Team for the all details..
thanks
ananda
August 6, 2013 at 6:33 am
same error
exec sp_temp @count
Msg 137, Level 15, State 2, Line 1
Must declare the scalar variable "@count".
August 1, 2013 at 6:10 am
exec sp_temp @count
--Msg 102, Level 15, State 1, Procedure sp_temp, Line 2
--Incorrect syntax near '='.
also tried as below code
alter proc sp_temp
@count INT OUTPUT
as
begin
declare @Result varchar(5)
select @count = COUNT(*) from...
August 1, 2013 at 5:19 am
Thank you for valuable reply..
In this situation, what will happend Logshipping in standby database..
still continuous apply the log or wait that query execution completion then next log will be applied...
July 30, 2013 at 10:53 pm
Hi,
The problem is not yet resolved for Permanent solutions. today also facing same error...why backup SSIS package gets courrpted?
thanks
ananda
Executed as user: ExpSQLAgtSvc. Microsoft (R) SQL Server Execute Package Utility Version...
July 26, 2013 at 10:19 pm
Hi balasaukri,
How many array controller have in your physical box? for the tempdb location, what is your RAID configuration? is it RAID 5 +1? it means RAID 5(striping with mirroring)...
July 22, 2013 at 11:50 pm
ok.. could you confirm the above wait_stats_s values normal or not? on OLTP database.
July 22, 2013 at 6:38 am
Hi Chris,
Index created,
CREATE NONCLUSTERED INDEX [IX_VIEW_IP21] ON [dbo].[RESULT]
(
[SAMPLE_NUMBER] ASC,
[STATUS] ASC,
[ANALYSIS] ASC
)
INCLUDE ( [UNITS],
[NAME],
[NUMERIC_ENTRY]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF,...
July 15, 2013 at 5:47 am
Hi ChrisM
RESULT Table having 3 NC index and 1 clustred index available already..
if created another one more NC index as you suggested, it will be overlapping on existing one.. pl...
July 15, 2013 at 5:12 am
thanks Gail & Chris
Query still there is no problem and working fine....
July 15, 2013 at 4:44 am
Viewing 15 posts - 241 through 255 (of 648 total)