Viewing 15 posts - 23,851 through 23,865 (of 26,486 total)
I'm not sure how you got that to work. It still looks Oraclish to me. If it is a SQL Server 2005 database, there is probably a better,...
November 7, 2008 at 10:52 am
Raghavender (11/7/2008)
Will it makes any difference if we choose per seat license instead of processor while installing SQL Server 2000.
Is there any alternate to change it to processor license...
November 7, 2008 at 10:46 am
titifefe (11/7/2008)
hi,is there any type longer than nvarchar for SQL Server 2000????
nvarchar => 4000 bytes
thanks
In SQL Server 2000 (by the way, you posted this ina SQL Server 2005 forum)...
November 7, 2008 at 10:42 am
Is this what you are after?
/*
code date ...
24 5/15/08
24 6/12/07
26 1/15/02
27 7/24/08
27...
November 7, 2008 at 10:35 am
Remember ... (Name the movie and the character!)
November 7, 2008 at 10:03 am
Looks like it has to do with the order in which your items are listed in the UPDATE statement. Please check out the following code based on what you...
November 7, 2008 at 9:46 am
GilaMonster (11/6/2008)
You're dividing by t.SoldYR1 in the code that works and t.SoldYR2 in the code that doesn't. Are there any rows where t.SoldYR2 is 0?
Better question, are there any rows...
November 7, 2008 at 8:52 am
In the senerio you have created, it may not be possible. It might, however, if the mdf file became corrupt during normal processing to perform a tail log backup...
November 6, 2008 at 5:29 pm
Or it is being done in a test environment to identify/test recovery processes.
November 6, 2008 at 4:47 pm
That doesn't mean that the threshold for running an autoupdate for statistics has been reached. This doesn't happen with every insert.
If you want to ensure statistics are updated on...
November 6, 2008 at 1:22 pm
It depends on how much update activity occurs on the table. If there isn't a lot of activity, the statistics won't get updated unless you force it. autoupdate...
November 6, 2008 at 12:57 pm
clive (11/6/2008)
1.
Truncate log file/s if you have very little disk space left due to the SQL Server log...
November 6, 2008 at 12:54 pm
Aspet Golestanian Namagerdi (11/6/2008)
I am using SQL SERVER 2000,Which it seems that it does not have "Top" feature in Delete and UpDate operation.Thanks
That explains it. You posted this in...
November 6, 2008 at 12:40 pm
If the transaction log file still exists, you may still be able to run a tail log backup and recover your database up to the point the database file was...
November 6, 2008 at 12:34 pm
Viewing 15 posts - 23,851 through 23,865 (of 26,486 total)