Viewing 15 posts - 23,851 through 23,865 (of 26,490 total)
I thought I had read a technical paper on the Microsoft MSDN site about this before, but I can't seem to find it now. I did find a link...
November 7, 2008 at 12:04 pm
ajaykini (11/7/2008)
The db structure is:
UserID | UserName | UserPwd|Address|ReferID|PositionType |regdate|SponsorID|UpdateDate|FranchiseeID|MemberType|ParentId|Reentry| Unit
Sample data would look like:
10000|rrs|rrs123|abc street, mumbai|9999|Left| 11-02-2008|9999|11-03-2008|9999|Bronze|0|N|
1
Hope i have provided the right data in a proper...
November 7, 2008 at 11:35 am
Garadin (11/7/2008)
November 7, 2008 at 11:29 am
First, you don't really need to be using a cursor.
Second, read the article in my signature block below, and follow its advice and post additional information on this thread. ...
November 7, 2008 at 11:04 am
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
Viewing 15 posts - 23,851 through 23,865 (of 26,490 total)