Viewing 12 posts - 1 through 12 (of 12 total)
Thanks a lot for your reply.we have implemented regular log backup and restricted that issue now.
Still we want to avoid log full situation if backup log is not working .Here...
November 22, 2013 at 5:44 am
Thanks a lot for sharing this script.is there option to consider disk space as well since my production log file growing because of full recovery mode.
November 19, 2013 at 7:14 pm
Thank you sir.
Right now We have achieved by calling UDF.I want to know whether is it poassible through stored procedure.
Create Function dbo.Result(@TranId int)
Returns @t Table(@col1 varchar(10),@col2 Datetime)
Begin
Insert into @t...
February 25, 2010 at 7:13 am
Sorry for the uncleared question.Here I will Call stored procedure 'B' from 'A' by passing one parameter.Based on the parameter value ,the Stored procedure B will retrun data multiple...
February 25, 2010 at 6:14 am
Sorry for the wrong answer.
1.
CREATE VIEW [dbo].[Employee]
AS ...
February 10, 2010 at 8:11 am
What's the definition of the Employees view?
we have read permission to read all columns in the table belong to EmployeeInfo DB
Which table do you want to index?
TTrtrans Table. I think...
February 10, 2010 at 7:54 am
Thanks Gail.please find my query below.In that TrEmployee is view derived from another Database and rest are table belongs to one database.
SELECT ...
February 10, 2010 at 7:33 am
Thanks a lot Michael.But problem still exists for my case.I have created view for the table from other database instead of same database.So i need to write query like below.
CREATE...
January 20, 2010 at 6:53 am
Viewing 12 posts - 1 through 12 (of 12 total)