Viewing 15 posts - 16 through 30 (of 68 total)
Hi thanks it works I did not know it is this simple I replaced -q with -Q the command prompt closes when the backup job is finished.
May 29, 2009 at 1:05 am
Do you think changing the owner of the job works.What confuses me is that when the same backup job is started manually then the job succeeds but fails for schedule...
March 23, 2009 at 6:45 am
1> I had tried this earlier and it does'nt work.I tried even now but it overwrites the old backup.
2> The owner of the job is sa
The agent runs in...
March 23, 2009 at 4:32 am
I did for Oneday_percentchange column and the results are correct.
The logic for that is given below.
DECLARE @OneDay_percentChange DECIMAL(10,2)
DECLARE @Inventory_code INT
UPDATE dbo.Temp
SET @OneDay_percentChange = OneDay_percentChange...
March 1, 2009 at 10:31 pm
Now continuing with the previous update. I have added a new column to the table with the column name Onweek_PercentageChange.
Alter table temp add Onweek_percentageChange decimal(10,2).
This column stores the value(percentage) change...
February 27, 2009 at 4:08 am
The Detail_ID is in sorted order by Inventory_Code and Detail_Date.
Why is that when I pass a parameter(Inventory_Code) values are updated correctly? If it was not sorted by Inventory_Code and...
February 25, 2009 at 5:31 am
Thanks for your advice I was able do it, please see the attachment and help me in optimizing the procedure.
February 25, 2009 at 3:41 am
The clustered index on the table is for Detail_id. I have created a procedure for this but it is very slow, for a single inventory update it takes about 8...
February 24, 2009 at 6:46 am
As Jeff Moden replied I can even use temp tables if it is not possible with a single query.But it would help if we were to do it in a...
February 23, 2009 at 10:10 pm
The output I get for this is
id sum1 Mysum
1100
22010
33030
44060
550100
660150
Which is not my requirement?
February 18, 2009 at 5:03 am
Even if I execute this query I cannot exclude the 19"-R character. The " character is main problem.For rest all my query works fine.Is there any way I can exclude...
December 30, 2008 at 6:10 am
I did it in a different way. First I generated the script for sql2000 then in
Sql server 2000 I created a database executed the generated script.
From 2000 I once again...
November 24, 2008 at 9:57 pm
I have used a lot of queries in where I am searching for the existance of the certain data.Suppose I have table Users and I am searching for the existance...
September 25, 2008 at 1:45 am
Actully my backup plan is to retain for two days and delete any file older than that.I will change to 47 hours and see if retains for 2 days and...
September 20, 2008 at 7:36 am
Viewing 15 posts - 16 through 30 (of 68 total)