Viewing 15 posts - 46 through 60 (of 69 total)
Thanks for all
September 3, 2014 at 9:46 pm
Thanks..it is working when I restart the service..
but if My server only stopped then how should i configure get alerts
July 19, 2014 at 12:44 pm
i found that my server time has been changed to prior to actual time.. i have reset it now the problem is clear
July 8, 2014 at 11:07 am
After my search i found the solution for that...
and modified my procedure as below.lll
alter procedure limitedupdate(@i nvarchar(max),@j int)
WITH EXECUTE AS OWNER
as
begin
set rowcount @j-2 ;
execute sp_executesql @i
set...
April 26, 2014 at 3:14 am
are u aksing me to execute like
exec as limitedupdate 'update Child set pid=10 where id=101',1
April 26, 2014 at 2:55 am
hi,
i need the text like "TOTAL" ...rollup wont give it...
Please advice
November 19, 2013 at 6:51 am
thansk...for yuur reply
I logged with different user in my compputer..
the start and stop buttons are in deactive state
November 11, 2013 at 2:06 am
hi,
here i am not able to trust it is updated with 'A'
supose in cte last select statement can be changed to 'AA' it is not showing last updated record that...
September 25, 2013 at 10:29 pm
hi,
any single statement to complete this task
September 25, 2013 at 1:59 am
Koen,
Yes , i agree with you but i don't know its possible..i was not replied any thing when he raised that question becuase i thought that by using any...
September 25, 2013 at 1:53 am
hi,
one of the interviewer asked the question about updating...so i have added test table like below...
USE [Practice]
GO
/****** Object: Table [dbo].[mytable] Script Date: 09/25/2013 13:10:59 ******/
SET ANSI_NULLS...
September 25, 2013 at 1:44 am
hi,
The below query only updating the city value from A to B not B to A
Please advice.
Thanks,
Dastagiri
September 25, 2013 at 1:36 am
The procedre limit the records based on sending query.
Suppose if we need to update 10 records ,we need to pass the update query and limit value so it will be...
May 4, 2013 at 6:45 am
The object still exist in under tempdb
April 29, 2013 at 8:08 am
Viewing 15 posts - 46 through 60 (of 69 total)