Viewing 15 posts - 46 through 60 (of 226 total)
August 22, 2006 at 6:11 pm
Someone must have accidentally deleted the table. Just restore the table from backup and close the chapter. If this keep occuring then investigate
August 22, 2006 at 2:56 pm
See the execution plan on both the server and see if you can see any difference
August 17, 2006 at 4:25 pm
Check the order of transaction backup and compare with the full backup
August 4, 2006 at 10:00 am
I think Jeff brings a important point. Post as what you tend to do in the loop. If it is more than Print "Boy"
August 3, 2006 at 6:03 pm
There are 2 issues
1. You are using varchar for comparision
2. THere is no begin and end. In that case only first line will execute for the loop
WHILE
...
August 2, 2006 at 6:13 pm
We can argue on any solution for Audit. Whether to create a history table or create a generic table with information about only the data changed and do not worry...
August 2, 2006 at 3:16 pm
I am not clear with the requirement
Do you need list of broker who has closed a loan in a data range but has not closed in last 90 days.
In other...
May 22, 2006 at 3:43 pm
I am sure we do not have funny join and I do not want to try as if it execute without errors it will bring my confidence level to 0...
May 19, 2006 at 4:46 pm
I am not clear about your requirement. Can you post an example
May 18, 2006 at 7:17 pm
thats depends on many other factors. Please let us know more about the table
May 18, 2006 at 4:16 pm
Right click of the table and check property. I will show the count or you can query sysindexes table for Indid=0 or 1 (depends if you have Clustered Index or...
May 18, 2006 at 3:48 pm
Viewing 15 posts - 46 through 60 (of 226 total)